Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions tutorials/introductory/customizing.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
Customizing matplotlib
======================
Customizing Matplotlib with style sheets and rcParams
=====================================================

Tips for customizing the properties and default styles of matplotlib.
Tips for customizing the properties and default styles of Matplotlib.

Using style sheets
------------------
Expand All @@ -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 by matplotlib. For
There are a number of pre-defined styles `provided by Matplotlib`_. For
Copy link
Member

Choose a reason for hiding this comment

The 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:
Expand Down Expand Up @@ -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