How to overlap plot in python? -
i have program plot values.
i want change values in script , plot overlap.
how can it?
thanks
plot in python
you again.
for instance, if did:
plt.scatter(x,y,z, etc) plt.scatter(x1,y1,z1, etc)
you'd plot both of those.
you may want specify colors of second 1 because otherwise, start on first color use.
i regularly plot contour on contourf way.
Comments
Post a Comment