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

Skip to content

Commit 8ff0cc2

Browse files
committed
Comments by QuLogic
1 parent 09aba5b commit 8ff0cc2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

examples/lines_bars_and_markers/barh_demo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"""
44
import matplotlib.pyplot as plt
55
import numpy as np
6-
plt.rcdefaults()
76

87

8+
plt.rcdefaults()
9+
910
# Example data
1011
people = ('Tom', 'Dick', 'Harry', 'Slim', 'Jim')
1112
y_pos = np.arange(len(people))

examples/shapes_and_collections/artist_reference.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
import matplotlib.lines as mlines
1515
import matplotlib.patches as mpatches
1616
from matplotlib.collections import PatchCollection
17+
18+
1719
plt.rcdefaults()
1820

1921

0 commit comments

Comments
 (0)