Live data from Hacker News

HiPlot: High-dimensional interactive plots made easy

ai.facebook.com

11–20 of 22 posts

Re: HiPlot: High-dimensional interactive plots made easy

#11
post #9
post #7

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)

I about jumped out of my chair when I saw the username after posting

Re: HiPlot: High-dimensional interactive plots made easy

#12
post #7

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.…

Jeremy’s here at Observable, too!

Huge fan of you both. Best wishes, and I get to go home today and tell the missus I engaged in unknowing dialogue with Mike Bostock, about Mike Bostock.

Re: HiPlot: High-dimensional interactive plots made easy

#13
post #6

Based 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.

Thanks for the feedback, we'll fix this.

Re: HiPlot: High-dimensional interactive plots made easy

#14
post #6

Based 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.

Parallel coordinates as known in d3 world and pointed out by Bostock! :)

Re: HiPlot: High-dimensional interactive plots made easy

#15
post #4

Reminds 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.

Re: HiPlot: High-dimensional interactive plots made easy

#16
post #15
post #4

Reminds 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.

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

#17
post #4

Reminds 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?

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

#18
post #15

Earlier 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.

Ah, nomogram then?

Re: HiPlot: High-dimensional interactive plots made easy

#19
post #18

Earlier 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?

Living up to your name! Thank you so much.

Re: HiPlot: High-dimensional interactive plots made easy

#20
post #17
post #4

Reminds 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…

The ones I'm thinking of were "nomograms" (thanks to user 'chemeng'). Visually they look like perhaps a very specific subset of "Parallel coordinate" graphs. Definitely more for calculation rather than visualization. Evidently they were popular from around 1890 to at least 1950.
Post reply on HN