The Wayback Machine - https://web.archive.org/web/20200715220350/https://github.com/topics/plotly
Skip to content
#

plotly

Here are 1,118 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

chriddyp
chriddyp commented Apr 14, 2020

In the documentation, we have a section about how to set the maxWidth of a cell so that it will expand up to that width and otherwise overflow.

These examples no longer work - the Region column is 210px instead of 180px.

image

When we fix this, let's update our visual tests to m

bug
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

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.