Is there any way to show maxima graphs in the online Sage notebook? maxima('plot2d(sin(x),[x,-7,7])') shows nothing.
1 | initial version |
Is there any way to show maxima graphs in the online Sage notebook? maxima('plot2d(sin(x),[x,-7,7])') shows nothing.
2 | No.2 Revision |
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{}
3 | No.3 Revision |
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.
4 | It's very strange, but now it's working. |
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.