Aypac / GDSLatexConverter

Conversion of gdsII files / gdspy libraries to latex (and subsequent svg and pdf)
5 stars 3 forks source link

Feature: make layers reusable #6

Open Aypac opened 6 years ago

Aypac commented 6 years ago

Make it possible to plot the same layer twice.

This should be pretty easy by changing the last few lines of the parse-function. We would have to allow for the layer_order to be a dict then that relates a layer name to a layer id. layer_drawopt and layer_drawcolor need to use the name as a key then.