|
From: Mikhail K. <mko...@gm...> - 2012-12-02 17:03:05
|
On 02/12/2012 17:35, Mohammad Javad Abedini wrote: > plot [0,100] [0:10] 0.45415*x^0.6 with points 12, 0.46714*x^(2/3) with lines 3 plot [0:100] [0:10] 0.45415*x**0.6 with points pointtype 12, 0.46714*x**(2.0/3.0) with lines linetype 3 |