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

Skip to content

Commit 31b2d19

Browse files
committed
Fix pydocstyle warnings
1 parent f2ecac8 commit 31b2d19

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

examples/text_labels_and_annotations/rainbow_text.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
On the matplotlib-users list back in February 2012, Gökhan Sever asked the
1111
following question:
1212
13-
Is there a way in matplotlib to partially specify the color of a string?
14-
15-
Example:
16-
17-
plt.ylabel("Today is cloudy.")
18-
19-
How can I show "today" as red, "is" as green and "cloudy." as blue?
20-
21-
Thanks.
13+
| Is there a way in matplotlib to partially specify the color of a string?
14+
|
15+
| Example:
16+
|
17+
| plt.ylabel("Today is cloudy.")
18+
|
19+
| How can I show "today" as red, "is" as green and "cloudy." as blue?
20+
|
21+
| Thanks.
2222
2323
The solution below is modified from Paul Ivanov's original answer.
2424
"""

0 commit comments

Comments
 (0)