help-octave
[Top][All Lists]
Advanced

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

patch(...) swallows tick marks


From: Matthias Brennwald
Subject: patch(...) swallows tick marks
Date: Wed, 12 Dec 2007 09:05:02 +0100

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



reply via email to

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