Earlier quoted context omitted.
And Kai credits previous work from Jason Davies[0] and Mike Bostock[1]. Mike Bostock is the creator of D3.js and ObservableHQ. [0] https://bl.ocks.org/jasondavies/1341281 [1] https://observablehq.com/@d3/parallel-coordinates Edit: Just saw your name. Holy shit , it's Mike Bostock. On a side tangent, I find it crazy that the New York Times for a long period had yourself, Jeremy Ashkenas, and Rich Harris all on staff.…
You may already be aware of this, in which case I apologize for stating the obvious, but Mr. Bostock actually authored the comment you replied to. :o)
HiPlot: High-dimensional interactive plots made easy
11–20 of 22 posts
Re: HiPlot: High-dimensional interactive plots made easy
#12Earlier quoted context omitted.
And Kai credits previous work from Jason Davies[0] and Mike Bostock[1]. Mike Bostock is the creator of D3.js and ObservableHQ. [0] https://bl.ocks.org/jasondavies/1341281 [1] https://observablehq.com/@d3/parallel-coordinates Edit: Just saw your name. Holy shit , it's Mike Bostock. On a side tangent, I find it crazy that the New York Times for a long period had yourself, Jeremy Ashkenas, and Rich Harris all on staff.…
Jeremy’s here at Observable, too!
Re: HiPlot: High-dimensional interactive plots made easy
#13Based on a comment buried in the source, this library seems to be heavily based on work by Kai Chang: http://bl.ocks.org/syntagmatic/3150059 It’s a shame Kai isn’t created in the README, LICENSE, or announcement.
Re: HiPlot: High-dimensional interactive plots made easy
#14Based on a comment buried in the source, this library seems to be heavily based on work by Kai Chang: http://bl.ocks.org/syntagmatic/3150059 It’s a shame Kai isn’t created in the README, LICENSE, or announcement.
Re: HiPlot: High-dimensional interactive plots made easy
#15Reminds me of some charts used by chemical engineers in the age of slide rules. Can anyone help me remember an example?
Re: HiPlot: High-dimensional interactive plots made easy
#16Reminds me of some charts used by chemical engineers in the age of slide rules. Can anyone help me remember an example?
Don't know if it's what you're referring to, but psychrometric charts are always fun, and any of the thermodynamics charts (Pressure-Enthalpy being an example). The best part? You say the "age of slide rules", but these are still used today.
The scales are sometimes very strange, in order to achieve this effect.
Re: HiPlot: High-dimensional interactive plots made easy
#17Reminds me of some charts used by chemical engineers in the age of slide rules. Can anyone help me remember an example?
They're also not outdated, you can find them in many libraries, like highcharts here: https://www.highcharts.com/docs/chart-and-series-types/paral...
Excellent technical coverage is: Parallel Coordinates for Visualizing Multi-Dimensional Geometry, from 1987 at https://link.springer.com/chapter/10.1007/978-4-431-68057-4_...
Wikipedia links to this 1880 chart: https://www.davidrumsey.com/luna/servlet/detail/RUMSEY~8~1~3...
Re: HiPlot: High-dimensional interactive plots made easy
#18Earlier quoted context omitted.
Don't know if it's what you're referring to, but psychrometric charts are always fun, and any of the thermodynamics charts (Pressure-Enthalpy being an example). The best part? You say the "age of slide rules", but these are still used today.
Not psychrometric...the ones I'm thinking of look exactly the same as this, but allow you to solve a system of equations by drawing a straight line between points on two columns, thus making the intersection of the line with the other columns your "answer" for those variables. The scales are sometimes very strange, in order to achieve this effect.
Re: HiPlot: High-dimensional interactive plots made easy
#19Earlier quoted context omitted.
Not psychrometric...the ones I'm thinking of look exactly the same as this, but allow you to solve a system of equations by drawing a straight line between points on two columns, thus making the intersection of the line with the other columns your "answer" for those variables. The scales are sometimes very strange, in order to achieve this effect.
Ah, nomogram then?
Re: HiPlot: High-dimensional interactive plots made easy
#20Reminds me of some charts used by chemical engineers in the age of slide rules. Can anyone help me remember an example?
These are known as https://en.wikipedia.org/wiki/Parallel_coordinates and are a pretty old technique. Although the wiki lists process control as one of the major users, their history has them as dormant until revived in their modern form in the 1960s, which doesn't quite match your timeline. Perhaps the discrepancy is resolved by whether parallel axes were used as a equation solving aid versus a visualization aid? Th…