-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding text on a plot #422
Comments
What is |
I must say not being able to pass cartesian (x, y) to |
Okay, your workaround works, you do not normally need to tell "text" that a text string is the text. i.e. this code worked in all other cells that weren't stereographic... |
You are right, with the |
It's fine. Just confusing first time. |
I suggest to leave this open until we've either implemented my suggestion in #422 (comment) or have decided it's not a good idea. Thank you for opening this issue, @maclariz. |
I will also comment that you did not touch ax.set_title, so this can still be used. For what I was doing (adding letters a)-h) for a multipart figure), this was fine, as I only needed something in top left, so could use: ax.set_title(letter[i], loc='left') |
Just realized we haven't overwritten |
I cannot seem to add text within a stereographic plot. Here is the code:
The errors said the position had to be defined as a Vector3d. I did this, and still it fails:
The text was updated successfully, but these errors were encountered: