1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/nanxun-pythonshujukeshihuajiantu

Клонировать/Скачать
多图.py 219
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
nanxun Отправлено 05.07.2017 09:22 cf2f5f0
import matplotlib.pyplot as plt
import numpy as np
x=np.random.randn(5)
y=np.random.randn(5)
fig=plt.figure()
ax1=fig.add_subplot(111)
ax1.plot(x,y)
fig1=plt.figure()
ax11=fig1.add_subplot(111)
ax11.plot(x,y)
plt.show()

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/nanxun-pythonshujukeshihuajiantu.git
git@api.gitlife.ru:oschina-mirror/nanxun-pythonshujukeshihuajiantu.git
oschina-mirror
nanxun-pythonshujukeshihuajiantu
nanxun-pythonshujukeshihuajiantu
master