From: Hans-Bernhard B. <br...@ph...> - 2004-06-21 18:22:41
|
On Mon, 21 Jun 2004, Petr Mikulik wrote: > Wouldn't it suffice in mouse.c, event_do_zoom (or how it is called), which > is making the string > > sprintf("set yrange [from:to]", mouse.y from, mouse.y to); > > to change it to > > if (is_view_map) > sprintf("set yrange [from:to]", mouse.y to, mouse.y from); > or whatever can fix the current bad behaviour > else > the current sprintf as above It might. But then, so might re-doing this part of 'set view map' in the place where really should be done, i.e. the same place where all the rest of 'set view' is applied. It's quite crazy that we currently have to flag the y axis of a 3D plot as RANGE_REVERSE to get a display that is *not* reverted. 'set view map' has no business fiddling with the yrange settings in the first place. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |