You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I get the results of point-adjusted coordinates instead of plotting directly with matplotlib? This allows me to customize the visualization of the obtained coordinates using the libraries of other drawings.
Looking forward to your answer!
The text was updated successfully, but these errors were encountered:
Currently there is no direct way, I guess you could extract the text objects from your axes... I've been thinking maybe the main function should just return the new texts though. Would that work for you?
But you have to go through matplotlib to get the right axes size/text size/... rendered, this is impossible to guess and do everything with just numpy or smth. Currently the whole bbox overlap code is based on matplotlib bboxes too.
Can I get the results of point-adjusted coordinates instead of plotting directly with matplotlib? This allows me to customize the visualization of the obtained coordinates using the libraries of other drawings.
Looking forward to your answer!
The text was updated successfully, but these errors were encountered: