GtkDatabox is a widget for the GTK+ library designed to display large amounts of numerical data quickly and easily. It allows for one or more data sets of thousands of data points (X and Y coordinates) to be displayed and updated in split seconds. It offers the ability to zoom into and out of the data, and to navigate through your data by scrolling. In addition to rulers and a simple coordinate cross, it allows you to add one (or even more) configurable grids like on an oscilloscope. Data may be presented as dots, lines connecting the data, or vertical bars. The widget allows you to easily transform pixel coordinates into data coordinates, thus allowing you to easily create powerful applications for data analysis.
| Tags | Software Development Widget Sets Scientific/Engineering Visualization |
|---|---|
| Licenses | LGPL |
| Operating Systems | Unix |
| Implementation | C C++ |
Recent releases


Changes: This release adds the function gtk_databox_grid_array_new. It adds the log2 scale option.


Changes: This release adjusts the example code for GTK2 2.14.


Changes: This release contains the long awaited reference documentation for the GtkDatabox library. It also contains some minor interface changes stimulated by the documentation efforts, aiming for consistency.


Changes: Bugs in translation between pixels and "real" values were resolved. Internal signal definitions were corrected.


Changes: Support for Glade has been added. The API has been changed for selection signals. It has also been modified where value pairs (like top-left) are involved. The changes should minimize possible confusion and reduce the required application code.