patch(...) swallows tick marks
Matthias Brennwald
matthias.brennwald at nagra.ch
Wed Dec 12 02:05:02 CST 2007
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
More information about the Help-octave
mailing list