Home › Forums › KLayout › Bending › Reply To: Bending
Dear Rose,
It generates a png as the one shown in the post. You may need to add a line like plt.show(). (to poke Matplotlib, import matplotlob.pyplot as plt)
plt.show()
import matplotlob.pyplot as plt
For gds you can use nd.export_gds(C)
nd.export_gds(C)
Ronald