LegalizeAdulthood / iterated-dynamics

Iterated Dynamics is an open source fractal generator with support for many fractal types.
https://legalizeadulthood.github.io/iterated-dynamics/
GNU General Public License v3.0
21 stars 8 forks source link

Support gnuplot output for point/line renderings #82

Open LegalizeAdulthood opened 1 month ago

LegalizeAdulthood commented 1 month ago

For plots of L-systems, certain chaotic attractors (gingerbread, hopalong) and dynamical system orbits (Lorenz, Lorend3d) it could be useful to be able to export a gnuplot file.

When we switch to OpenGL, these types will be more interactively viewable, but it can still be helpful to be able to export a gnuplot input file of the current view.

This is the easiest way to bridge to a plotter or printer. The svg terminal type in gnuplot can be used to generate an SVG rendering as well.