Watch this Author's files
This seems awesome but I'm having a problem with legends. The legend text strays outside of the legend box. Is there an easy fix for that? Try this to see what I mean:
>> figure >> x = linspace(-pi, pi, 300); >> plot(x,sin(x)); >> legend('A smooth curve'); >> plot2svg('sin.svg');
Thanks!
Contact us