rubyplot icon indicating copy to clipboard operation
rubyplot copied to clipboard

Intelligently determine location of title for Axes objects.

Open v0dro opened this issue 6 years ago • 0 comments

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 avatar Apr 28 '19 02:04 v0dro