plotly_matlab icon indicating copy to clipboard operation
plotly_matlab copied to clipboard

[solved] fix the figure title with </b> tag behind

Open dennischancs opened this issue 3 years ago • 0 comments

bug

normal figure title

heatmap

other figure

solved method

sed -i 's#</b>##g' `find /your_plotly_install_path/plotly/plotlyfig_aux -name "*.m"`

dennischancs avatar Mar 07 '22 11:03 dennischancs