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

Improve inset plot in H(f) widget #104

Open
4 tasks
chipmuenk opened this issue Dec 30, 2017 · 0 comments
Open
4 tasks

Improve inset plot in H(f) widget #104

chipmuenk opened this issue Dec 30, 2017 · 0 comments

Comments

@chipmuenk
Copy link
Owner

chipmuenk commented Dec 30, 2017

The optional inset plot in the H(f) widget has some quirks:

  • When resizing the window, warnings are generated "This figure includes Axes that are not compatible with tight_layout, so its results might be incorrect." [from matplotlib/figure.py:1742]
  • Inset plot should have useful presets, depending on filter type. "Stop Band" or "Pass Band" could be useful presets, lin / log scale should be selectable
  • Position and size of inset plot should be selectable, e.g. with numbers similar to the legend position mechanism in matplotlib
  • Sometimes using the Home button can crash the app, probably after creating the inset ans / or using lock zoom in matplotlib/backend_bases.py line 3122 in _update_view() : a.set_view(views[i]) with
    IndexError: list index out of range
@chipmuenk chipmuenk added this to the 0.2 milestone Dec 30, 2017
@chipmuenk chipmuenk changed the title Improve Inset plot in H(f) widget Improve inset plot in H(f) widget Dec 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant