Thanks very much, it was pretty easy and now it works :)
--
https://mail.python.org/mailman/listinfo/python-list
On 05/01/2017 08:14 AM, katarin.b...@gmail.com wrote:
Hi again,
I am trying to subtract the minimum value from all numbers (in one array). I am
using this:
(array[:,1] -= np.min(array[:,1]) but I alsways have syntaxerror:invalid
syntax. Do I need some import for this -=? or its something e
katarin.b...@gmail.com wrote:
> Hi again,
>
> I am trying to subtract the minimum value from all numbers (in one array).
> I am using this:
>
>
> (array[:,1] -= np.min(array[:,1]) but I alsways have syntaxerror:invalid
> syntax. Do I need some import for this -=? or its something else? THanks
Hi again,
I am trying to subtract the minimum value from all numbers (in one array). I am
using this:
(array[:,1] -= np.min(array[:,1]) but I alsways have syntaxerror:invalid
syntax. Do I need some import for this -=? or its something else? THanks!
--
https://mail.python.org/mailman/listinf
On Thursday, April 27, 2017 at 8:10:33 PM UTC+1, katari...@gmail.com wrote:
> Thanks a lot, it helped me.
>
> I have new question..maybe very easy but I am trying to search on web and I
> have no clue.
> I have array(table) with 3 rows - x, y, y. I would like to plot graph with
> double y axis
Thanks a lot, it helped me.
I have new question..maybe very easy but I am trying to search on web and I
have no clue.
I have array(table) with 3 rows - x, y, y. I would like to plot graph with
double y axis from that table. Should I use twinxs? or does exist easier way?
Thanks!
--
https://mail
On 26/04/17 15:04, katarin.b...@gmail.com wrote:
Hi,
1. I would like to ask how can I adjust array.csv like this:
,,,-00.00014640, 0.08000,
,,,-00.00014620, 0.0,
,,,-00.00014600, 0.0,
,,,-00.00014580, 0.0,
so I can have in first column -00.00014640 and in
katarin.b...@gmail.com wrote:
> Hi,
> 1. I would like to ask how can I adjust array.csv like this:
> ,,,-00.00014640, 0.08000,
> ,,,-00.00014620, 0.0,
> ,,,-00.00014600, 0.0,
> ,,,-00.00014580, 0.0,
>
> so I can have in first column -00.00014640 and in seco
Hi,
1. I would like to ask how can I adjust array.csv like this:
,,,-00.00014640, 0.08000,
,,,-00.00014620, 0.0,
,,,-00.00014600, 0.0,
,,,-00.00014580, 0.0,
so I can have in first column -00.00014640 and in second column 0.08000?
(thanks, I am begginer).