Maple Issues: Inline Plot Script

 

It is possible to generate plots in-line, that is without having to define them in the algorithmic section. Here is an example:
 
<script>drawMaplePlot("plot(($a)*x^4 - ($b)*x^3 + ($c), x=-1..2, y=0..40,tickmarks = [0,0])");</script>
 
This generates the following plot:
 

 
This has not been tested for more advanced plot commands.


Maple Issues Index

Main Index

Last updated: 2023/11/06 SS/DAG