Newer
Older
from ex2_3_1 import *
from matplotlib.pyplot import boxplot, show, title, xticks, ylabel
xticks(range(1, 5), attributeNames)
ylabel("cm")
title("Fisher's Iris data set - boxplot")
from ex2_3_1 import *
from matplotlib.pyplot import boxplot, show, title, xticks, ylabel
xticks(range(1, 5), attributeNames)
ylabel("cm")
title("Fisher's Iris data set - boxplot")