Hacker News new | ask | show | jobs
by voltagex_ 3934 days ago
>"Google Play - Read The Grammar of Graphics for $103.41"

I wonder what negative impacts textbook pricing has on software development.

If I was going to start a graphics library as a non-profit side project, that'd be a big barrier.

1 comments

I agree it's a barrier to have such crazy prices, but there are free resources available, especially on a topic as popular as Grammar of Graphics. Hadley Wickham (in my mind, synonymous with the concept, since he implemented Wilkinson's ideas in R's ggplot package), for instance, has numerous materials on it, including a short primer (http://vita.had.co.nz/papers/layered-grammar.pdf). It might not be as exhaustive as the Wilkinson text, but surely there's enough material out there to implement GG in JS, especially considering there's successful implementations in other languages?