Skip to content

Commit 565a05b

Browse files
committed
DOC removed/added blankspace
1 parent f804974 commit 565a05b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/text_labels_and_annotations/autowrap_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
66
Matplotlib can wrap text automatically, but if it's too long, the text will be
77
displayed slightly outside of the boundaries of the axis anyways.
8-
98
"""
9+
1010
import matplotlib.pyplot as plt
1111

1212
fig = plt.figure()

examples/text_labels_and_annotations/text_demo_fontdict.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
This example shows how to share parameters across many text objects and labels
77
by creating a dictionary of options passed across several functions.
88
"""
9+
910
import numpy as np
1011
import matplotlib.pyplot as plt
1112

0 commit comments

Comments
 (0)