Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6ae63e

Browse files
committed
Added more examples to lbm
1 parent f5fa2ae commit d6ae63e

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

examples/lines_bars_and_markers/scatter_custom_symbol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
=====================
55
66
Custom symbol in scatter plot.
7+
This example is creating an ellipse
78
89
"""
910
import matplotlib.pyplot as plt

examples/lines_bars_and_markers/scatter_hist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
============
55
66
Creates histogram from scatter plot.
7+
And adds them to the sides of the plot.
78
89
"""
910
import numpy as np

examples/lines_bars_and_markers/scatter_star_poly.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Scatter Star Poly
44
=================
55
6-
Create multiple scatter plots.
6+
Create multiple scatter plots with different
7+
star symbols.
78
89
"""
910
import numpy as np

examples/lines_bars_and_markers/scatter_symbol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
==============
55
66
Scatter plot with symbols.
7+
In this example clovers are used.
78
89
"""
910
from matplotlib import pyplot as plt

0 commit comments

Comments
 (0)