Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make plots inside the WXMaxima GUI

Tags:

gnuplot

maxima

How can I make the plots generated from plotting functions (like plot2d() lie inside the WXMaxima GUI rather than open new Windows? Someone made this in front of me, and I can't find out how he made that.

Thank you.

like image 527
The Quantum Physicist Avatar asked Sep 16 '25 11:09

The Quantum Physicist


1 Answers

Just put a "wx" in front of your plot command: use wxplot, wxdraw, wxdraw2d or similar instead of plot, draw or draw2d.

like image 61
Gunter Königsmann Avatar answered Sep 18 '25 09:09

Gunter Königsmann