Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Maxima in online notgebook

Is there any way to show maxima graphs in the online Sage notebook? maxima('plot2d(sin(x),[x,-7,7])') shows nothing.

Maxima in online notgebooknotebook

Is there any way to show maxima graphs in the online Sage notebook?

maxima('plot2d(sin(x),[x,-7,7])')
maxima('plot2d(sin(x),[x,-7,7])')

shows nothing.

maxima('plot2d(sin(x),[x,-7,7],[plot_format, gnuplot],[gnuplot_term, svg],[gnuplot_out_file, "plot2d.svg"])')

returns not hyperlink

{}plot2d.svg{}

Maxima in online notebook

Is there any way to show maxima graphs in the online Sage notebook?

maxima('plot2d(sin(x),[x,-7,7])')

shows nothing.

maxima('plot2d(sin(x),[x,-7,7],[plot_format, gnuplot],[gnuplot_term, svg],[gnuplot_out_file, "plot2d.svg"])')

returns not hyperlink

{}plot2d.svg{}

But it works with png.

click to hide/show revision 4
It's very strange, but now it's working.

Maxima in online notebook

Is there any way to show maxima graphs in the online Sage notebook?

maxima('plot2d(sin(x),[x,-7,7])')

shows nothing.

maxima('plot2d(sin(x),[x,-7,7],[plot_format, gnuplot],[gnuplot_term, svg],[gnuplot_out_file, "plot2d.svg"])')

returns not hyperlink

{}plot2d.svg{}

But it works with png.