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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -