Hello,
I am pretty new to Plotly. It seems pretty slick, and so I am wondering if I can migrate away from matplotlib and use Plotly. I am a physicist, and the standard way to present histograms is to use a step-style, which can be done with matplotlib/pyplot by passing histtype="step
.
It should look something like this
How could I achieve this with Plotly?