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

Skip to content

Commit 39ffd6c

Browse files
farizaphobson
authored andcommitted
update docstring
1 parent 9fafd50 commit 39ffd6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/showcase/bachelors_degrees_by_gender.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.
1+
"""
2+
A graph of multiple time series which demonstrates extensive custom
3+
styling of plot frame, tick lines and labels, and line graph properties.
54
6-
It adds a text label at the right end of every line in the corresponding color.
5+
Also demonstrates the custom placement of text labels along the right edge
6+
as an alternative to a conventional legend.
77
"""
88

99
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)