<p>Farmers throughout the country were surveyed about the height of their corn crop on a certain day. </p><p>They want to describe the distribution in terms of its clusters and gaps.</p><Histogram data-props='{ "min_scale_value": 20, "max_scale_value": 60, "interval": 5, "max_frequency": 10, "gutter": 10, "bar_size": 30, "continuous": true, "title": " Growing Corn", "x_label": " Height (inches)", "y_label": " Number of Farmers", "bar_items": [ { "from": 20, "to": 25, "frequency": 2 } , { "from": 25, "to": 30, "frequency": 0 },{ "from": 30, "to": 35, "frequency": 0 },{ "from": 35, "to":40, "frequency": 3 }, { "from":40, "to":45, "frequency": 4 }, { "from": 45, "to": 50 ,"frequency": 6 }, { "from":50, "to": 55, "frequency":5}, {"from": 55, "to": 60, "frequency":9,"highlight": false } ] }'></Histogram><selectivedisplay data-props='{"show_in_create":true, "show_in_problem_qa": true}'><p>Yes or No:</p><ul><li>There is a gap from `25` to `35` inches</li><li>There is a cluster from `35` to `60` inches</li></ul></selectivedisplay>