10000 Apply suggestions from code review · matplotlib/matplotlib@397c0a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 397c0a1

Browse files
timhoffmstory645
andauthored
Apply suggestions from code review
Co-authored-by: hannah <story645@gmail.com>
1 parent 55a993e commit 397c0a1

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

galleries/examples/axes_grid1/scatter_hist_locatable_axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
===========================================
3-
Scatter with histogram using locatable Axes
4-
===========================================
2+
====================================================
3+
Align histogram to scatter plot using locatable Axes
4+
====================================================
55
66
Show the marginal distributions of a scatter plot as histograms at the sides of
77
the plot.

galleries/examples/lines_bars_and_markers/scatter_masked.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
====================
3-
Scatter with masking
4-
====================
2+
==========================
3+
Scatter with masked values
4+
==========================
55
66
Mask some data points and add a line demarking
77
masked regions.

galleries/examples/lines_bars_and_markers/simple_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
===========
3-
Simple plot
3+
Line plot
44
===========
55
66
Create a simple plot.

galleries/examples/misc/print_stdout_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
============
3-
Print stdout
3+
Print image to stdout
44
============
55
66
print png to standard out

galleries/examples/text_labels_and_annotations/custom_legends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
========================
3-
Composing custom legends
3+
Compose custom legends
44
========================
55
66
Composing custom legends piece-by-piece.

galleries/examples/text_labels_and_annotations/text_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
=============
3-
Text commands
3+
Text properties
44
=============
55
66
Plotting text of many different kinds.

galleries/examples/text_labels_and_annotations/text_rotation_relative_to_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
==========================================
3-
Text rotation to angle in data coordinates
3+
Text rotation angle in data coordinates
44
==========================================
55
66
Text objects in matplotlib are normally rotated with respect to the

galleries/examples/widgets/range_slider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
======================================
3-
Thresholding an image with RangeSlider
3+
Threshold an image with RangeSlider
44
======================================
55
66
Using the RangeSlider widget to control the thresholding of an image.

0 commit comments

Comments
 (0)
0