Plots and graphics in STACK
Plots and graphics can be placed into any of the CASText fields, e.g. question, worked solution, feedback.
There are a number of ways to embed plots, images, diagrams etc into STACK.
- Embed an external image, using the HTML
<img>tag. - Maxima plots can be used in STACK questions using the
plotcommand which provides access to some of the functionality ofplot2d. - Create an image with JSXGraph.
- For graph theory discrete graphs can be created directly using STACK's
plotcommand command by building a combination of discrete and line plots.
Notes.
- The
drawpackage is currently not supported. - As of version 4.0, the tags
{#...#}provide the possibility to interact with 3rd party scripts. If you have examples of this, please contact the developers.