Hi, I have a table (similar to this) :
aa = {{0.1, 10., 2.1778}, {0.2, 10., 2.36235}, {0.5, 0., 1.90005}, {0.3, 0.,2.01995}, {0.25, 10., 2.03455}, {1., 20., 1.92781},
{2., 40., 1.80698}, {3., 40., 1.84242}, {4., 45., 1.65178}, {6., 45., 1.75104}, {5., 0., 1.68689}};
I represent this table as a surface with ListPlot3D, but I'd show the axe of the first component in a logarithmic scale. How do that?
thank you
Kinds regards
Margherita