Add GRAPH command initially with just scatterplots and histograms.
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sun, 28 Sep 2014 04:32:17 +0000 (21:32 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 28 Sep 2014 04:36:09 +0000 (21:36 -0700)
commit80595f6de2ea8f0b64756d76c7ac3c89a1abbbb8
tree857ecaa55418a84657a473672e689b353ecfd068
parent231c19141bf72ecf5696340a15622b1562c5fcc0
Add GRAPH command initially with just scatterplots and histograms.
14 files changed:
AUTHORS
NEWS
doc/statistics.texi
src/language/command.def
src/language/stats/automake.mk
src/language/stats/graph.c [new file with mode: 0644]
src/output/automake.mk
src/output/cairo-chart.h
src/output/cairo.c
src/output/charts/scatterplot-cairo.c [new file with mode: 0644]
src/output/charts/scatterplot.c [new file with mode: 0644]
src/output/charts/scatterplot.h [new file with mode: 0644]
tests/automake.mk
tests/language/stats/graph.at [new file with mode: 0644]