import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.pixel(size=1, layer='WG').copy()
c.draw_ports()
c.plot()