help-octave
[Top][All Lists]
Advanced

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

Re: Plot prints incomplete


From: Andreas Weber
Subject: Re: Plot prints incomplete
Date: Sun, 20 Jan 2013 10:31:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11

Am 19.01.2013 18:24, schrieb fisheyes:
> I'm very new to octave, sorry in advance if this is a common problem. 
> I'm using octave 3.6.2 mingw on windows 7 home premium. Absolutely
> everything works perfectly apart from the print function. 
> When I try to print a plot it yields a fragmented, incomplete image. Here
> are a few examples: 
> <http://octave.1599824.n4.nabble.com/file/n4648984/plot1.png> 
> And a simple sine wave test:
> <http://octave.1599824.n4.nabble.com/file/n4648984/plot2.png> 
> 
> Here are what they actually look like respectively:
> <http://octave.1599824.n4.nabble.com/file/n4648984/plot1_good.png> 
> And:
> <http://octave.1599824.n4.nabble.com/file/n4648984/plot2_good.png> 

Hi fisheyes,
You are using ftlk as graphics_toolkit?
Try switching to gnuplot before printing
$ graphics_toolkit gnuplot

You should provide an simple example which we can use to reproduce the
problem.

Does this work for you?

x=linspace(0,4*pi,100);
plot(x,sin(x))
print sin.png

Regards, Andy


reply via email to

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