I have a plot like this, which I would like to change:
I would like to make this a density plot, like the hexbin below:
where each of the colors in the first figure can have its own unique color gradient I am not happy with R's hexbin, as it does not allow logarithmic scales as I need in the first figure. Another benefit of this binning is that I can make an encapsulated postscript output, as an EPS of the first file is large & unopenable.
I've seen density plots in pm3d, but doing this with more than one set of data doesn't make sense (8 different color gradients in the right side would look bad)
How can I do hexbin-like plots in gnuplot?