[Tutor] Box plot
Alan Gauld
alan.gauld at btinternet.com
Wed Aug 6 10:19:00 CEST 2014
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
More information about the Tutor
mailing list