Developing a tailored chart using streamlit

I just wanted to know if Streamlit can be used to develop a new type of chart. The chart is to be used for plotting Triangular Fuzzy Numbers (TFN) and comparing them against real data. It is similar to the plotting four line charts, three of them for the TFN and one for the real data, but with the area between the lower and upper threshold of the TFN chart filled in with a different colour. The image below shows the type of chart I am trying to create.

Any suggestions on how this could be done will be highly appreciated.

Thank you

Hi @chakana,

Have you checked out some of the most commonly used Python plotting libraries, such as altair, bokeh, or plotly?

Caroline

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.