t2g

JSON Text-To-Graph Software

https://github.com/1spb-org/t2g

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary

Keywords

charting diagrams json oxyplot png svg
Last synced: 6 months ago · JSON representation ·

Repository

JSON Text-To-Graph Software

Basic Info
  • Host: GitHub
  • Owner: 1spb-org
  • License: mit
  • Language: C#
  • Default Branch: main
  • Homepage:
  • Size: 75.2 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
charting diagrams json oxyplot png svg
Created over 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme License Citation

README.md

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!

Owner

  • Name: Georgii Kupriianov
  • Login: 1spb-org
  • Kind: user
  • Location: St.Petersburg, Russia

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: t2g
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
version: "v0.1"
date-released: "2022-10-30"
authors:
  - given-names: Georgii
    family-names: Kupriianov
    email: science@help-in.ru
    orcid: 'https://orcid.org/0000-0002-7501-3119'
    affiliation: >-
      The International Institute of Engineering in
      Environment and Human Safety
license: MIT
url: "https://github.com/1spb-org/t2g"
repository-code: "https://github.com/1spb-org/t2g"
keywords:
  - charting
  - diagram
  - image
  - xyplot
  - json

GitHub Events

Total
Last Year

Dependencies

T2G.csproj nuget
  • MathNet.Numerics 5.0.0
  • Newtonsoft.Json 13.0.1
  • OxyPlot.WindowsForms 2.1.0