You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib/goffice/graph
Joshua Sled 5eded02d6c
Removing .cvsignore files; mis-migrated po/ChangeLog
21 years ago
..
plugins Removing .cvsignore files; mis-migrated po/ChangeLog 21 years ago
Makefile.am Collapse the gnome2 branch back into HEAD. 21 years ago
README Collapse the gnome2 branch back into HEAD. 21 years ago
go-data-impl.h Collapse the gnome2 branch back into HEAD. 21 years ago
go-data-simple.c Collapse the gnome2 branch back into HEAD. 21 years ago
go-data-simple.h Collapse the gnome2 branch back into HEAD. 21 years ago
go-data.c Collapse the gnome2 branch back into HEAD. 21 years ago
go-data.h Collapse the gnome2 branch back into HEAD. 21 years ago
goffice-graph.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-axis-prefs.glade Collapse the gnome2 branch back into HEAD. 21 years ago
gog-axis.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-axis.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-chart-impl.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-chart.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-chart.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-control-foocanvas.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-control-foocanvas.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-data-allocator.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-data-allocator.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-data-set.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-data-set.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-error-bar-prefs.glade Collapse the gnome2 branch back into HEAD. 21 years ago
gog-error-bar.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-error-bar.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-graph-impl.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-graph.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-graph.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-grid-line.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-grid-line.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-grid.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-grid.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-guru-type-selector.glade Collapse the gnome2 branch back into HEAD. 21 years ago
gog-guru.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-guru.glade Collapse the gnome2 branch back into HEAD. 21 years ago
gog-guru.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-label.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-label.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-legend.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-legend.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-object-xml.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-object-xml.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-object.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-object.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-outlined-object.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-outlined-object.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-plot-engine.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-plot-engine.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-plot-impl.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-plot.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-plot.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-renderer-gnome-print.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-renderer-gnome-print.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-renderer-impl.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-renderer-pixbuf.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-renderer-pixbuf.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-renderer-svg.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-renderer-svg.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-renderer.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-renderer.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-series-impl.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-series.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-series.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-style-prefs.glade Collapse the gnome2 branch back into HEAD. 21 years ago
gog-style.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-style.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-styled-object.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-styled-object.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-theme.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-theme.h Collapse the gnome2 branch back into HEAD. 21 years ago
gog-view.c Collapse the gnome2 branch back into HEAD. 21 years ago
gog-view.h Collapse the gnome2 branch back into HEAD. 21 years ago

README

GOffice Graph -- A graphing library based on gtk technologies

Jody Goldberg <jody@gnome.org>

licensed under the terms of the GNU GPL included in the file COPYING.

Terminology
-----------

graph == the parent which contains a set of charts layed out in tabular form
chart == a rectangular region with axis, titles, and legends, and multiple
plots
plot == a set of drawings, overlapping with a chart with axis assigned
series == 1 displayable set of data of dimensionality related to its
associated plot type
element == 1 'point' in a series

Mailing lists
-------------

There is a no mailing list to discuss only the graphing. For now discussion
will be on the Gnumeric list, to subscribe send a mail to:

gnumeric-list-request@gnome.org

And in the body of the message write "subscribe"

An archive of the mailing lists is available in:

http://www.gnome.org/mailing-lists/archives/gnumeric-list/