Is there a way to force plot not to break the y-axis? For example, in this graph:
plot([12*x+23,15*x+5], (x, 0, 10), aspect_ratio=.05)
1 | initial version |
Is there a way to force plot not to break the y-axis? For example, in this graph:
plot([12*x+23,15*x+5], (x, 0, 10), aspect_ratio=.05)