Skip to content
#

plotly

Here are 1,040 public repositories matching this topic...

dash
christabor
christabor commented May 10, 2017

What likely needs to happen:

  1. Docs moved inside of package (OR linked via setuptools)
  2. Docs read and imported via python
  3. Docs then parsed and available on a per-widget basis.

The ultimate goal of the above is so that there is never any disconnect between docs and UI. It should always stay in sync.

brainbytes42
brainbytes42 commented Apr 14, 2020

Hi again,
a second issue I ran into is related to the userguide:
The example for Grouping on calculated columns regarding binning doesn't compile in v0.37.3 and apart from that doesn't lead to a reasonable result, as far as I see.

  • Compilation isn't possible, as bin() returns a DoubleColumn (even if c
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

schaefer01
schaefer01 commented Feb 18, 2020

HI,
I've read around and it (Override data cell styling on a cell by cell basis) appears to have been requested in one form or another since 2017, see
https://community.plot.ly/t/dash-datatable-how-to-the-set-background-color-for-individual-cell/6277

Basically, my need is: Each cell has a good/bad value, and I'd like to assign a red/green background color to allow a user to quickly see bad

z267xu
z267xu commented May 14, 2019

In Python, we may not need to give names to a list. In R, we would better do so, or the extraction may return NULL. The output is a list with first argument id and second property. Hence, if the users fail to give names, the following line would throw an error

https://github.com/plotly/dashR/blob/6bc44b5c4203b03bd5ef04ab5dd24b23bf9b987b/R/utils.R#L360-L363

So, we can add an outputChe

aatishb
aatishb commented May 1, 2020

Starting a thread for some related ideas that have been sitting on my to-do list.

I think we should provide some help in interpreting the graph. Like a how to read this graph section. (Currently we point folks to the related Minute Physics video, but we can't assume folks have watched this.) This could be some kind of overlay that is shown the first time a user visits the page, which explains

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.