Skip to content

Commit 40824fe

Browse files
tacaswellkbrose
authored andcommitted
STY: whitespace
1 parent 3c604ce commit 40824fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/01_introductory/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def my_plotter(ax, data1, data2, param_dict):
666666
# # Setup, and create the data to plot
667667
# y = np.random.rand(100000)
668668
# y[50000:] *= 2
669-
# y[np.logspace(1,np.log10(50000),400).astype(int)] = -1
669+
# y[np.logspace(1, np.log10(50000), 400).astype(int)] = -1
670670
# mpl.rcParams['path.simplify'] = True
671671
#
672672
# mpl.rcParams['path.simplify_threshold'] = 0.0

0 commit comments

Comments
 (0)