News

My Python code includes three functions, two of which are functional. The first two functions can create contour and surface plots based on a function as inputs. The bounds can be adjusted. The third ...
Just make any plot now. Practice it now so that when you actually need to make a plot you will be prepared. One last reminder - I am not a python expert, I just play one on this blog.
My Python code includes three functions, two of which are functional. The first two functions can create contour and surface plots based on a function as inputs. The bounds can be adjusted. The third ...
When I need to make a plot with some data or a calculation, I almost always use python with matplotlib. It works quite well and produces non-ugly graphs. Most of the stuff you see in my posts are ...