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

visualization

Here are 6,488 public repositories matching this topic...

bokeh
pohlt
pohlt commented Jan 8, 2020

Software versions

OS: Linux 5.4.6
Browser: Chrome 78.0.3904.108 (Official Build) (64-bit)
Python: 3.8.1
JupyterLab: 1.2.4
Pandas: 0.25.3
Bokeh: 1.4.0

Issue

When plotting a vbar_stack, the entire row in the data source is ignored if the first input column contains a NaN in a pandas.DataFrame.

If a standard Python dict is used as a data source, the output is plotted as expecte

alb-erandelcastillo
alb-erandelcastillo commented Oct 1, 2019

I'm trying to set a customdata attribute to the nodes of a sankey diagram (i.e. percentage of node value of total value) and display that calculation when hovering over the node. I can't access the parent data customdata attribute in the node hovertemplate.

Could there be documentation for the event data available for node hovertemplates? Also, it'd be helpful to access the x0, x1, y0, y1 of t

vega
roying
roying commented Dec 19, 2019

The new (v5.8) Vega heatmap and isocontour transform requires "raster grids (matrices)"
input data format as seen in these Vega example data files:

 https://github.com/vega/vega/blob/master/docs/data/volcano.json
 https://github.com/vega/vega/blob/master/docs/data/annual-precip.json

It would be helpful to add explanation of this data format in the documentation:

  https://v
bhutanigautam
bhutanigautam commented Jan 7, 2019

Hello Team,

Firstly, thank you for open sourcing this library - Awesome!

Now to my request -

Can you document the polyfills that are required for this project?

react-vis makes use of ES6 array methods isn't very descriptive and I don't want to include everything that babel-polyfills brings in; instead, I would rather just polyfill what's required.

Per https://github.com/uber/

raw
vpapaioannou
vpapaioannou commented Jun 4, 2019

Describe the bug
I try to run tensorboardX/examples/demo_graph.py for jupyter notebook (launched by anaconda navigator) and I get the error seen at Additional context.

I just copy paste the code to notebook from Github.

Minimal runnable code to reproduce the behavior
class SimpleModel(nn.Module):
def init(self):
super(SimpleModel, self).init()

thingsboard
SandDance
Timmmm
Timmmm commented Oct 29, 2019

This is really awesome, thanks! One minor feature request - is there a way to change the transition easing curve? You can change the durations, but the easing curve appears to be hard-coded to easeExpInOut which I find a bit "snappy". I think this is the relevant code:

function newCubeLayer(presenter, config, cubeData, highlightColor, lightSettings, lightingMix, interpolator) {
    cons

Improve this page

Add a description, image, and links to the visualization 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 visualization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.