# This demos 1649, where the x axis is reset incorrectly. reset() plot( 'https://emfisis.physics.uiowa.edu/Flight/RBSP-B/L4/$Y/$m/$d/rbsp-b_WFR-waveform-magnitude_emfisis-L4_$Y$m$d_v$(v,sep).cdf?B_Magnitude&timerange=2015-05-25' ) dom.plots[0].xaxis.range= dom.plots[0].xaxis.range.rescale(0.5,0.8) sleep(300) plot( 1, 'https://emfisis.physics.uiowa.edu/Flight/RBSP-B/L4/$Y/$m/$d/rbsp-b_WFR-waveform-magnitude_emfisis-L4_$Y$m$d_v$(v,sep).cdf?B_Magnitude&timerange='+dom.plots[0].xaxis.range.toString() ) writeToPng('test037_demo1649.png')