import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.taper_parabolic(length=20, width1=0.5, width2=5, exp=0.5, npoints=100, layer='WG').copy()
c.draw_ports()
c.plot()