Dear friends I have imported two sets of data separately from two Excels file,
EnergyDensity2 = Import["C:\\Users\\User\\Desktop\\energy dm.xlsx", {"Data", 1, All,
1}];
Pressure2 = Import["C:\\Users\\User\\Desktop\\pressure dm.xlsx", {"Data", 1,
All, 1}];
then I want to plot them in terms of each other in a two dimensional plot. In fact in a x-y Plot, for instance Pressure2 as y axis and Energydensity2 as x axis. Numbers of data for both of them is 1000.