I plotted the contour plot of a function 1/(2pisqrt(x^2 + y^2)).
The code is below:
contour_plot(1/2/(pi*sqrt(x^2 + y^2)), (x,-0.1,0.1), (y,-0.1,0.1),plot_points=20, colorbar=True)
The output result is not round, but square! Why?
How to fix it?
| 1 | initial version |
I plotted the contour plot of a function 1/(2pisqrt(x^2 + y^2)).
The code is below:
contour_plot(1/2/(pi*sqrt(x^2 + y^2)), (x,-0.1,0.1), (y,-0.1,0.1),plot_points=20, colorbar=True)
The output result is not round, but square! Why?
How to fix it?
I plotted the contour plot of a function 1/(2pisqrt(x^2 1/(2*pi*sqrt(x^2 + y^2)).y^2)).
The code is below:
contour_plot(1/2/(pi*sqrt(x^2 + y^2)), (x,-0.1,0.1), (y,-0.1,0.1),plot_points=20, (x, -0.1, 0.1), (y, -0.1, 0.1),
plot_points=20, colorbar=True)
The output result is not round, but square! Why?
How to fix it?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.