Skip to content
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

can Adjusted coordinates be obtained directly ? #93

Open
ScottishFold007 opened this issue May 20, 2020 · 3 comments
Open

can Adjusted coordinates be obtained directly ? #93

ScottishFold007 opened this issue May 20, 2020 · 3 comments

Comments

@ScottishFold007
Copy link

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!

@Phlya
Copy link
Owner

Phlya commented May 21, 2020

Hi from Scotland, ScottishFold007!

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?

@Phlya
Copy link
Owner

Phlya commented May 21, 2020

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.

@ScottishFold007
Copy link
Author

Thank you very much for your answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants