I can always set the show_grid = True in the holoviews with bokeh as a backend
plt = hv.Curve((x,y))
plt.options(width=600,height=400,xlabel='time in sec', ylabel='volts',show_grid=True,title='Myplot')
I was wondering if this can be set as true globally for all or most types of plots like curve, scatter etc.
Plotted using holoviews, with show_grid=True, backend is bokeh