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