-
## Thank you for contributing to our visual-vocabulary! 🎨
Our visual-vocabulary is a dashboard, that serves a a comprehensive guide for selecting and creating various types of charts. It helps you…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
the `FigureWidget` class has more features than the `Figure` class without any major downsides (that we know of?) - we should consider defaulting to using the widget. One thought is that we could defa…
-
Thank you for plotly.py, it's definitely worked well for us in our app!
We're deploying our app's backend to AWS lambda, packaging dependencies in a "layer" which has a 256MB size limit. We are hi…
huonw updated
2 weeks ago
-
#### ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)
Software Version In…
-
Source: https://plot.ly/~chrissimpkins/3/
Documentation: https://plot.ly/python/reference/#heatmap
Image
Example Python source with Plotly library:
```python
# Get this figure: fig …
-
## Describe the bug
Plot artifact in the experiment has different legend labels compared to the same plot in the report.
The plot logged in the experiment has the following legend
![image](http…
-
**Description**
There is an error trying to construct an update patch when the x-axis are dates with a specified timezone.
The error is when trying to compare timezones. Pandas pd.to_datetime() by d…
-
_make sure to do the following:_
_read the README_
_check existing issues (the `config problem` tag is helpful)_
_try with the latest version of molten and image.nvim, latest releases and then main…
-
Add a new type of plot. Sankey diagrams based on transitions such as time.
We might have to use Plotly for this: https://plotly.com/python/sankey-diagram/