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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -