# this shows how loading a new URI doesn't reset the range.  See 
# https://sourceforge.net/p/autoplot/bugs/1511/
reset()

plotx( 0, 'http://emfisis.physics.uiowa.edu/Flight/RBSP-B/Quick-Look/2013/10/09/rbsp-b_WFR-waveform-continuous-burst_emfisis-Quick-Look_20131009T19_v1.4.1.cdf?BvSamples[0:20]' )
dom.controller.copyPlotAndPlotElements( dom.plots[0],None,True,False)

sleep(300)

# these should zoom in together, because of xaxis binding
dom.plots[0].xaxis.range= dom.plots[0].xaxis.range.rescale( 0.2, 0.5 )

sleep(300)

# this should not reset the xaxis range
plotx( 1, 'http://emfisis.physics.uiowa.edu/Flight/RBSP-B/Quick-Look/2013/10/09/rbsp-b_WFR-waveform-continuous-burst_emfisis-Quick-Look_20131009T19_v1.4.1.cdf?BuSamples[0:20]' )