New top level menu for Graphs.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 11 Nov 2015 18:09:15 +0000 (19:09 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 11 Nov 2015 18:10:28 +0000 (19:10 +0100)
commit612b51515e356bc4dd625a3fb18d0a4f827a1e2c
treef04c117c056fb2efe98a4cc67815e5e3c284023f
parente8fd8bbc19102dd21c25433d9c410ccb174931db
New top level menu for Graphs.

Added a new top level menu to assist with the generation of graphics.
Currently it has only scatterplot, histogram and barchart.
19 files changed:
NEWS
doc/statistics.texi
src/language/stats/automake.mk
src/language/stats/chart-category.h [new file with mode: 0644]
src/language/stats/graph.c
src/ui/gui/automake.mk
src/ui/gui/barchart.ui [new file with mode: 0644]
src/ui/gui/data-editor.ui
src/ui/gui/histogram.ui [new file with mode: 0644]
src/ui/gui/psppire-dialog-action-barchart.c [new file with mode: 0644]
src/ui/gui/psppire-dialog-action-barchart.h [new file with mode: 0644]
src/ui/gui/psppire-dialog-action-histogram.c [new file with mode: 0644]
src/ui/gui/psppire-dialog-action-histogram.h [new file with mode: 0644]
src/ui/gui/psppire-dialog-action-scatterplot.c [new file with mode: 0644]
src/ui/gui/psppire-dialog-action-scatterplot.h [new file with mode: 0644]
src/ui/gui/scatterplot.ui [new file with mode: 0644]
src/ui/gui/widgets.c
tests/language/dictionary/split-file.at
tests/language/stats/graph.at