Skip to content

[Help] Graphics embedding

Parlazo edited this page Apr 15, 2021 · 1 revision

If the .wxmx file format is being used embedding files in a wxMaxima project can be done as easily as per drag-and-drop. But sometimes (for example if an image’s contents might change later on in a session) it is better to tell the file to load the image on evaluation.

Example

show_image("man.png");
Clone this wiki locally