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) documentation: 2d plotting

Comments
Post a Comment