This is the course website for IS590 Data Visualization in Spring 2019 (Online)
This week we talked a bit about iterative design, then the final project, and ended with discussion about the Idyll framework.
A video of this process (with errors & explaination) for Macs can be found right here.
A video of this process (with errors & explaination) for Windows 10 can be found right here (and see notes at the end of this section).
npm install -g idyll
idyll create
npm install --save acorn@^6.0.0 vega-lite@^2.0.0 react@^16.0.0 react-dom@^16.0.0 vega@^3.3.1
npm install --save idyll-vega-lite
idyll
Notes for Windows install:
This week our objectives will be to (1) think about how we construct visualizations based on our audiences, (2) discuss the final project, (3) start working on publishing some visualizations with Idyll, (4) have a brief introduction to the concept of scientific visualization.
We introduce Idyll this week and continue on with more Idyll next week.
Long form Idyll install instructions more Macs/Unix/Linux:
npm: npm install -g idyll
(the -g is to install globally - you probably need root access. If you don’t have root access, then leave out the -g and make a note of where idyll installs. When I say “idyll” you will have to provide the entire path like /Users/jillnaiman1/MYINSTALLLOCATION/idyll
)idyll create
(select a directory and post name)idyll
to build and runnpm install --save idyll-vega-lite
you will probably get some errors about dependencies not being installed
npm install --save acorn@^6.0.0 vega-lite@^2.0.0 react@^15.5.4 react-dom@^15.5.4 vega@^3.0.0
(or what ever packages you are missing)
npm install --save idyll-vega-lite
and you should have less errorsnpm install --save react@^16.0.0 react-dom@^16.0.0