plot - Same scaling for x-axis and y-axis in list_plot -


i'm using list_plot in sage plot list of points. how can set scaling of x-axis , y-axis same? in plots unit square wide rectangle. want remain square.

set parameter aspect_ratio 1. example:

list_plot([3, 1, 4, 1, 5, 9], aspect_ratio=1) 

list plot

documentation: 2d plotting


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -