Open danieldjewell opened 3 years ago
Just a thought, it would be great to separate the UI from the SVG generation parts so that this could be used as either a complete program or as a module/library in another program.
I thought about this too, but you can always do for example
from zebratrace.geom.funcplotter2 import FuncPlotter
Just a thought, it would be great to separate the UI from the SVG generation parts so that this could be used as either a complete program or as a module/library in another program.