20061206-2 BUG V1 $Id: 20061206-2_sticky_limits.txt,v 1.1 2006-12-06 14:43:59 michel Exp $ Summary ------- with newwin keyword in plotting functions (LITpro.i), the limits of the plots just sticks. We must manually kill the window. How to replicate the bug ------------------------ > lp_practice > world = load_model(LIT_MODELS+"Obj1_uniform_disk.i"); > go_fit, world; > plot_uvcoverage, world, newwin=0 > plot_radial, world, "VIS2", newwin=0 The second plot command does not release the limits of the plot (limits are sticky). We have to winkill,0 to see something. Discussion ---------- HISTORY ------- $Log: 20061206-2_sticky_limits.txt,v $ Revision 1.1 2006-12-06 14:43:59 michel - Attempt to somehow track the bugs.