Learning Boxplots: A Comprehensive Guide to Construction and Interpretation
@import url(‘https://fonts.googleapis.com/css?family=Droid+Serif|Raleway’); #chart { width: 100%; height: 500px; } .point path { opacity: 0.5 } .y-axis-label { white-space: nowrap; transform: rotate(-90deg) translateY(-3em) !important; } .y-axis-label, .x-axis-label { font-size: 1.5em; } .x-axis .tick { display: none; } .axis–y .domain { display: none; } h1 { text-align: center; font-size: 50px; margin-bottom: 0px; font-family: ‘Raleway’, serif; } p […]
Learning Boxplots: A Comprehensive Guide to Construction and Interpretation Read More »