SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start

level: Level 1

Questions and Answers List

level questions: Level 1

QuestionAnswer
To understand distribution of data – shape, range, outliers, etc:vScatter plot Box plot Column, bar Histogram
To show compositionPie Stacked column/bar Area
To analyze trendsLine column
To show relationshipLine Column Dual-axis Scatter plot
Line Chart:-For showing trends -plt.plot()
Scatter Plot-Shows relationship between two paired sets of data -plt.scatter()
Box PlotFor describing the data plt.boxplot()
Column/bar-To show how a quantity varies for discrete set of values. May be grouped into bins for histogram -plt.bar(), plot.barh()
PIEShows composition plt,pie()
Stackedshows composition
How to enchance your charts-Choose chart that best communicates the information -Add appropriate chart title, axes titles -Use colors/patterns/symbols for distinction -Scale appropriately -Keep your design clean and simple
Avoid promblamitic colorsRed & green Green & brown Green & blue Blue & gray Blue & purple Green & gray Green & black -Use highly contrasting colors -Use patterns and textures -Use symbols -Make your chart monochromatic