Been doing some research, I think I found out what is wrong, this topic is what I was looking for, I didn’t know how to label the states on their axis.
I did try the above the method. Not sure what I am doing wrong. Tried to use bar_colormapped.py — Bokeh 2.4.2 Documentation as a starting point. This (please see below code) generated a blank plot. Is there a way to look at scatter plot for a particular parameter? In this case, I am trying to plot scatter of values seen for string ‘Apples’ or ‘A’, ‘B’, ‘C’ of a csv data file in my original question.
Blockquote
fruits = [‘Apples’, ‘Apples’, ‘Apples’, ‘Apples’, ‘Apples’, ‘Apples’]
counts = [5,…