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

Skip to content

Commit 9fafd50

Browse files
anedaphobson
authored andcommitted
Added initial description
1 parent a3f2362 commit 9fafd50

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/showcase/bachelors_degrees_by_gender.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
"""Timeline graph comparison with aligned colored annotation.
2+
3+
This example shows lines tracking change over time. It features dashed
4+
lines at fixed increments on the Y axis.
5+
6+
It adds a text label at the right end of every line in the corresponding color.
7+
"""
8+
19
import matplotlib.pyplot as plt
210
from matplotlib.mlab import csv2rec
311
from matplotlib.cbook import get_sample_data

0 commit comments

Comments
 (0)