Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I guess there's not really an objective answer to this question, so this is my opinion.</p> <p>Purpose:</p> <p>In my workflow, I view d3 as a way to make data analysis more 'available' in two ways. First, it works in a browser, so is platform independent and doesn't require special software. Second, visualisation can make datasets more comprehensible to non analysts, especially because of the potential of interactivity, and the fact you can create a nice 'friendly' web based interface.</p> <p>A second reason I think d3 may be preferable over other tools is its flexibility. My experience of statistical packages (admittedly I haven't used Matlab) is that if you want to create a custom visualisation from scratch, then it's hard to do so. </p> <p>Conversely, d3 lets you get right down to the details of precisely where vector shapes are placed, and provides an intuitive and fast way of controlling all of this and linking it to your dataset. </p> <p>However, if you want to generate 'standard' charts, then other tools may be simpler and quicker. For instance, my experience of Mathematica is that it offers incredible interactive features which often require little more than adding manipulate[] around your code. However, to some extent this relies on 'pre packaged' charts.</p> <p>Reporting:</p> <p>d3 isn't perfect for reporting but it's not that bad either. .svg files can be opened in vector graphics programs like Adobe Illustrator, so it is possible to export charts created in d3 to pdf or any other format of your choosing. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload