User Portlet User Portlet

Discussions
I was wondering what criteria is/was used to determine what benchmarks to include when running a benchmark report on a particular machine. Specifically, running: Needs["Benchmarking`"] BenchmarkReport[] After running this on my...
Is it possible to make a List Plot in which each point is colored based on the count of that point's `{x,y}` occurrence in the data set? Specifically, I have data of the form `data={{x1,y1}->c1, ... ,{xn,yn}->cn}` where `cn` is the nth count for the...