From: Rafael L. <ra...@de...> - 2003-08-26 14:19:15
|
* Teemu Ikonen <tpi...@pc...> [2003-08-25 18:41]: > I've committed my grace plotting code to extra/graceplot and modified the > Makefiles and configure scripts to install the overlapping m-files to Great, it works fine for me. What about creating a wrapper like this: function grace_command (str) __grcmd__ (str); __grcmd__ ("redraw"); endfunction At any rate, it is nice to be able to control nearly all aspects of the graph directly from Octave scripts. -- Rafael |