3

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.

Christoph
  • 47,569
  • 8
  • 87
  • 187
The Quantum Physicist
  • 24,987
  • 19
  • 103
  • 189

1 Answers1

7

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