Do you want my complete code?

Thanks,

On Tue, Feb 22, 2011 at 10:17 AM, Mike Kaufman <mck...@gmail.com> wrote:

> Look, something about your dataset is most likely causing this problem.
> Send me the 5 data series you are using for this code, and I will attempt to
> reproduce the plot (and then show you how I did it).
>
> M
>
>
> On 2/22/11 7:47 AM, Waléria Antunes David wrote:
>
>> I tried what Ben said: ax.set_ylim(bottom=1) ..., but changed nothing.
>> See my code: http://pastebin.com/Jt3BTp0C (line 14)
>>
>> See my image generated - attached.
>>
>> thanks,
>>
>> On Tue, Feb 22, 2011 at 9:37 AM, Mike Kaufman <mck...@gmail.com
>> <mailto:mck...@gmail.com>> wrote:
>>
>>    send me your data.
>>
>>    M
>>
>>
>>    On 2/22/11 6:29 AM, Waléria Antunes David wrote:
>>
>>        See this pdf attached....the yscale has these values: 1, 10,
>>        100, 1000
>>        ....I need this. My code: http://pastebin.com/HKCGQWez
>>        Can you help me, please??
>>
>>        Thanks,
>>
>>        On Mon, Feb 21, 2011 at 4:41 PM, Benjamin Root <ben.r...@ou.edu
>>        <mailto:ben.r...@ou.edu>
>>        <mailto:ben.r...@ou.edu <mailto:ben.r...@ou.edu>>> wrote:
>>
>>
>>
>>            On Mon, Feb 21, 2011 at 1:32 PM, Waléria Antunes David
>>        <waleriantu...@gmail.com <mailto:waleriantu...@gmail.com>
>>        <mailto:waleriantu...@gmail.com
>>
>>        <mailto:waleriantu...@gmail.com>>> wrote:
>>
>>                Can you help me...please.
>>
>>                On Mon, Feb 21, 2011 at 4:02 PM, Waléria Antunes David
>>        <waleriantu...@gmail.com <mailto:waleriantu...@gmail.com>
>>        <mailto:waleriantu...@gmail.com
>>
>>        <mailto:waleriantu...@gmail.com>>> wrote:
>>
>>                    I don't understand...i need that the yscale has these
>>                    values: 1,10,100,1000 ....But i don't know how...
>>
>>                    Thanks,
>>
>>
>>
>>            Let me make it clearer.  Your green line has values on the
>>        order of
>>            10^-17.  There is nothing that can be done to meet your
>>        request if
>>            you are plotting data this small.  Either this data is
>>        wrong, or you
>>            don't want to plot it at all.
>>
>>            To exclude anything less than 1, use the following:
>>
>>            ax.set_ylim(bottom=1)
>>
>>            Note that this will exclude the green line in your plot!
>>
>>            Ben Root
>>
>>
>>
>>
>>
>>  
>> ------------------------------------------------------------------------------
>>        Index, Search&  Analyze Logs and other IT data in Real-Time with
>>        Splunk
>>        Collect, index and harness all the fast moving IT data generated
>>        by your
>>        applications, servers and devices whether physical, virtual or
>>        in the cloud.
>>        Deliver compliance at lower cost and gain new business insights.
>>        Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
>>
>>
>>
>>        _______________________________________________
>>        Matplotlib-users mailing list
>>        Matplotlib-users@lists.sourceforge.net
>>        <mailto:Matplotlib-users@lists.sourceforge.net>
>>
>>        https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>
>>
>>
>>
>
------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to