diff --git a/matlab/MP.m b/matlab/MP.m index 9482effbcd7e8a58479bd5cefe69581ffc52dd15..22e0e419222092f7dac5ae4e8870d273ee8d7368 100644 --- a/matlab/MP.m +++ b/matlab/MP.m @@ -77,7 +77,7 @@ clrmap = lines(param.nbFct); subplot(1,3,1); hold on; axis off; l(1) = plot(x(1:2:end,:), x(2:2:end,:), 'linewidth',2,'color',[.2 .2 .2]); l(2) = plot(x_hat(1:2:end,:), x_hat(2:2:end,:), 'linewidth',2,'color',[.9 .0 .0]); -legend(l,{'Demonstration','Reproduction'},'fontsize',20); +legend('Demonstration','Reproduction'); axis tight; axis equal; %Plot basis functions (display only the real part for Fourier basis functions)