help-octave
[Top][All Lists]
Advanced

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

Re: print plot is cutting the image


From: Érico Porto
Subject: Re: print plot is cutting the image
Date: Thu, 7 Apr 2011 11:37:07 -0300

I need this is to finish up a report.

thanks

Érico V. Porto


On Thu, Apr 7, 2011 at 10:59 AM, Érico Porto <address@hidden> wrote:
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


reply via email to

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