Is it possible to make a logical loop where if one data point is availble then he bokeh shows a circle and if there are more than one datapoint is available then it draws a line. How to write such a code.Considering we are collecting datapoints in a dataframe and we are using glyph
I could do with either circle or line, but wasn't able to merge two of them