8000 Merge pull request #10796 from pdubcali/master · matplotlib/matplotlib@f69408f · GitHub
[go: up one dir, main page]

Skip to content

Commit f69408f

Browse files
authored
Merge pull request #10796 from pdubcali/master
Added descriptions for line bars and markers examples
2 parents 3ca8139 + d8bb79f commit f69408f

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

examples/lines_bars_and_markers/scatter_custom_symbol.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Scatter Custom Symbol
44
=====================
55
6+
Creating a custom ellipse symbol in scatter plot.
7+
68
"""
79
import matplotlib.pyplot as plt
810
import numpy as np

examples/lines_bars_and_markers/scatter_hist.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Scatter Hist
44
============
55
6+
Creates histogram from scatter plot
7+
and adds them to the sides of the plot.
8+
69
"""
710
import numpy as np
811
import matplotlib.pyplot as plt

examples/lines_bars_and_markers/scatter_masked.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Scatter Masked
44
==============
55
6+
Mask some data points and add a line demarking
7+
masked regions.
8+
69
"""
710
import matplotlib.pyplot as plt
811
import numpy as np

examples/lines_bars_and_markers/scatter_star_poly.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Scatter Star Poly
44
=================
55
6+
Create multiple scatter plots with different
7+
star symbols.
8+
69
"""
710
import numpy as np
811
import matplotlib.pyplot as plt

examples/lines_bars_and_markers/scatter_symbol.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Scatter Symbol
44
==============
55
6+
Scatter plot with clover symbols.
7+
68
"""
79
import matplotlib.pyplot as plt
810
import numpy as np

0 commit comments

Comments
 (0)
0