help-octave
[Top][All Lists]
Advanced

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

Re: patch(...) swallows tick marks


From: kahacjde
Subject: Re: patch(...) swallows tick marks
Date: Wed, 12 Dec 2007 01:49:50 -0800 (PST)


Matthias Brennwald (bwm) wrote:
> 
> Dear all
> 
> If I plot a patch that extends to the axes of a plot, the tick marks get
> covered by the patch. A simple example to illustrate this effect is:
> 
> ------------------
> clf
> patch ([5.5 10 10 5.5],[1 1 10 10],'r'); hold on
> plot(1:10)
> ------------------
> 
> Is there a way to make the tick marks visible again?
> 
> (I have Octave 2.9.18 with gnuplot 4.2)
> 
> Matthias
> 

Hello,

with matlab I see the same behavior - the patch is plotted above the grid
and tick marks.

Kai

-- 
View this message in context: 
http://www.nabble.com/patch%28...%29-swallows-tick-marks-tp14291113p14291893.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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