I'm currently importing data from a file:
data = Import["/home/francesco/Desktop/ClasseMatrici/phasespace3.dat"];
There are 10^4 data points in such file, so that when I give the command
ListDensityPlot[data]
a two dimensional plot appears. The axis span from zero to one hundred, but the two (physical) variables have a different domain, the x-axis goes from -.5 to 4.5 and the y-axis from .2 to 4.1
How can I change the range of the values plotted for each axis?
Thank you in advance.
Attachments: