Dear all,
When writing:
f = figure()
...
gl = f.gca().get_xgridlines()
I always get a list of gridlines independantly of the fact that they are
actually drawn or not.
Is there an attribute or a method that could inform me whether the
gridlines are actually displayed or not ?
I thougt that th
Dear all,
When writing:
f = figure()
...
gl = f.gca().get_xgridlines()
I always get a list of gridlines independantly of the fact that they are
actually drawn or not.
Is there an attribute or a method that could inform me whether the
gridlines are actually displayed or not ?
I th