sebhaan / DoEgen

DoEgen: A Python Library for Optimised Design of Experiment Generation and Evaluation
Other
76 stars 15 forks source link

Add option to save figures as svg #15

Open GeoMattB opened 8 months ago

GeoMattB commented 8 months ago

Wish I'd thought of this earlier.. the default plot outputs (png at 300dpi)

Add a variable imagetype to doeval.main imagetype='.xxx' (default is set to .png, current behaviour) by adding the arg imagetype='.svg' svg output plots are generated which are (possibly?) better to edit for higher quality outputs when needed.

I've done this but will test it a bit before sending through a PR.