Aliases for most common visualizing scenarios #34
Labels
enhancement
New feature or request
question
Further information is requested
software
Issue dedicated to software
I have many common scenarios for data visualizing.
E.g.
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.
The text was updated successfully, but these errors were encountered: