6 Jan
2023
6 Jan
'23
3:58 p.m.
Hi Alex,
Is there a way to "continue" an MP figure? Like keeping the axes, etc. and just adding code to the figure?
Buffers might be what you want. From the MetaFun manual:
Buffers can be used to stepwise build graphics. By putting code in multiple buffers, you can selectively process this code. [p.124]
http://www.pragma-ade.nl/general/manuals/metafun-p.pdf Hope that helps. Gavin