Re: ipython: Multiple commands on the same line and newlines

2011-04-17 Thread Rajendra prasad Gottipati
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 philipwin...@gmail.comwrote: On Apr 17, 1:11

Re: how to modify axis tick values exponential value location in matplotlib

2011-01-31 Thread Rajendra prasad Gottipati
, 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 prasad Gottipati rajendra4li...@gmail.com wrote

how to modify axis tick values exponential value location in matplotlib

2011-01-30 Thread Rajendra prasad Gottipati
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

Re: how to modify axis tick values exponential value location in matplotlib

2011-01-30 Thread Rajendra prasad Gottipati
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 long values like