gpilab / core-nodes

The core nodes are a collection of basic data manipulation and visualization algorithms.
http://docs.gpilab.com/en/develop/NodeDev/devguide.html
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Can't connect 3D data to Matplotlib #35

Open borupdaniel opened 4 years ago

borupdaniel commented 4 years ago

We should be able to connect data of shape M x N x 2 to Matplotlib and have it output M X/Y plots, one for each N x 2 data set. At some point in the past this was crashing GPI and so we disabled it by limiting the input dimension to 2, I think. We should restore this functionality.