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'])

-- 
Sincerely,
Sivaraman Ramachandran
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to