mailing-list for TeXmacs Users

Text archives Help


plots from sessions


Chronological Thread 
  • From: sanjshakun <address@hidden>
  • To: address@hidden
  • Subject: plots from sessions
  • Date: Sat, 27 Jun 2020 17:06:20 -0300

I am new to texmacs and also new to sagemath or maxima. So it is likely
that my question is not related to texmacs.

I tried the following commands in a sage session:

plot(sin(x), (-2*pi,2*pi), figsize=[3,2])

- the plot appeared immediately after the command in the same document.

R = plot(tan(x), (-2*pi,2*pi), color='green', figsize=[3,2]);
R.show(ymin=-5,ymax=5)

- the plot does not appear, but it prints: Graphics object consisting of
1 graphics primitive

For yet another plot, I get the message: Graphics3d Object

Then I start a maxima session. Give the plot command

plot3d(atan(-x^2+y^3/4),[x,-4,4],[y,-4,4],[grid,50,50],[gnuplot_pm3d,true]);

- The plot is displayed externally (which I could save to clipboard and
then paste it in the document). The output cell is:
(%o3) /tmp/maxout17511.gnuplot_pipes

My question is how can I control whether the plots always appear in the
document immediately after the input cell?

Thank you.


  • plots from sessions, sanjshakun, 06/27/2020

Archive powered by MHonArc 2.6.19.

Top of page