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- Custom symbol in scatter plot.
7- This example is creating an ellipse
6+ Creating a custom ellipse symbol in scatter plot.
87
98"""
109import matplotlib .pyplot as plt
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.
6+ Creates histogram from scatter plot
7+ and adds them to the sides of the plot.
88
99"""
1010import numpy as np
Original file line number Diff line number Diff line change 33Scatter Masked
44==============
55
6- Add mask line in plot.
6+ Mask some data points and add a line demarking
7+ masked regions.
78
89"""
910import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 33Scatter Symbol
44==============
55
6- Scatter plot with symbols.
7- In this example clovers are used.
6+ Scatter plot with clover symbols.
87
98"""
10- from matplotlib import pyplot as plt
9+ import matplotlib . pyplot as plt
1110import numpy as np
1211import matplotlib
1312
You can’t perform that action at this time.
0 commit comments