import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.litho_steps(line_widths=(1, 2, 4, 8, 16), line_spacing=10, height=100, layer='WG').copy()
c.draw_ports()
c.plot()