Skip to content

Instantly share code, notes, and snippets.

@lokedhs
Created November 24, 2020 10:49
Show Gist options
  • Save lokedhs/2d6d72533a5c40346043885a9a19129d to your computer and use it in GitHub Desktop.
Save lokedhs/2d6d72533a5c40346043885a9a19129d to your computer and use it in GitHub Desktop.
(clim:make-command-table 'maxima-plot-command-table
:errorp nil
:menu '(("Discrete" :command `(plot2d-with-range
,clim:*unsupplied-argument-marker*
,clim:*unsupplied-argument-marker*
,clim:*unsupplied-argument-marker*
,clim:*unsupplied-argument-marker*))
("Parametric" :command plot2d-with-range)
("Plot example" :command plot2d-demo)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment