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
I have got a large legend of numerical data, so the legend is larger than the window size and on clicking the save button an exception is thrown
Traceback (most recent call last):
File "matplotlib/cbook/__init__.py", line 216, in process
func(*args, **kwargs)
File "hypertools/plot/draw.py", line 127, in update_position
proj = ax.get_proj()
AttributeError: 'AxesSubplot' object has no attribute 'get_proj'
It would be nice, that the lgend is fit to the window size and/or the saving button works also if the legend is larger than the window
The text was updated successfully, but these errors were encountered:
I have got a large legend of numerical data, so the legend is larger than the window size and on clicking the save button an exception is thrown
It would be nice, that the lgend is fit to the window size and/or the saving button works also if the legend is larger than the window
The text was updated successfully, but these errors were encountered: