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.
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.