import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.ramp(length=10, width1=5, width2=8, layer='WG').copy()
c.draw_ports()
c.plot()