import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.taper_adiabatic(width1=0.5, width2=5, length=0, alpha=1, wavelength=1.55, npoints=200, cross_section='strip', max_length=200).copy()
c.draw_ports()
c.plot()