Hi Joris, So, in your view, plotting should be completely handled on the Maxima side. I had struggled with both. I could be done either way. The idea I had with tm-plotxxx commands was to give the user a choice; Do you want to plot externally or in-line? Use tm-plotxxx for inline, native Maxima commands for external. The differnet Maxima versions is a bit of a sticky situation as well.
Actually I've kind of put this off to the side to work on the hhelp plugin. Writing it is giving me a better understanding of the internals of TeXmacs. Once I grok TeXmacs and Scheme I'll probably return to Maxima. WYSIWYG math and the Maxima plug-in are what drew me to TeXmacs in the first place. -- bytecolor (S. Edward Dolan) --- On Sat, 8/29/09, Joris van der Hoeven <[email protected]> wrote: > From: Joris van der Hoeven <[email protected]> > Subject: Re: [Texmacs-dev] maxima plugin mods > To: [email protected] > Date: Saturday, August 29, 2009, 11:47 AM > On Tue, Aug 18, 2009 at 02:21:55PM > -0700, bytecolor wrote: > > I've been playing around with the maxima plug-in. I > added a couple of things. > > > > 1. The prompt alternates between two colors. Input is > green, output is red. > > 2. A tmplot2d() command that displays the plot in the > texmacs doc. > > > > In my previous posts I was trying to get maxima to > plot in-line by creating a maxima .mac file. The current > method doesn't require this. Instead, I've modified > texmacs-maxima-5.11.0.lisp on the texmacs side. > > An even better method would be to intercept any calls of > GNUplot on the Maxima side. > In that case, the solution would work for any kind of > plots. > > Andrey: I think that this issue was already discussed > earlier ; > you remember what had to be done? > > --Joris > > > _______________________________________________ > Texmacs-dev mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/texmacs-dev > _______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
