masumhabib / PlotPub

Publication quality plot in MATLAB.
http://masumhabib.com/projects/publication-quality-graphs-matlab/plotpub-v2-0-documentation/
BSD 2-Clause "Simplified" License
288 stars 90 forks source link

an issue #34

Open lookforhan opened 5 years ago

lookforhan commented 5 years ago

when I use this function, I find a issue, you may run the code, and find it! I think it is because the matlab cannot mark off the handle and the number! code: x = [1,2,3,4]; y = [0.1,0.2,0.3,0.4]; fig1 = Plot(x,y); fig2 = Plot(x,y); fig3 = Plot(x,y); fig4 = Plot(x,y); fig5 = Plot(x,y);% error