InkStitch - data visualization: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 24: Line 24:


* [http://app.rawgraphs.io/ Home page RAWGraphs]
* [http://app.rawgraphs.io/ Home page RAWGraphs]
The generated SVG requires some work that should be done partly with a programming editor.
* Remove grid lines (optional)
* Make some labels bigger, and remove some
* Translate all text to path
* Remove opacity (alpha values to 100%)

Revision as of 17:37, 16 August 2018

InkStitch - data visualization
◀▬
draft avanced
2018/08/16
Objectives
  • Create data visualizations for SVG
  • Adapt the SVG for embroidery
  • Digitize
Sub pages:

Objectives

  • Create data visualizations for SVG
  • Adapt the SVG for embroidery
  • Digitize


  • Quality: draft
  • Difficulty: avanced

.... under construction


Links

= D3

D3 is a JavaScript library for programmers that can generate SVG

RawGraphs

RAWGraphs is an online application that can generate visualizations from tabular data (e.g. spreadsheets).

The generated SVG requires some work that should be done partly with a programming editor.

  • Remove grid lines (optional)
  • Make some labels bigger, and remove some
  • Translate all text to path
  • Remove opacity (alpha values to 100%)