search for: do_plot_window

Displaying 2 results from an estimated 2 matches for "do_plot_window".

2000 Feb 07
1
small bug in plot code
...Copyright (C) 1999 R Development Core Team R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under the terms of the GNU General Public License. For more information about these matters, see http://www.gnu.org/copyleft/gpl.html. (gdb) up #3 0x80927c2 in do_plot_window (call=0x40269760, op=0x4025ceac, args=0x4060f428, env=0x4060f400) at plot.c:373 373 errorcall(call,"invalid \"log=%s\" specification\n",*p); (gdb) list 371 break; 372 default: 373 errorcall(call,"invalid \&qu...
1998 Jan 13
0
funny axis ranges; GPretty(.) vs. pretty(.) and all that...
...R, don't know for S; this all hidden in ##>> calls such as ##>> .Internal(.Cur.picture(), "S_cur_pic", T, 1) ] ## The main problem is GPretty() in $RHOME/src/graphics/graphics.c ! ##R: plot.default() --> plot.new(); plot.window(xlim, ylim, log) ##C: 1: do_plot_window() in $RHOME/src/main/plot.c ## checks its arguments and then ## GCheckState(); GScale(xmin, xmax, 1); GScale(ymin, ymax, 2); ## 2: GScale(.) in $RHOME/src/graphics/graphics.c ## checks args; sets up 'xmin', 'xmax' depending on 'log',..axt' ## then GPret...