import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.verniers(widths=(0.1, 0.2, 0.3, 0.4, 0.5), gap=0.1, xsize=100, layer_label='TEXT', straight='straight', cross_section='strip_no_ports').copy()
c.draw_ports()
c.plot()