plost
plost copied to clipboard
A deceptively simple plotting library for Streamlit
In the current version of plost 0.2.5, color attribute of every chart type is not supported. Looking in the code, there seem to be a lack of passing through the...
Hi @tvst , could you please add an easier way to pass individual color values? Why I am asking is, i have bar_chart and i want to add a color...
Hi, not a user, just a passerby, but I noticed that on dark mode of the demo site some of the legends/labels are black (whereas some are, correctly, white). For...
https://share.streamlit.io/tvst/plost ``` Oh no. Error running app. If this keeps happening, please contact support. ```
I'm trying to plot a chart via plost instead of streamlit, this code is fine: `st.bar_chart(df)` it uses index as bar index, each columns as values, however this code raises...
Hi @tvst , can i somehow add dots to the linechart? Plus, can i ushed dashed lines? Best regards Chris
Hey, Description There are two problems related to the handling of ISO week numbers in the time histogram when visualizing data over the new year period. Problem 1: Incorrect Week...