plotly / plotly_matlab

Plotly Graphing Library for MATLAB®

Home Page:https://plot.ly/matlab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dennischancs opened this issue · 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"`