Hello, Is it possible to have contourPlot with Logarithmatic scale on X-AXIS. I mean, somthing like Log ContourPlot with x-axis. Thanks in advanced for the help. Regards jabir
Re-posted here. Was a reply on a thread with different topic. - Moderation Team
Currently there is no easy method. The modus operandi would be: replace in your equality x with 10^x and then replace the ticks by something like:
FrameTicks -> {{Automatic,Automatic},{Table[{i,10^i},{i,0,4}],None}}