Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 737 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 737 Bytes

Graph Data Extractor (GDE)

GDE is a simple tool that lets you overlay axes on a raster image (e.g. a jpeg from a figure), click on some data points, and then extract them as CSV. More sophisticated alternatives are available!

GDE is maintained on github.

It was originally part of Myokit, but is now a separate project.

Install

pip install gde

Usage

To run, simply type gde, or python3 -m gde.

  • To load a file, use gde gui file.gde.
  • To install shortcuts and register file types: gde icons
  • For more options, try gde --help

A screenshot of the GDE tool