mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Insert a plot in a Maxima Session?


Chronological Thread 
  • From: "Juan Pablo Romero Bernal" <address@hidden>
  • To: "Javier Arantegui" <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] Insert a plot in a Maxima Session?
  • Date: Wed, 22 Mar 2006 10:29:55 -0500
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bwCCFzWISAyYfrksV5yKLaInMzdr7Jw0oS513tDzXiP4xhgrzwZL+gSmU5Grkk9g2ni085r95yzV0frOIo8gvnejD70hAuGAqKfsEi8TFtuay/qAqdsr2THKQH+S50Jdu0ESncFY5lzXuu6cngqip70MnOkJ6VkfuyxalDP7YnE=

Hi all,

On 3/22/06, Javier Arantegui <address@hidden> wrote:
When you plot a function in a Maxima session you get it in a new window. Is it
possible to get the plot inserted in the Maxima session? Something like this:

(%i1) plot2d(sin(x),[x,-%pi,&pi])

(%o1) Plot here

(%i2)

You can try to use the Maxima Postscript interface to insert the graphic in the
Maxima session. For example:

plot2d (sin(x), [x, 0, 2*%pi], [gnuplot_term, ps], [gnuplot_out_file, "sin.eps"])$

after this instruction insert the file, in this case, sin.eps.

Bye,

--
Juan Pablo Romero Bernal
Grupo Linux Universidad Distrital

Visita el sitio web de Software Libre en Colombia:
http://www.el-directorio.org



Archive powered by MHonArc 2.6.19.

Top of page