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

Refactor histogram visualizations to use stairs instead of bar #460

Open
alexander-held opened this issue Feb 19, 2024 · 0 comments
Open
Labels
good first issue Good for newcomers visualization Related to visualization

Comments

@alexander-held
Copy link
Member

alexander-held commented Feb 19, 2024

Using stairs should presumably result in an artist structure that is more suitable for post-processing. Instead of having per-bin artists, histogram elements should have artists spanning all bins.

stairs demo: https://matplotlib.org/stable/gallery/lines_bars_and_markers/stairs_demo.html

@alexander-held alexander-held added good first issue Good for newcomers visualization Related to visualization labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers visualization Related to visualization
Projects
None yet
Development

No branches or pull requests

1 participant