-
Allow for export to txt/csv tables, which will require unpacking of dims, in `export2csv` method. This is useful for using with d3js or other web frameworks. also has universal import support for othe…
-
Hi Soph,
Here's something worth learning - especially if you're going down the data track:
https://d3js.org/
e.g. http://bl.ocks.org/mbostock/4636377
-
- [ ] customize appearance for distinct visual look.
- [x] modify `about` crediting the original gallery.
- [ ] figure out mechanisms to add to gallery (submit function, google form etc.)
- [ ] reorga…
-
1. http://bost.ocks.org/mike/bar/#automatic
2. http://bost.ocks.org/mike/join/
3. http://d3js.org/#selections
-
We moved Pageonex.com to a new server following this method ([using Docker and an external database](https://github.com/montera34/pageonex/issues)), it experiences the same problems as in the previous…
-
Create a little applet that visualizes some linear algebra concepts. Perhaps transpose with color code. I recall confusing transpose as a rotation 90 deg but it doesn't work. A visual would be great.
…
-
This is still far away, but it's a good place to collect links with useful info:
http://jimblackhurst.com/wp/2011/05/17/heatmaps-point-clouds-and-big-data-in-processing/
Really nice visualization too…
-
I'm using wkhtmltopdf 0.12.3 with patched qt, and when I generate a pdf with this html page :
![image](https://cloud.githubusercontent.com/assets/6329508/14208167/48dce132-f81e-11e5-9692-c141725cc3f…
-
### Describe the feature in detail (code, mocks, or screenshots encouraged)
Now the [radial and conic gradients](https://github.com/skeletonlabs/skeleton/pull/2694) are handled as Tailwind features…
-
Instead of creating a png file and display it you might try to create an interactive plot.
bokeh http://bokeh.pydata.org/ could help
Other solution is to output a JSON and have a pure JavaScrip…