Jaime E. Villate writes:
>Hi,
>could somebody please apply the patches attached at the end?
>
>They fix two things:
>
>1- On 2004-03-28 Vadim solved bugs #694179 and #915212 (openmath's plot
>menu did not appear in some window managers) by replacing tk buttons by
>a tk menu. He did the changes in interfaces/xmaxima/Tkmaxima/Plotconf.tcl
>The problem is that some other buttons are also added in
>interfaces/xmaxima/Tkmaxima/Plotdf.tcl so that file must be modified to
>replace the buttons by new entries in the menu.
>I also changed the name of option doTrajectoryAt by trajectory_at, to
>avoid case problems and to be consistent with other options names.
>
>2- The functions in omplotdata accept a lot of options, but the
>current implementation of omplotdata accepts just one file and no
>command line options. With a very simple change to
>plotting/footer.tcl, and fixing a tcl bug in
>interfaces/xmaxima/Tkmaxima/Plotconf.tcl omplotdata will accept
>options. Try for instance:
>
>(%i1) plot2dOpen(sin(x),[x,0,6]);
>(%o1) 0
>(%i2) quit();
>
>If you were running maxima from the console, you should have a file
>maxout.openmath You can view the plot data, with various different
>options. For instance:
>
>omplotdata maxout.openmath -yradius 2 -xaxislabel "x" -yaxislabel "sin(x)" -labelposition "0 0" -linecolors "{red}" -plotpoints 1
>
>best regards,
>Jaime
>
>
>
Thank you very much for contribution! I'll commit it shortly.
But what about plotdf function? Can I commit it as well?
Together modified omplotdata and plotdf makes really
nice pair.
--
Vadim V. Zhytnikov
<vvzhy@mail.ru>
<vvzhy@netorn.ru>