User Portlet User Portlet

Discussions
I have a density histogram with specified bin sizes in x and y: BinPlot= DensityHistogram[data, {1000,500}] I would like to convert this to an image that I can perform a Gaussian blur on. I've tried looking through the...
Thanks David! Didn't know there was a "Nothing" argument. Works well.