Jon Mease
Jon Mease
Originally reported in https://github.com/plotly/plotly.py/issues/1372 When multiple `parcoords` traces are placed in the same figure, the data lines only show up for the first trace. Subsequent traces display their axes, but...
As discussed on twitter (https://twitter.com/domoritz/status/1546869138370355201), this PR adds a new gallery example for the heat lane visualization type described in https://www.smashingmagazine.com/2022/07/accessibility-first-approach-chart-visual-design/.  Thanks!
Please: - [x] Check for duplicate issues. Please file separate requests as separate issues on GitHub. - [x] Clearly describe the goal of the feature request. Why is it needed?...
Hi, I was wondering if it would be possible to remove datapane's upper version constraint on Bokeh version 2.2. Bokeh is now up to version 2.4.2, and it would be...
**Describe the bug** I am trying to use the new exact median aggregation function introduced by @andygrove in https://github.com/apache/arrow-datafusion/pull/3009, but when I try it using the DataFrame API the operation...
## Overview This issue is to discuss the possibility of supporting 2D non-orthogonal coordinate systems in Datashader. ## Current State The `Canvas` constructor accepts `x_axis_type` and `y_axis_type` string arguments that...
Currently Dash apps are opened in a separate JupyterLab tab. I think this is right approach when folks are developing full dashboards because the tab can be expanded to a...
I just came across nbserverproxy (https://github.com/jupyterhub/nbserverproxy), and it looks like it could be a nice solution for supporting this extension over JupyterHub.
This idea is not very fleshed out yet, and I'm not sure if it should even belong in this repo, but I wanted to write it out while I'm thinking...
PR https://github.com/pyviz/datashader/pull/702 introduced support for spatially indexing Dask dataframes and writing them out as parquet files with custom spatial metadata using the `datashader.spatial.points.to_parquet`. To accomplish this, the parquet file is...