Skip to content

Commit 9db681f

Browse files
committed
Remove debugging print(); update example plot
1 parent 992c71c commit 9db681f

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed
-66 Bytes
Binary file not shown.

bivapp/plots.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ def _makeFigurePretty(plot, fig, ax, lowlim, highlim, colourbar_label, label_int
8383
roundlim = label_interval * np.ceil(wind_bins[-1]/label_interval)
8484
ticklabels=np.arange(-roundlim, roundlim+1, label_interval)
8585
ticks = np.linspace(lowlim, highlim, len(ticklabels)) # int() floors
86-
print(ticks)
87-
print(ticklabels)
8886
else:
8987
roundlim = label_interval * np.ceil(highlim/label_interval)
9088
ticks = np.arange(np.floor(lowlim), np.ceil(highlim)+1, label_interval)
15.5 KB
Loading

0 commit comments

Comments
 (0)