[Tutor] Box plot

ALAN GAULD alan.gauld at btinternet.com
Wed Aug 6 11:00:43 CEST 2014


Forwarding to list.
Please use ReplyAll when responding to the list.
 
Alan Gauld
Author of the Learn To Program website
http://www.alan-g.me.uk/

http://www.flickr.com/photos/alangauldphotos



>________________________________
> From: Sivaraman.R <sivarm30 at gmail.com>
>To: Alan Gauld <alan.gauld at btinternet.com> 
>Sent: Wednesday, 6 August 2014, 9:52
>Subject: Re: [Tutor] Box plot
> 
>
>
>Thanks for replying, Am not getting a error but I want to add a line in the same plot. The boundary is like a range specified in the requirements. The range is max=1e29 and min -1e29. The attached figure can get you a picture of what am trying to say.
> 
>
>
>
>On Wed, Aug 6, 2014 at 4:19 PM, Alan Gauld <alan.gauld at btinternet.com> wrote:
>
>On 06/08/14 06:21, Sivaraman.R wrote:
>>
>>I want to add a minimum value and maximum value to the box plot. I am
>>>findind it difficult to do that. Could you please please help me in that.
>>>my code:
>>>mport matplotlib.pyplot as plt
>>>import pandas as pd
>>>check1 = pd.read_csv(r'C:\Users\RamachSi\Desktop\Test_now11.csv')
>>>check1.boxplot(column=['VTSPG6RB'], by=['Lot'])
>>>
>>
This list is for folks learning the Python language and standard library. For SciPy queries (and matplotlib and pandas are part
>>of the WSciPy family) you would be more likely to get responses
>>on the SciPy lists.
>>
>>There are some matplotlib/pandas users here though, so you may
>>get lucky.
>>
>>It would help if you described the errors you are getting
>>and provided a full error message.
>>
>>-- 
>>Alan G
>>Author of the Learn to Program web site
>>http://www.alan-g.me.uk/
>>http://www.flickr.com/photos/alangauldphotos
>>
>>_______________________________________________
>>Tutor maillist  -  Tutor at python.org
>>To unsubscribe or change subscription options:
>>https://mail.python.org/mailman/listinfo/tutor
>>
>
>
>-- 
>
>Sincerely,
>Sivaraman Ramachandran
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140806/50ebf76a/attachment.html>


More information about the Tutor mailing list