When using yline on plots, it shows well on the MATLAB plot, but not on the exported html file.
I tried as well to increase the line width or to add text, but it never shows up in the HTML file.
Is this a bug? Am I missing something?
y = [75 91 105 123.5 131 150 179 203 226 249 281.5];
bar(y)
yline(100)
fig2plotly(gcf);