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

Implement 'panel' module #5

Open
JRBCH opened this issue Aug 14, 2020 · 0 comments
Open

Implement 'panel' module #5

JRBCH opened this issue Aug 14, 2020 · 0 comments
Labels
new feature Good for newcomers

Comments

@JRBCH
Copy link
Owner

JRBCH commented Aug 14, 2020

Ideas for panel module

This one will likely require a lot of work.
In general, the panel module should implement a subclass of the matplotlib.axes.Axes object, which is used by spiffy.MultiPanel instances instead of the original Axes class.

This custom subclass could be extended with:

  • A method for easy insertion of 'inset' plots - small axes within the original panel
  • Methods for pre-styled plots that are commonly used (e.g. Scatter, KDE+CDF, timeseries, etc.)
@JRBCH JRBCH changed the title Implement Implement 'panel' module Aug 14, 2020
@JRBCH JRBCH added enhancement New feature or request new feature Good for newcomers labels Aug 14, 2020
@JRBCH JRBCH removed the enhancement New feature or request label Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant