Secondary y axis with transform

Does Plotly have the ability to display a secondary axis that is related to another axis via some transform?
I would like to display a single (x,y) data set where the left and right axes are linearly related to one another (e.g. left axis is radians and the right axis is degrees).

For example, see matplotlib.axes.Axes.secondary_yaxis — Matplotlib 3.5.1 documentation