Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
DOC: Small tweak to customizing tutorial default style files can be found on github#11355
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| """ | ||
| CustomizingMatplotlib with style sheets and rcParams | ||
| ===================================================== | ||
| Tips for customizing the properties and default styles ofMatplotlib. | ||
| Using style sheets | ||
| ------------------ | ||
| @@ -12,7 +12,7 @@ | ||
| :ref:`matplotlib rc <customizing-with-matplotlibrc-files>` file (which is read | ||
| at startup to configure matplotlib). | ||
| There are a number of pre-defined styles`provided byMatplotlib`_. For | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Can you somehow make clear that these styles are already built in and the link is just for reference. Otherwise, I fear that people will think that they have to download the linked styles and put them somewhere locally. | ||
| example, there's a pre-defined style called "ggplot", which emulates the | ||
| aesthetics of ggplot_ (a popular plotting package for R_). To use this style, | ||
| just add: | ||
| @@ -186,3 +186,4 @@ | ||
| # | ||
| # .. _ggplot: http://ggplot2.org/ | ||
| # .. _R: https://www.r-project.org/ | ||
| # .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib | ||