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 48e608f

Browse filesBrowse files
committed
DOC removed/added blankspace
1 parent 269b42d commit 48e608f
Copy full SHA for 48e608f

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed

‎examples/text_labels_and_annotations/autowrap_demo.py

Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/autowrap_demo.py
+1-1Lines 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

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