m-v-nikolov / KaribaCalibrationDemo

0 stars 0 forks source link

Transition from png figures to d3js-ed plots #7

Open m-v-nikolov opened 8 years ago

m-v-nikolov commented 8 years ago

Convert various traces and heat maps currently displayed as pre-formatted png figures to d3js json based objects

m-v-nikolov commented 8 years ago

heat maps can be resolved as in

http://bl.ocks.org/mbostock/3074470

Only need to export matplotlib contour or pcolor data appropriately.

m-v-nikolov commented 8 years ago

Time-series could easily be converted to d3js using tsv format.

m-v-nikolov commented 8 years ago

In general color interpolation can be resolved as in

http://bl.ocks.org/syntagmatic/5bbf30e8a658bcd5152b

m-v-nikolov commented 8 years ago

various color schemes (and other cool widgets) that can be adapted:

http://bl.ocks.org/syntagmatic