Hi, (firstly apologies for the title. Not sure how to describe this).
I am after some advice/help.
ABOUT: I have a text file which contains approx. 100,000 lines. On each line there are 2 values. One represents an x co-ordinate, the other y co-ordinate.
e.g. of a line entry)
0.4343211, 1.2133457
Each x, y pair represents a point on a square. The square is of size A * A. The range of values an x or y co-ordinate can have is between -A and +A.
AIM: If I overlay the square with an imaginary grid, I want to produce a plot of where these x, y positions are on the grid and how many there are in each locality. The size of the grid is not definite. It could be 100 * 100 or 800 * 800. But ultimately I would want to gather information pertaining to how many of the x,y points fall into each grid box and then illustrate this with a plot.
I would like a plot which uses a color scale to show the amount of points that lie in each grid. e.g.) Blue might represent less than 100 and on the other end of the scale red may represent more than 1000.
I am still considering my options as to how I will implement this but would value advice.
thanks