/gxgraph

An xy-plotting interactive program in gtk.

Primary LanguageCOtherNOASSERTION

Background

gxgraph is a port of the legendary x11 program xgraph to gtk.

This new version (Dec 2012) uses antialiased graphics through cairo.

Syntax

The syntax of datasets in gxgraph is a mixture of xgraph and giv.

Here is an example of a gxgraph file gxgraph.gxg:

$color red
0 2 
1 0
2 2

$color green
$marks fcircle
$noline
$mark_size 10
0 1

Resulting output:

example image

Development

For sources and bug tracking see: https://github.com/dov/gxgraph

References:

Authors