Skip to content

1spb-org/t2g

Repository files navigation

t2g

Text to graph application. Allows you to visualize JSON data as an XY-chart.

Usage

Use the context menu to load, save files, export SVG and PNG images and more.

Also pass the path to the JSON file as the first command line parameter to open it.

Click the default chart to draw a new chart if no file path is provided;

the Euler spiral or the random Lissajous figure will be drawn as examples.

Save the file and open it in a text editor to understand the structure of the JSON file.

Zoom in/out using the mouse wheel.

The .NET 6.0 Framework Runtime is required to execute the code.

Uses popular OxyPlot, Newtonsoft.Json and Math.NET Numerics third-party software, see licenses attached.

Cheers!