👻 Check our latest review to choose the best laptop for Machine Learning engineers and Deep learning tasks!
I wish to draw lines on a square graph.
The scales of x-axis
and y-axis
should be the same.
e.g. x ranges from 0 to 10 and it is 10cm on the screen. y has to also range from 0 to 10 and has to be also 10 cm.
The square shape has to be maintained, even if I mess around with the window size.
Currently, my graph scales together with the window size.
How may I achieve this?
UPDATE:
I tried the following, but it did not work.
plt.xlim(-3, 3)
plt.ylim(-3, 3)
plt.axis("equal")
👻 Read also: what is the best laptop for engineering students?
We hope this article has helped you to resolve the problem. Apart from How to equalize the scales of x-axis and y-axis in matplotlib?, check other __main__ Python module-related topics.
Want to excel in Python? See our review of the best Python online courses 2023. If you are interested in Data Science, check also how to learn programming in R.
By the way, this material is also available in other languages:
- Italiano How to equalize the scales of x-axis and y-axis in matplotlib?
- Deutsch How to equalize the scales of x-axis and y-axis in matplotlib?
- Français How to equalize the scales of x-axis and y-axis in matplotlib?
- Español How to equalize the scales of x-axis and y-axis in matplotlib?
- Türk How to equalize the scales of x-axis and y-axis in matplotlib?
- Русский How to equalize the scales of x-axis and y-axis in matplotlib?
- Português How to equalize the scales of x-axis and y-axis in matplotlib?
- Polski How to equalize the scales of x-axis and y-axis in matplotlib?
- Nederlandse How to equalize the scales of x-axis and y-axis in matplotlib?
- 中文 How to equalize the scales of x-axis and y-axis in matplotlib?
- 한국어 How to equalize the scales of x-axis and y-axis in matplotlib?
- 日本語 How to equalize the scales of x-axis and y-axis in matplotlib?
- हिन्दी How to equalize the scales of x-axis and y-axis in matplotlib?
Boston | 2023-01-27
Thanks for explaining! I was stuck with How to equalize the scales of x-axis and y-axis in matplotlib? for some hours, finally got it done 🤗. I just hope that will not emerge anymore
Tallinn | 2023-01-27
Maybe there are another answers? What How to equalize the scales of x-axis and y-axis in matplotlib? exactly means?. Will get back tomorrow with feedback
Milan | 2023-01-27
Thanks for explaining! I was stuck with How to equalize the scales of x-axis and y-axis in matplotlib? for some hours, finally got it done 🤗. I just hope that will not emerge anymore