Mathematica Plotting with base 10 as the interval

AI Thread Summary
To plot the function f(x) = 2sin^(-1)(e^(-60/x)) with a domain from 1 to 10,000, the recommended approach is to use ListLogLinearPlot. This method allows the x-axis to display values in a logarithmic scale (1, 10, 100, 1000, 10000) while keeping the y-axis in a normal linear format. The suggestion was well-received, highlighting the effectiveness of ListLogLinearPlot for this type of graphing requirement.
Figaro
Messages
103
Reaction score
7
I want to plot a function f(x) such that it's domain is from 1 to 10000 but I want the graph to read 1, 10, 100, 1000, 10000 in the x-axis, while the y-axis is normal.

##f(x) = 2\sin^{-1} ( e^{-\frac{60}{x}})##

Untitled.jpg
 
Physics news on Phys.org
Thanks .Scott for your quick and helpful reply!
 

Similar threads

Back
Top