Hey guys, Iโm quite new to Plotly. Using it with Python.
I wonder how I switch to a traditional type of candlesticks, like these:
Cheers
Hey guys, Iโm quite new to Plotly. Using it with Python.
I wonder how I switch to a traditional type of candlesticks, like these:
Cheers
Hi @irmscher,
What do you mean by โtraditionalโ? Comparing your image to https://plot.ly/python/candlestick-charts/#simple-example-with-datetime-objects Iโd donโt know what feature you are noticing that is different.
-Jon
With pyplot Iโm getting these by default: https://imgur.com/YrV7wdN
Whereas Iโd like to switch to these: //cdck-file-uploads-us1.s3.dualstack.us-west-2.amazonaws.com/flex024/uploads/plot/original/2X/a/a00fabd0ccd93b5d16d1587503b834a7deef0e84.png
Hi @irmscher,
The fist style is the ohlc
trace type (See https://plot.ly/python/ohlc-charts/#simple-ohlc-with-datetime-objects) wheras the second is the candlestick
trace type (See https://plot.ly/python/candlestick-charts/).
-Jon