How can I hide both x and y axis in a bokeh plot ? I've checked and tried based on this :
p1= figure (... visible=None)
p1.select({"type": "Axis", "visible": 0})
xaxis = Axis(plot=p1, visible = 0)
and like http://docs.bokeh.org/en/latest/docs/user_guide/styling.html#axes