Skip to content

Commit 6ca76cf

Browse files
author
Bob McMichael
committed
fixes implot to origin='lower'
1 parent 4861c17 commit 6ca76cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/pipulse/pipulse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def batchdemo():
185185
plt.subplot(121)
186186
plt.xlabel('time ($\mu$s)')
187187
plt.ylabel('$\Delta$f (MHz)')
188-
plt.imshow(ytrue_plotted, origin='bottom', extent=extent, aspect='auto',
188+
plt.imshow(ytrue_plotted, origin='lower', extent=extent, aspect='auto',
189189
cmap='cubehelix', vmin=99000)
190190
plt.colorbar(ticks=[99000, 100000])
191191
plt.scatter(ptdata, dfdata, s=9, c=np.arange(len(ptdata)), cmap='Reds')

0 commit comments

Comments
 (0)