Home Forums Nazca GDS to SVG Reply To: GDS to SVG

#5022
Katarzyna
Keymaster

Dear Isa,

You can export to SVG format using the following Nazca syntax:

import nazca as nd

nd.export_svg()

Katarzyna