Phil,
there is one more way you can run all commands as in linux shell..
>>> import commands
>>> s, o = commands.getstatusoutput('x=10;for i in $(seq $x); do echo $i ;
done')
>>> print o
1
2
3
4
5
6
7
8
9
10
>>>
On Sun, Apr 17, 2011 at 11:40 AM, Phil Winder wrote:
> On Apr 17, 1:11 pm, Andrea C
, Rajendra prasad Gottipati <
rajendra4li...@gmail.com> wrote:
> it seems relevant to my issue.
>
>
> http://stackoverflow.com/questions/3677368/matplotlib-format-axis-offset-values-to-whole-numbers-or-specific-number
>
>
> On Sun, Jan 30, 2011 at 9:45 AM, Rajendra prasa
it seems relevant to my issue.
http://stackoverflow.com/questions/3677368/matplotlib-format-axis-offset-values-to-whole-numbers-or-specific-number
On Sun, Jan 30, 2011 at 9:45 AM, Rajendra prasad Gottipati <
rajendra4li...@gmail.com> wrote:
> Hi,
>
> I am plotting the graph for l
Hi,
I am plotting the graph for long values like(267838484) so that its printing
the tick lables on axes as 2.6 , 2.8 and at the top its having a text like
e07 something like this, I want to move the display location of this
exponent (e07) as i am having trouble in having multiple y-axis as they a