Google在其网络搜索中绘制图表时使用了哪种语言或工具?

时间:2014-11-25 13:24:12

标签: clojure incanter

以下是我在Google中搜索log x graph时的结果:

https://www.google.com/search?q=log+x+graph&ie=utf-8&oe=utf-8&aq=t#newwindow=1&q=log+x+graph

好消息是,当我将鼠标悬停在图表上时,它会显示(x,y)的值。

  1. 它使用什么语言或工具?

  2. 如何在Clojure / Incanter中绘制这个迭代图?

1 个答案:

答案 0 :(得分:1)

只是一个提示

  1. 我打赌它是https://developers.google.com/chart/
  2. 如果你想在浏览器中显示它,你可能会使用clojurescript https://github.com/dribnet/strokes而不是incanter
  3. 对不起,简洁