-
Notifications
You must be signed in to change notification settings - Fork 225
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
Figure.text: Allow passing in a list/array of angle/font/justify values to text #483
Comments
Here are some technical notes, which may be useful (or may be wrong) if someone wants to implement this feature.
Thus, to implement this feature, you need to:
For example, if you want to pass the following arrays to make
You need to:
|
Will be addressed in PR #2720.
Not implemented yet, but better to track it in #479.
Already done in #559. In other words, this issue report will be closed by #2720. |
Description of the desired feature
Following up from #481 (review), it would be desirable if users can:
text
(currently only a single angle/font/justify value is allowed, and applied to all texts)On the non-user facing side, it would be nice too if we can pass the
x,y,text
input via a virtualfile as mentioned in #321 (comment), instead of a temporary tab-delimited file. This will be a more efficient method of passing data around rather than relying on thepandas.to_csv
method. Will need to modifyvirtualfile_from_vectors
to acceptstr
type arrays, see #481 (comment).Are you willing to help implement and maintain this feature? Happy to review a PR for it 😄
The text was updated successfully, but these errors were encountered: