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

Appearance settings

Commit f69408f

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

File tree

Expand file treeCollapse file tree

5 files changed

+13
-0
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+13
-0
lines changed

‎examples/lines_bars_and_markers/scatter_custom_symbol.py

Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_custom_symbol.py
+2Lines 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

Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_hist.py
+3Lines 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

Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_masked.py
+3Lines 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

Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_star_poly.py
+3Lines 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

Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/scatter_symbol.py
+2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.