| Author |
Comment/Response |
Sandra Kanani
|
02/24/05 08:06am
Hi;
can you help me please with Ticks?
I want to have scientific format in Ticks,
for example I have:
Ticks->{{0,0.5},{0,1000,210000}}
and I want that in y Axis instead of 210000 writes 21x10^4
I tried :
Ticks->{{0,0.5},{0,ScientificForm[1000],ScientificForm[210000]}}
but it didn't work.
Thank you
Attachment: testTemp.nb, URL: , |
|