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

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

Merged
Changes fromall 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 deletionstutorials/introductory/customizing.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
"""
Customizingmatplotlib
======================
CustomizingMatplotlib with style sheets and rcParams
=====================================================
Tips for customizing the properties and default styles ofmatplotlib.
Tips for customizing the properties and default styles ofMatplotlib.
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 bymatplotlib. For
There are a number of pre-defined styles`provided byMatplotlib`_. 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 DownExpand 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

[8]ページ先頭

©2009-2025 Movatter.jp