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------------------
1212:ref:`matplotlib rc <customizing-with-matplotlibrc-files>` file (which is read
1313at startup to configure matplotlib).
1414
15- There are a number of pre-defined styles provided by matplotlib . For
15+ There are a number of pre-defined styles ` provided by Matplotlib`_ . For
1616example, there's a pre-defined style called "ggplot", which emulates the
1717aesthetics of ggplot_ (a popular plotting package for R_). To use this style,
1818just add:
188188#
189189# .. _ggplot: http://ggplot2.org/
190190# .. _R: https://www.r-project.org/
191+ # .. _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