plotly
Here are 2,346 public repositories matching this topic...
Open-source JavaScript charting library behind Plotly and Dash
-
Updated
Dec 23, 2021 - JavaScript
Most items coming from questions on the community forum
- a proper multicategory bar example based on https://community.plotly.com/t/multicategory-axis-type-example/26392
- example of shape or annotation covering several subplots thanks to
xref='paper'. Also the shapes and annotations tutorial should link to each other. - orthographic projection example in 3d axes tutorial (or
Open Machine Learning Course
-
Updated
Dec 23, 2021 - Python
Hi,
First of all, thank you all for Falcon. It's awesome.
However, it looks like the Apache Drill connector only works with S3 buckets. Nonetheless, Drill itself is able to query from lots of other places (such as a local filesystem, HDFS, MongoDB...).
Adding generic support for Apache Drill (without the need for S3 credentials) would be great. It would expand Falcon capabilities a lot
-
Updated
Jul 14, 2021 - Python
Java dataframe and visualization library
-
Updated
Nov 3, 2021 - Java
Open-source demos hosted on Dash Gallery
-
Updated
Oct 27, 2021 - Jupyter Notebook
An interactive graphing library for R
-
Updated
Dec 12, 2021 - R
A curated list of awesome Dash (plotly) resources
-
Updated
Dec 18, 2021 - Python
Instant offline SQL-powered data visualisation in your browser
-
Updated
Dec 19, 2021 - JavaScript
Recently dtreeviz has added support for lightgbm models: https://github.com/parrt/dtreeviz/
So it would be cool to add the same tree visualization in explainerdashboard that already exist for RandomForest, ExtraTrees and XGBoost models.
If someone wants to pitch in to help extract individual predictions of decision trees inside lightgbm boosters and then get them in shape to be used by the
A plotly.js React component from Plotly
-
Updated
Sep 7, 2021 - JavaScript
latex widget
For example: https://github.com/talyssonoc/react-katex
Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py!
-
Updated
Dec 6, 2019 - Python
Sample code
Please checkout how the sample test cases in:
References
Get started with testing python
Write Professional Unit Tests in Python
Web Automation Tests with Selenium
Crypto vs fiat
It would be really interesting see a single chart that shows all crypto-fiat pairs on a single chart. The axes would need to be converted into a single domain like implied BTC market price and order value in USD to make them all accessible on a single plot, but the larger data set might give a clearer picture of the overall status of the market.
Plotly for Rust
-
Updated
Aug 7, 2021 - Rust
Easy to use Python API wrapper to plot charts with matplotlib, plotly, bokeh and more
-
Updated
Oct 6, 2021 - Python
Sentiment Analysis application created with Python and Dash, hosted at socialsentiment.net
-
Updated
Mar 29, 2018 - Python
Open dev tools and generate report with lighthouse
- Use video instead of gif
- Use passive scroll listeners
<img width="727" alt="Screen Shot 2020-07-26 at 10 39 36 PM" src="https://user-images.githubusercontent.com/167042
Hi,
I'm new to plotly dash and I've googled but I don't see a way to make a filter a dropdown akin to excel filters.
I've seen people do "hacks" but this should be the default behaviour out of the box (or at least a setting).
I'm currently evaluating plotly dash vs tools such as metabase and metabase has this out of the box.
From a UX pov, filters with a dropdown is a huge win and impo
Renderers and renderer extensions for JupyterLab
-
Updated
Aug 31, 2021 - Jupyter Notebook
Hi,
It would be nice to have the capability to expand/collapse nodes similar to https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse.
Thanks.
A library for managing, validating, summarizing, and visualizing data.
-
Updated
Dec 2, 2021 - Python
Create data science and AI web apps in R
-
Updated
Nov 17, 2021 - JavaScript
-
Updated
Dec 14, 2021 - Python
Improve this page
Add a description, image, and links to the plotly topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plotly topic, visit your repo's landing page and select "manage topics."



In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E