File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11"""
2- Customizing matplotlib
3- ======================
2+ Customizing Matplotlib with style sheets and rcParams
3+ =====================================================
44
5- Tips for customizing the properties and default styles of matplotlib .
5+ Tips for customizing the properties and default styles of Matplotlib .
66
77Using style sheets
88------------------
1111the same parameters as a matplotlibrc_ file (which is read at startup to
1212configure matplotlib).
1313
14- There are a number of pre-defined styles provided by matplotlib . For
14+ There are a number of pre-defined styles ` provided by Matplotlib`_ . For
1515example, there's a pre-defined style called "ggplot", which emulates the
1616aesthetics of ggplot_ (a popular plotting package for R_). To use this style,
1717just add:
186186# .. _matplotlibrc: http://matplotlib.org/users/customizing.html
187187# .. _ggplot: http://ggplot2.org/
188188# .. _R: https://www.r-project.org/
189+ # .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib
You can’t perform that action at this time.
0 commit comments