plotly
Here are 1,310 public repositories matching this topic...
-
Updated
Sep 30, 2020 - 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
-
Updated
Oct 1, 2020 - 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
Aug 17, 2020 - Python
- "Conclusion" section of "Getting started with Tablesaw" page contains broken link to "Java Docs".
https://jtablesaw.github.io/tablesaw/gettingstarted#conclusion - "Exploring tables" section of "Getting started with Tablesaw" page contains broken link to "plotting".
https://jtablesaw.github.io/tablesaw/gettingstarted.html#exploring-tables
-
Updated
Sep 8, 2020 - R
-
Updated
Jan 17, 2020 - Python
latex widget
For example: https://github.com/talyssonoc/react-katex
-
Updated
Dec 6, 2019 - Python
-
Updated
Sep 14, 2020 - JavaScript
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
Would it make sense to implement a get_cmap
function as colorcet.cm.get_cmap
that could override Matplotlib's so that external libraries using MPL's get_cmap
could just replace it with Colorcet's get_cmap
if Colorcet is available at runtime? This would make interfaceing with Colorcet super easy for other libraries already leveraging MPL's colormaps.
I'm thinking that this function would
-
Updated
Jun 30, 2020 - Python
-
Updated
Sep 11, 2020 - Jupyter Notebook
-
Updated
Sep 23, 2020 - Rust
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
An issue to collect data and tasks needed for adding binance
-
Decrease Callback/ Load Amount to 1 in #40
-
Analyze compatibility
Needed changes in Data call?
Needed changes in Data storage (Multiple times same pair e.g. "ETH-USD") -
Discuss form of presentation
Original:Send all data to client, and hide/ show selection on clientside with js?
Update: Sending all data s
-
Updated
Mar 29, 2018 - Python
Find unused code and remove code that are unnecessary
-
Updated
Oct 1, 2020 - R
-
Updated
Sep 30, 2020 - Python
It would make sense to hide the label of the doubling line when no region is selected (screenshot was taken right after deselect all
was clicked)
-
Updated
Jul 31, 2020 - Python
-
Updated
Jan 11, 2020 - Jupyter Notebook
-
Updated
Sep 12, 2020 - R
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