how can I disable ygrid?

Volker Lorrmann <lorrmann@...1264...> writes:

how can i tell matplotlib to only show the xgrid (grid without y -lines

setp(gca().get_ygridlines(), visible=False)

···

--
Jouni