You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ax.plot(([i for (i,j) in data_], [i for (i,j) in data]),
([j for (i,j) in data_], [j for (i,j) in data]),
c=[0.6,0.6,0.6], alpha = 0.5)
您好,这段代码里面的data_是不是需要改成data
The text was updated successfully, but these errors were encountered:
ax.plot(([i for (i,j) in data_], [i for (i,j) in data]),
([j for (i,j) in data_], [j for (i,j) in data]),
c=[0.6,0.6,0.6], alpha = 0.5)
您好,这段代码里面的data_是不是需要改成data
The text was updated successfully, but these errors were encountered: