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...
Hello! I'm very new to Mathematica and I am trying to extract elements of a nested list based on whether their average value is above a certain threshold. Given a nested list: j = {{5,2,3},{2},{1,4,5},{1,1,2},{1,2,4}} I'd like to only...