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

Intelligently determine location of title for Axes objects. #44

Open
v0dro opened this issue Apr 28, 2019 · 0 comments
Open

Intelligently determine location of title for Axes objects. #44

v0dro opened this issue Apr 28, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers. Approx. time to solve 0-2 hours. type: minor bump Incremental update without API breaks

Comments

@v0dro
Copy link
Member

v0dro commented Apr 28, 2019

Currently we simply get the center of the Axes and set the start point of the Axes title text from there.

However, this is not a good and scalable approach because it turns out rather ugly especially when the font size is larger. This issue will involve fixing the current situation by coming up with a better heuristic to determine the location of the title text for an Axes object.

Here's the current situation:
adds_error_bar_with_upper_limit_and_lower_limit_with_collection_xerr_ _yerr

@v0dro v0dro added enhancement New feature or request good first issue Good for newcomers. Approx. time to solve 0-2 hours. type: minor bump Incremental update without API breaks labels Apr 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers. Approx. time to solve 0-2 hours. type: minor bump Incremental update without API breaks
Projects
None yet
Development

No branches or pull requests

1 participant