You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But doing like this I do not get the hovertool tips, which I do like, for the added point.
Do you see a simple way to achieve this giving me the toolstip? or it is need to developp something?
regards
Leopold
P.S:For the pandas_bokeh example I had to add dropna() otherwise the plot does not frame arround the available data. I guess it needs to create another issue.
The text was updated successfully, but these errors were encountered:
I actually started with an implementation of a "figure" parameter that you can pass write on top of an existing plot. however, there is a lot to consider for this so I'm far from finished there.
Hello,
I would like to known if it is possible to get a plot where a column is represented by a solid line and another by points or a dashed line?
with the conventional pd.plot I would do basically like this:
But with pandas_bokeh I do not find a easay way except by using boked directly to plot the points by adding them like this:
But doing like this I do not get the hovertool tips, which I do like, for the added point.
Do you see a simple way to achieve this giving me the toolstip? or it is need to developp something?
regards
Leopold
P.S:For the pandas_bokeh example I had to add dropna() otherwise the plot does not frame arround the available data. I guess it needs to create another issue.
The text was updated successfully, but these errors were encountered: