Mathematica Plot X-axis Log & Y-Axis Linear with Mathematica LogPlot

AI Thread Summary
A user is seeking assistance with Mathematica software to create a semi-logarithmic plot where the X-axis is on a logarithmic scale and the Y-axis is linear. The built-in LogPlot function only allows for a logarithmic Y-axis and a linear X-axis. Suggestions include using ParametricPlot with a logarithmic transformation of the X variable, specifically Log[t], and exploring the LogLinearPlot function as a potential solution for achieving the desired plot configuration.
bgaetano
Messages
1
Reaction score
0
I am a new user of Mathematica software, and need to plot a quite complicate function using a semi-Log type plot. The function that the software provides is LogPlot however this function plots the Y axis in Log scale and the X in linear scale, but I need the exact opposite, to plot the X axis in the Log and Y in linear. Does anybody know how to deal this plot within Mathematica ?

Thank's a lot

Nino
 
Physics news on Phys.org
Code:
ParametricPlot[{Log[t],f[t]},{t,0,3}]
 
Last edited:
Try LogLinearPlot[]
 

Similar threads

Replies
4
Views
2K
Replies
3
Views
2K
Replies
3
Views
2K
Replies
5
Views
4K
Replies
12
Views
4K
Replies
1
Views
3K
Back
Top