Question: logplot with unwanted y-axis tickmarks!

Dear all,

 

I am saving a logplot as :

plotsetup(jpeg, plotoutput = "/Users/test.jpg", plotoptions = "quality=200,height=1100, width=1500"); display(logplot(x^2-3, x = 0 .. 100), legendstyle = [font = [bold, "TimesNewRoman", 30], location = right], thickness = 4, font = [bold, "TimesNewRoman", 30]); plotsetup("inline", plotoutput = "terminal", plotoptions = "quality=100,height=1000, width=1500")

and the output is the plot attached.

test.jpg

This is my problem: I do not want the y-axis tickmarks to be shown as .1 e2, .1e3, ...

I would like them to be 10^2, 10^3, ...

Please remember that I need them to be saved like this because the quality is much better than when you export the plot directly.

Can someone help me, please?

Please Wait...