File tree Expand file tree Collapse file tree
examples/lines_bars_and_markers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Scatter Custom Symbol
44=====================
55
6+ Creating a custom ellipse symbol in scatter plot.
7+
68"""
79import matplotlib .pyplot as plt
810import numpy as np
Original file line number Diff line number Diff line change 33Scatter Hist
44============
55
6+ Creates histogram from scatter plot
7+ and adds them to the sides of the plot.
8+
69"""
710import numpy as np
811import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 33Scatter Masked
44==============
55
6+ Mask some data points and add a line demarking
7+ masked regions.
8+
69"""
710import matplotlib .pyplot as plt
811import numpy as np
Original file line number Diff line number Diff line change 33Scatter Star Poly
44=================
55
6+ Create multiple scatter plots with different
7+ star symbols.
8+
69"""
710import numpy as np
811import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 33Scatter Symbol
44==============
55
6+ Scatter plot with clover symbols.
7+
68"""
79import matplotlib .pyplot as plt
810import numpy as np
You can’t perform that action at this time.
0 commit comments