You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
show_y_guides=False turns off the dashed horizontal guide lines, but also removes the solid horizontal axis at y=0.
On the other hand, show_x_guides=False still keeps the the vertical axis at x=0.
So this code:
results in a graph with a vertical line at x=0 but no horizontal line at y=0.
I think there should be a way to separately turn on/off the axis at zero, independently of the guides.
The text was updated successfully, but these errors were encountered:
show_y_guides=False turns off the dashed horizontal guide lines, but also removes the solid horizontal axis at y=0.
On the other hand, show_x_guides=False still keeps the the vertical axis at x=0.
So this code:
results in a graph with a vertical line at x=0 but no horizontal line at y=0.
I think there should be a way to separately turn on/off the axis at zero, independently of the guides.
The text was updated successfully, but these errors were encountered: