On Monday July 26 2010 18:23:29 Waléria Antunes David wrote:
> Hello all,
>
> I need to format the values of graphic to KHz.my values are in Hz
> see at idle python it displays the values as: 3000 3050 3100 3400 ,
> but I need to go where it will be displayed KHz: 3.0 3.1
>
> can someon
I think her problem is something like that
His values on X Axis is a range between 3000 to 3400
without this division by 1000.0 his graphic processing normally
but instead on X axis to show the range between 3000 to 3400
she needs to show this values transform in Hz (I think) that's why the
divi
On Wed, Jul 28, 2010 at 2:39 PM, Angus McMorland wrote:
> On 28 July 2010 15:25, Waléria Antunes David
> wrote:
> > Hello all,
> >
> > Well, my problem is ... My current code is as follow bellow:
> > http://pastebin.com/7p2N5d64
>
> Hi Waléria,
>
> We can't easily fix your problem without knowin
On 28 July 2010 15:25, Waléria Antunes David wrote:
> Hello all,
>
> Well, my problem is ... My current code is as follow bellow:
> http://pastebin.com/7p2N5d64
Hi Waléria,
We can't easily fix your problem without knowing what data f and
Sserie contain. It would help us to help you if you could
Hello all,
Well, my problem is ... My current code is as follow bellow:
http://pastebin.com/7p2N5d64
and generates following image, the x-axis of the graph shows values em Hz,
values that range from 3000 to 3400, my image is attached.
But, i need the x-axis values is displayed in Khz, ranging f
gmail.com]
> *Sent:* Monday, July 26, 2010 10:01 AM
> *To:* Angus McMorland
>
> *Cc:* matplotlib-users@lists.sourceforge.net
> *Subject:* Re: [Matplotlib-users] Hz to KHz
>
>
>
> i don't understand..
>
> On Mon, Jul 26, 2010 at 1:57 PM, Angus McMorland
> wrot
On Jul 26, 2010 at 02:01 PM -0300, Waléria Antunes David wrote:
> i don't understand..
Just divide through by '1000.' or '1000.0' (same thing).
If you write 3100/1000, you'll get '3' because you are doing integer math.
If you write 3100/1000.0, you'll get '3.1' because you are doing float math.
; >>
>> >> -p
>> >>
>> >>
>> >>
>> >> From: Waléria Antunes David [mailto:waleriantu...@gmail.com]
>> >> Sent: Monday, July 26, 2010 9:32 AM
>> >> To: Matthieu Brucher
>> >> Cc: matplotlib-users
Antunes David [mailto:waleriantu...@gmail.com]
Sent: Monday, July 26, 2010 10:01 AM
To: Angus McMorland
Cc: matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] Hz to KHz
i don't understand..
On Mon, Jul 26, 2010 at 1:57 PM, Angus McMorland
mailto:amcm...@gmail.com>> w
your axis limits.
> >>
> >>
> >>
> >> Posting a small code snippet would help us get you on the right track.
> >>
> >> -p
> >>
> >>
> >>
> >> From: Waléria Antunes David [mailto:waleriantu...@gmail.com]
>
>>
>> From: Waléria Antunes David [mailto:waleriantu...@gmail.com]
>> Sent: Monday, July 26, 2010 9:32 AM
>> To: Matthieu Brucher
>> Cc: matplotlib-users@lists.sourceforge.net
>> Subject: Re: [Matplotlib-users] Hz to KHz
>>
>>
>>
>
code snippet would help us get you on the right track.
>
> -p
>
>
>
> *From:* Waléria Antunes David [mailto:waleriantu...@gmail.com]
> *Sent:* Monday, July 26, 2010 9:32 AM
> *To:* Matthieu Brucher
> *Cc:* matplotlib-users@lists.sourceforge.net
> *Subject:* Re: [Matplot
I know...I tried but I'm using django and also when divided by 1000 the
image does not appear...
I don't know what to do.help me
On Mon, Jul 26, 2010 at 1:27 PM, Matthieu Brucher <
matthieu.bruc...@gmail.com> wrote:
> Hi,
>
> You may just divide them by 1000?
>
> Matthieu
>
> 2010/7/26 Wa
Hi,
You may just divide them by 1000?
Matthieu
2010/7/26 Waléria Antunes David :
> Hello all,
>
> I need to format the values of graphic to KHz.my values are in Hz
> see at idle python it displays the values as: 3000 3050 3100 3400 , but
> I need to go where it will be displayed KHz: 3
Hello all,
I need to format the values of graphic to KHz.my values are in Hz
see at idle python it displays the values as: 3000 3050 3100 3400 , but
I need to go where it will be displayed KHz: 3.0 3.1
can someone help me?
15 matches
Mail list logo