An Introduction to Scientific Python – Matplotlib
datadependence.com
An Introduction to Scientific Python – Matplotlib
1–10 of 19 posts
Re: An Introduction to Scientific Python – Matplotlib
#2I sometimes see it in examples and referenced in the documentation, but I can't really wrap my head around it.
Re: An Introduction to Scientific Python – Matplotlib
#3Is there a good introduction to using the object oriented interface to matplotlib? I sometimes see it in examples and referenced in the documentation, but I can't really wrap my head around it.
http://matplotlib.org/users/artists.html
http://matplotlib.org/users/transforms_tutorial.html
Re: An Introduction to Scientific Python – Matplotlib
#4Re: An Introduction to Scientific Python – Matplotlib
#5Re: An Introduction to Scientific Python – Matplotlib
#6Re: An Introduction to Scientific Python – Matplotlib
#7Is there a good introduction to using the object oriented interface to matplotlib? I sometimes see it in examples and referenced in the documentation, but I can't really wrap my head around it.
Re: An Introduction to Scientific Python – Matplotlib
#8I needed pixel perfect plots for visualising raster data and did not manage to make it render that. Felt similar to LaTeX: Great if you like what it does by default but don't you dare want something reasonably different. :\
Re: An Introduction to Scientific Python – Matplotlib
#9One of my biggest frustrations with python for data science is how bad the documentation for matplotlib is. Also the default settings leave a lot to be desired - look at the color map scatter plots to see what I mean. What is with all that white-space around the graph?