I have dataframe tha tlooks similar to this: I want to create line chart in plotly that will have different line style based in the column “level”. Right now I have the line chart with the deafult line style: I would like to control the linestyle for each level. until know I saw that the only way to do this
Tag: linechart
how to make a line trend chart from the given data
I have a histogram which is being generated from one of the dataframe column. But I want to make line similar to histogram. I tried to extract histogram data & plot a line chart but didn’t worked. This code generate a histogram, but I need a line chart which shows the trend Answer This shows the step histogram line and