On Thu, Apr 28, 2011 at 1:01 PM, Wes McKinney wrote:
> On Thu, Apr 28, 2011 at 12:55 PM, Pau wrote:
>> Hi,
>>
>> I am trying to use recursively a matplotlib script to create 650 plots.
>>
>> For this, I have defined
>>
>> cluster = loadtxt(sys.argv[1])
>> MBH = loadtxt ('./TrajectoryMBH.asc')
thanks!
On 28 April 2011 19:01, Wes McKinney wrote:
> On Thu, Apr 28, 2011 at 12:55 PM, Pau wrote:
>> Hi,
>>
>> I am trying to use recursively a matplotlib script to create 650 plots.
>>
>> For this, I have defined
>>
>> cluster = loadtxt(sys.argv[1])
>> MBH = loadtxt ('./TrajectoryMBH.asc')
On Thu, Apr 28, 2011 at 12:55 PM, Pau wrote:
> Hi,
>
> I am trying to use recursively a matplotlib script to create 650 plots.
>
> For this, I have defined
>
> cluster = loadtxt(sys.argv[1])
> MBH = loadtxt ('./TrajectoryMBH.asc')
>
> X_cl = cluster[:, 2] # Column 3
> Y_cl = cluster[:, 3] #
Hi,
I am trying to use recursively a matplotlib script to create 650 plots.
For this, I have defined
cluster = loadtxt(sys.argv[1])
MBH = loadtxt ('./TrajectoryMBH.asc')
X_cl = cluster[:, 2] # Column 3
Y_cl = cluster[:, 3] # Column 4
Z_cl = cluster[:, 4] # Column 5
X_mbh = MBH[:, 2] #