help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

print plot is cutting the image


From: Érico Porto
Subject: print plot is cutting the image
Date: Thu, 7 Apr 2011 10:59:38 -0300

I'm having a problem when trying to print to a file

I'm using the tradicional plot and print commands

...
    plot3(timet,chant(:,ichan),log10(powert(:,ichan))*10,'color',corcanal,'linewidth',3);
...
xlabel("Tempo (s)","fontsize",15);
zlabel("Potencia (dBm)","fontsize",15);
legend(legendb,"location", "eastoutside");
legend('show');

power=[ "images/", nome, "_power.png"];

print('-dpng',power);

But I'm getting the cutted in sideways result that is attached

Érico V. Porto

Attachment: ponto1_power.jpg
Description: JPEG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]