Hacker News new | ask | show | jobs
by Sudarshan 5522 days ago
Can anyone suggest a JS library that allows u to plot semilog graphs and log log graphs please... Do any of the above support it? At least it is not shown in the galleries...
1 comments

If I get it correctly, semi-log graph is just about scales, not about different representation, right? So then yeah, it's not hard with protovis:

http://vis.stanford.edu/protovis/docs/scale.html

Awesome thanks a lot :)!!!