CityofToronto / bdit_plotting_gallery

A gallery of static Python plots that the Big Data Innovation Team has produced
GNU General Public License v3.0
1 stars 0 forks source link

Check user inputs for consistency #19

Open radumas opened 10 months ago

radumas commented 10 months ago

If xlabels and xticks are provided by the user, check that the number of labels matches the number of xticks and that neither is greater than the number of data points provided. (I don't know if matplotlib provides useful warnings for this.)