On Thursday, February 5, 2015 at 10:41:23 AM UTC-8, Martin Johansson wrote: > > If you by "Density plot" refer to Mathematica's 'DensityPlot' than maybe > simply using contourf could be OK. Unfortunately I don't know much about > the plotting facilities in Julia (read: PyPlot). >
You can use pcolor, imshow, or pcolormesh to do something much like Mathematica's DensityPlot. In general, if you dig through the Matplotlib documentation (http://matplotlib.org/api/pyplot_api.html) you can do pretty much any kind of 2d plot.
