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

Aliases for most common visualizing scenarios #34

Closed
bdrum opened this issue Oct 30, 2020 · 1 comment
Closed

Aliases for most common visualizing scenarios #34

bdrum opened this issue Oct 30, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested software Issue dedicated to software

Comments

@bdrum
Copy link
Owner

bdrum commented Oct 30, 2020

I have many common scenarios for data visualizing.

E.g.

  • vertical comparison or horizontal comparison on the different plots
  • adding data to the same plots with labels
  • histogramming with errors bars
  • custom styles for histograms

How can I simplify usage of such behavior?

First of all I know that in matplotlib I can specify default parameters for some functions. I can use this e.g. for changing default type of histograms to 'step', change defalut colors, applying root style as default.

Then I can prepare functions that can be wrap described common scenarios with additional parameters like arrays of colors and labels, and extend standard arguments of matplotlib via args and kwargs.

@bdrum bdrum added enhancement New feature or request question Further information is requested software Issue dedicated to software labels Oct 30, 2020
@bdrum bdrum self-assigned this Oct 30, 2020
@bdrum
Copy link
Owner Author

bdrum commented Jun 18, 2021

See #47 and seaborn

@bdrum bdrum closed this as completed Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested software Issue dedicated to software
Projects
None yet
Development

No branches or pull requests

1 participant