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

roation & saving not working on large legends #223

Open
flashpixx opened this issue Jul 1, 2019 · 0 comments
Open

roation & saving not working on large legends #223

flashpixx opened this issue Jul 1, 2019 · 0 comments

Comments

@flashpixx
Copy link

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

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

1 participant