Remi Rampin
Remi Rampin
Travis seems to be giving up on approving PRs for the whitelist, we should either not use qgis or switch to a `sudo: true` build.
Another solution is to make the `value` port of `vtkRendererToSpreadsheet` back into a depth=0 port. That would make the module loop on multiple inputs, and put each renderer in a...
We can either add a class that would be compatible, meant for users to extend, or make the new MplPlot be compatible with 2.1 (which would probably mean changing the...
Decision after meeting: don't try to do magic in the matplotlib package to try and restore compatibility. Instead, provide the MplCustomPlot class. I will look into ALPS, see if I...
I made changes to the ALPS package on branch [`alps-mpl`](https://github.com/VisTrails/VisTrails/compare/v2.2...alps-mpl). However, it looks like abtractions don't play too well with upgrades:  The correct path might be...
Ok, I made the changes on branch [`alps-mpl`](https://github.com/VisTrails/VisTrails/compare/v2.2...alps-mpl). The example I have gives me a blank plot though (`3bcbed00b2130ab77c803539bc78dfc6.xml`: the PreparePlot returns a dict with `'data': []`), what is a...
> Would it not be better to only do the list magic on List, not Array This is my intention, but `Array` ports have to accept what `List` ports accept,...
There is a lot of magic in here to make `vistrails.packages` become `vistrailspkg`. Maybe we could just move everything in the separate folder instead.
Related: #864
