|
From: John H. <jdh...@ac...> - 2006-05-04 14:48:52
|
>>>>> "Eric" == Eric Firing <ef...@ha...> writes:
Eric> Bob, Try doing
Eric> b = axis() ax1.plot([0.0],[0.0],'wo') axis(b)
Eric> That saves the axis range set by imshow and restores it
Eric> after the call to plot.
You can also turn on an off autoscaling
ax.set_autoscale_on(False)
JDH
|