Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 39ffd6c

Browse filesBrowse files
farizaphobson
authored andcommitted
update docstring
1 parent 9fafd50 commit 39ffd6c
Copy full SHA for 39ffd6c

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎examples/showcase/bachelors_degrees_by_gender.py

Copy file name to clipboardExpand all lines: examples/showcase/bachelors_degrees_by_gender.py
+5-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.