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

Commitfb8a8c0

Browse files
committed
Fixed trailing whitespaces
1 parentb2683a9 commitfb8a8c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎tutorials/introductory/getting_started.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
# other functions. The `Pie Chart Examples`_ section note contains more
157157
# information about the purpose of this module.
158158
#
159-
#
159+
#
160160
#
161161
# Two Approaches for Creating Graphs
162162
# ----------------------------------
@@ -230,7 +230,7 @@
230230
# Explicit: Object Oriented Programming (OOP)
231231
# --------------------------------------------
232232
#
233-
# Explicit programming for Matplotlib involves calling the function
233+
# Explicit programming for Matplotlib involves calling the function
234234
# `pyploy.subplots` in the ``pyplot`` module once. This returns a group of an
235235
# explicit Figure and Axes to be unpacked as part of variable assignment. More
236236
# than one Axes is configurable; however, each Axes only corresponds to a
@@ -376,7 +376,7 @@
376376
# In a Figure, each Axes contains any number of visual elements. Axes are
377377
# configurable for more than one type of visualization of data. From the
378378
# `Plotting`_ section above, the Axes in both explicit and implicit strategies
379-
# contain multiple types of visualizations of data on a single Axes.
379+
# contain multiple types of visualizations of data on a single Axes.
380380

381381
# Each of these types are specific to the Axes they are in. In the example, the
382382
# two plots each have one Axes. These Axes each have multiple plot lines. The

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp