Most times I get the correct rainbow colors of the Gibbs free energies. But some data is giving me a different image. I don't know what to change.
please, I very new to Mathematica.
I have attached the following: The .nb file I am using. The image I'm getting (amber12_23) The image I expect (FEL) the data (amber12_23.txt)
Any help will be appreciated.
Dear Henrik! I have used your code and it has worked!!!!
Also, PlotRange -> All, has worked fine with my code!
I'm grateful, Thank you so much!!
Thank you Henrik. But it has refused to work. I have even "quit the kernel" to completely refresh but it's not working. Maybe could be the version of the Mathematica? I'm using 10.2
Hi Lucy,
if I execute you code I do get the desired/expected result (i.e. similar to FEL.tiff). Maybe you need to make a clean start (e.g. by executing ClearAll["Global`*"] at the beginning of you notebook). And the PlotRange option is not really needed.
ClearAll["Global`*"]
PlotRange
Regards -- Henrik