Skip to content
#

plotly

Here are 893 public repositories matching this topic...

dash
emmanuelle
emmanuelle commented Nov 28, 2019

Most items coming from questions on the community forum

  • example of shape or annotation covering several subplots thanks to xref='paper'. Also the shapes and annotations tutorial should link to each other.
  • add px example in 2d density page, links between 2d density and 2d density contour pages, remove gremlin.
  • orthographic projection example in 3d axes tutorial (or 3d cam
julioasotodv
julioasotodv commented May 30, 2018

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

banesullivan
banesullivan commented Jun 24, 2019

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

crypto-whale-watching-app
theimo1221
theimo1221 commented Feb 17, 2018

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

mjkallen
mjkallen commented Sep 4, 2019

I have two comments related to the documentation of htmlButton:

  1. htmlButton is documented in the core components, which makes sense to me, but it is actually part of the dashHtmlComponents R package. Maybe add a link from the documentation of the HTML components?
  2. The documentation for htmlButton states that its initial value is `NUL
chriddyp
chriddyp commented Mar 25, 2020

3 spaces for the indentation. 4 spaces and it's a code block, 2 spaces and it's just part of the parent


3. Here we just define our app inside a test function. All the rules
still apply as in your app file.

4. We normally start the test by calling the `start_server` API
from `dash_duo` (you can use `dash_br` for an hosted Dash App, and
write `dash_br.server_url = "Hosted URL"` to star
lianos
lianos commented Feb 27, 2020

I was poking around the codebase to see if there was any guidance on how to respond to plotly hover, click, etc. events when using iheatmapr with shiny.

I landed on the ?iheatmapr_event man page, which alludes to having an exemplar shiny app in its Examples section:

## Not run: 
shiny::runApp(system.file("examples", "shiny_example", package = "iheatmapr"))
## End(Not run)

Improve this page

Add a description, image, and links to the plotly topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plotly topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.