Question: Digits in vertical axes 2D plot

Hi

In dealing with vertical range of 2D plots, the range goes from 10E-5 to 10E-3, in log-log mode, Maple choose to write 0. for the thickmarks below 0.001. I searched in the help without finding how to tell to Maple to eithere use exponential output for the axis ( 10^something) or the floating number form, but with more number after the comma (Digits is currently equal to ten).

This is how I launch the plot

plot([first,second,sqrt((4)+(6)) ],rho=2.5..50
,y=10^(-5)..10^(-3)
,legend=["first_Emm", "second_emm","first+second"], labels=[rho,sigma[Emm]],axis=[mode=log, gridlines=true])
 

Thanks

S.

Please Wait...