-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to plot points on top of cplot? #70
Comments
How would you plot the points with mpl? |
I would like to use matplotlib.pyplot.scatter, but I am not sure how to format my input with the complex plane. |
mpl doesn't know it's a complex plane. You can just scatterplot over the cplot and x-y-coordinates. |
I want to do something like: but this puts the points in the arg scale bar. How can I put the points on the main plot? |
Ah, I see. |
I used cplot to graph a complex function, and I want to mark certain points in the complex plane. How can I do this?
The text was updated successfully, but these errors were encountered: