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> wrote: > > > On Mon, Feb 21, 2011 at 1:32 PM, Waléria Antunes David < > 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> 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 > >
v_graph.pdf
Description: Adobe PDF document
------------------------------------------------------------------------------ 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