Python Forum
Tips on surface plot HW question - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Tips on surface plot HW question (/thread-14094.html)



Tips on surface plot HW question - Cwcox - Nov-14-2018

What does it mean by these tips for this question? plot_surface, set_aspect, and set_xlim.
[Image: lxcw7wo]

if image doesnt show up then the question is in the link

https://drive.google.com/file/d/13MuLEoDvf1qQf7jVWtYBirB5JQIeKFK1/view?usp=sharing


RE: Tips on surface plot HW question - Larz60+ - Nov-14-2018

It's reference to matplotlib.
see:
plot_surface: https://matplotlib.org/tutorials/toolkits/mplot3d.html?highlight=plot_surface#surface-plots
set_aspect: https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.set_aspect.html?highlight=set_aspect#matplotlib.axes.Axes.set_aspect
set_xlim: https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.set_xlim.html?highlight=set_xlim#matplotlib.axes.Axes.set_xlim