Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33d3fea

Browse files
authored
Merge pull request#11355 from jklymak/doc-minor-tweaks-customizing-tutorial
DOC: Small tweak to customizing tutorial default style files can be found on github
2 parentse03ced8 +c7fdec7 commit33d3fea

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎tutorials/introductory/customizing.py‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
Customizingmatplotlib
3-
======================
2+
CustomizingMatplotlib with style sheets and rcParams
3+
=====================================================
44
5-
Tips for customizing the properties and default styles ofmatplotlib.
5+
Tips for customizing the properties and default styles ofMatplotlib.
66
77
Using style sheets
88
------------------
@@ -12,7 +12,7 @@
1212
:ref:`matplotlib rc <customizing-with-matplotlibrc-files>` file (which is read
1313
at startup to configure matplotlib).
1414
15-
There are a number of pre-defined styles provided bymatplotlib. For
15+
There are a number of pre-defined styles`provided byMatplotlib`_. For
1616
example, there's a pre-defined style called "ggplot", which emulates the
1717
aesthetics of ggplot_ (a popular plotting package for R_). To use this style,
1818
just add:
@@ -188,3 +188,4 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp