Answers for "plot legend on extra fig matplotlb"

0

plot legend on extra fig matplotlb

%%The optional argument of the subfigure macro sets the caption. If you drop it, there won't be any caption. So the solution looks like:


\subfigure{
\includegraphics[width=5.2in]{legend.eps}  %legend.eps does not have a caption
}\\
Posted by: Guest on April-04-2022

Browse Popular Code Answers by Language