I am trying to plot a bar graph from a pandas dataframe using cufflinks and plotly API for python and want a different color for negative values vs positive value in the same graph.
As of now, they are all the same color, is there a way to achieve this ?