def main(): country = dictdata(getCountrydict()) result = ward(country.getData()) dendrogram(result, labels=country.getName(), orientation='left', leaf_font_size=10) show()