I am new to Quantopian.
I would like to plot Categorical Variables on the x-axis and numerical variables on the Y axis in a bar chart, however matplotlib is trying to force these string Categorical Variables to floats, but according to the matplotlib docs this should not happen.
https://matplotlib.org/3.2.1/gallery/lines_bars_and_markers/categorical_variables.html
I tried the code in the attached notebook in a normal Jupyter notebook and every plot worked fine. What is it about Quantopian that is causing this error?