plot(f, (x, 0.1, 1), figsize= 4, color= 'green', gridlines =True)
I want to use the change the default gridline spacing! And add a proper box at the all the 4 edges of the Plot. Could someone help ? Thanks
1 | initial version |
plot(f, (x, 0.1, 1), figsize= 4, color= 'green', gridlines =True)
I want to use the change the default gridline spacing! And add a proper box at the all the 4 edges of the Plot. Could someone help ? Thanks