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

Commit77f79fa

Browse files
authored
Merge pull request#27420 from meeseeksmachine/auto-backport-of-pr-27325-on-v3.8.x
Backport PR#27325 on branch v3.8.x (Fixing Sentence Case on Section Titles in users_explain)
2 parentsa669991 +08cc8cb commit77f79fa

File tree

14 files changed

+27
-26
lines changed

14 files changed

+27
-26
lines changed

‎galleries/users_explain/animations/animations.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
importmatplotlib.animationasanimation
2121

2222
# %%
23-
# AnimationClasses
23+
# Animationclasses
2424
# =================
2525
#
2626
# The animation process in Matplotlib can be thought of in 2 different ways:
@@ -158,7 +158,7 @@ def update(frame):
158158
plt.show()
159159

160160
# %%
161-
# AnimationWriters
161+
# Animationwriters
162162
# =================
163163
#
164164
# Animation objects can be saved to disk using various multimedia writers

‎galleries/users_explain/artists/patheffects_guide.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# automatically followed with the "normal" effect, whereas the latter
6565
# explicitly defines the two path effects to draw.
6666
#
67-
# Making anartist stand out
67+
# Making anArtist stand out
6868
# --------------------------
6969
#
7070
# One nice way of making artists visually stand out is to draw an outline in
@@ -93,7 +93,7 @@
9393
# its user interface.
9494
#
9595
#
96-
# Greater control of the path effectartist
96+
# Greater control of the path effectArtist
9797
# -----------------------------------------
9898
#
9999
# As already mentioned, some of the path effects operate at a lower level

‎galleries/users_explain/axes/autoscale.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
44
.. _autoscale:
55
6-
Autoscaling
7-
===========
6+
Autoscaling Axis
7+
================
88
99
The limits on an axis can be set manually (e.g. ``ax.set_xlim(xmin, xmax)``)
1010
or Matplotlib can set them automatically based on the data already on the axes.

‎galleries/users_explain/axes/axes_ticks.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.. _user_axes_ticks:
33
44
==========
5-
AxisTicks
5+
Axisticks
66
==========
77
88
The x and y Axis on each Axes have default tick "locators" and "formatters"

‎galleries/users_explain/axes/colorbar_placement.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. redirect-from:: /gallery/subplots_axes_and_figures/colorbar_placement
55
66
=================
7-
PlacingColorbars
7+
Placingcolorbars
88
=================
99
1010
Colorbars indicate the quantitative extent of image data. Placing in

‎galleries/users_explain/axes/constrainedlayout_guide.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.. _constrainedlayout_guide:
66
77
========================
8-
ConstrainedLayout Guide
8+
Constrainedlayout guide
99
========================
1010
1111
Use *constrained layout* to fit plots within your figure cleanly.

‎galleries/users_explain/axes/legend_guide.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
plt.show()
214214

215215
# %%
216-
# LegendHandlers
216+
# Legendhandlers
217217
# ===============
218218
#
219219
# In order to create legend entries, handles are given as an argument to an

‎galleries/users_explain/axes/tight_layout_guide.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. _tight_layout_guide:
55
66
==================
7-
TightLayout guide
7+
Tightlayout guide
88
==================
99
1010
How to use tight-layout to fit plots within your figure cleanly.
@@ -17,6 +17,7 @@
1717
An alternative to *tight_layout* is :ref:`constrained_layout
1818
<constrainedlayout_guide>`.
1919
20+
2021
Simple example
2122
==============
2223
@@ -209,7 +210,7 @@ def example_plot(ax, fontsize=12):
209210

210211

211212
# %%
212-
# Legends andAnnotations
213+
# Legends andannotations
213214
# =======================
214215
#
215216
# Pre Matplotlib 2.2, legends and annotations were excluded from the bounding

‎galleries/users_explain/colors/colorbar_only.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
22
.. redirect-from:: /tutorials/colors/colorbar_only
33
4-
====================
5-
Standalone colorbars
6-
====================
4+
=============================
5+
Customized Colorbars Tutorial
6+
=============================
77
88
This tutorial shows how to build and customize standalone colorbars, i.e.
99
without an attached plot.

‎galleries/users_explain/colors/colormap-manipulation.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
44
.. _colormap-manipulation:
55
6-
******************
7-
Creating Colormaps
8-
******************
6+
********************************
7+
Creating Colormaps in Matplotlib
8+
********************************
99
1010
Matplotlib has a number of built-in colormaps accessible via
1111
`.matplotlib.colormaps`. There are also external libraries like

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp