help-octave
[Top][All Lists]
Advanced

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

Matlab output requested


From: Andreas Weber
Subject: Matlab output requested
Date: Sun, 21 Aug 2016 08:58:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0

Dear all,
can someone check the defaults for gridcolor and gridalpha?

plot (1:10)
grid
grid minor
get (gca, "gridcolor")
get (gca, "minorgridcolor")
get (gca, "gridalpha")
get (gca, "minorgridalpha")

and post the 4 results? And also check:

plot (1:10)
grid on
set (gca, 'gridcolor', 'r')
set (gca, 'xcolor', 'b', 'ycolor', 'g')

Does the grid draw over the axes? Perhaps you can also upload the
resulting image.

Thank you very much, Andy



reply via email to

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