Skip to content

Commit bb148ea

Browse files
timhoffmQuLogic
andauthored
Apply suggestions from code review
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent bbacae6 commit bb148ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/lines_bars_and_markers/filled_step.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,5 @@ def stack_hist(ax, stacked_data, sty_cycle, bottoms=None,
231231
# in this example:
232232
#
233233
# - `matplotlib.axes.Axes.fill_betweenx` / `matplotlib.pyplot.fill_betweenx`
234-
# - `matplotlib.axes.Axes.fill_between` / `matplotlib.pyplot.fill_betweenx`
234+
# - `matplotlib.axes.Axes.fill_between` / `matplotlib.pyplot.fill_between`
235235
# - `matplotlib.axis.Axis.set_major_locator`

examples/scales/scales.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def inverse(a):
108108
# The use of the following functions, methods, classes and modules is shown
109109
# in this example:
110110
#
111-
# - `matplotlib.axes.Axes.set_yscale`
112111
# - `matplotlib.axes.Axes.set_xscale`
112+
# - `matplotlib.axes.Axes.set_yscale`
113113
# - `matplotlib.axis.Axis.set_major_locator`
114114
# - `matplotlib.scale.LogitScale`
115115
# - `matplotlib.scale.LogScale`

examples/shapes_and_collections/fancybox_demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def draw_control_points_for_patches(ax):
109109
# - `matplotlib.patches`
110110
# - `matplotlib.patches.FancyBboxPatch`
111111
# - `matplotlib.patches.BoxStyle`
112-
# - ``matplotlib.patches.BoxStyle.get_style``
112+
# - `matplotlib.patches.BoxStyle.get_styles`
113113
# - `matplotlib.transforms.Bbox`
114114
# - `matplotlib.figure.Figure.text`
115115
# - `matplotlib.axes.Axes.text`

examples/text_labels_and_annotations/fancyarrow_demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ def to_texstring(s):
6464
#
6565
# - `matplotlib.patches`
6666
# - `matplotlib.patches.ArrowStyle`
67-
# - ``matplotlib.patches.ArrowStyle.get_style``
67+
# - `matplotlib.patches.ArrowStyle.get_styles`
6868
# - `matplotlib.axes.Axes.annotate`

0 commit comments

Comments
 (0)