{"id":16692958,"url":"https://github.com/seleznevae/jag","last_synced_at":"2026-03-12T08:02:25.260Z","repository":{"id":93769034,"uuid":"106193699","full_name":"seleznevae/jag","owner":"seleznevae","description":"Simple interactive grapher for 2D plots","archived":false,"fork":false,"pushed_at":"2018-01-18T19:35:51.000Z","size":4419,"stargazers_count":27,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T01:15:12.762Z","etag":null,"topics":["c-plus-plus","cpp","grapher","plot","plotting","qcustomplot","qt"],"latest_commit_sha":null,"homepage":"https://seleznevae.github.io/jag.org/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seleznevae.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-10-08T17:00:23.000Z","updated_at":"2024-12-06T06:55:20.000Z","dependencies_parsed_at":"2023-03-08T12:00:29.779Z","dependency_job_id":null,"html_url":"https://github.com/seleznevae/jag","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/seleznevae/jag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seleznevae%2Fjag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seleznevae%2Fjag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seleznevae%2Fjag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seleznevae%2Fjag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seleznevae","download_url":"https://codeload.github.com/seleznevae/jag/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seleznevae%2Fjag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30419274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T07:30:13.030Z","status":"ssl_error","status_checked_at":"2026-03-12T07:29:54.885Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","cpp","grapher","plot","plotting","qcustomplot","qt"],"created_at":"2024-10-12T16:28:58.752Z","updated_at":"2026-03-12T08:02:25.232Z","avatar_url":"https://github.com/seleznevae.png","language":"C++","readme":"# jag\n\n[![Build Status](https://travis-ci.org/seleznevae/jag.svg?branch=master)](https://travis-ci.org/seleznevae/jag)\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\njag - just a grapher\n\nJag is a simple plotting application which was created for telemetry data analyzing and simple plot creation. Jag is based on QCustomPlot v.1.3.2 (http://www.qcustomplot.com/ ). Some features were not implemented on purpose to keep jag as simple as possible. As a result **jag can't plot surfaces, graphs in polar coordinates, financial plots, bar plots etc**.\nAt the moment jag supports CSV format and data in table format (see examples in \"tlmExamples\" directory). \n\nSee the [project page](https://seleznevae.github.io/jag.org/) for more information.\n\n# Features\n\n1. Arbitrary layout. You can easily change the number of graphs and axes, move graphs from one axes box to another, change axes boxes location.\n2. Comprehensive dialog to choose parameters from data sources (particularly useful if you have dozens or hundreds of parameters in each data source).\n3. Built-in secondary processing which allows you easily perform basic mathematical computations on your data (library of available functions is not very huge at the moment (about 40 functions) but in future it will be significantly expanded). Of course basic mathematical operators (+,-,*,/,^) are available.\n4. All usual means to change graph properties, convert plots to images, preferences to customize JaG appearance and behavior, shortcuts for all essential actions.\n\n# Building\nTo build jag you will need:\n\n1. Boost 1.58\n2. QSint 0.2.2\n\n# Platforms\n\nJag is based on Boost, Qt and libraries based on Qt. Hence in theory jag is a cross-platform application. \n\n# Languages\nAt the moment JaG GUI supports English and Russian languages.\n\n# Plugins \n\nYou can extend the number of supported data formats with plugins. See API in [src/plugins/plugins_api.h](https://github.com/seleznevae/jag/blob/master/src/plugins/plugins_api.h).\nSee a simple dummy example of such plugin in [pluginExample directory](https://github.com/seleznevae/jag/blob/master/pluginExample/).\n\n\n# Screenshots\n\n![Basic usage](https://github.com/seleznevae/jag/blob/master/plotExamples/gallery_1.png \"Basic usage\")\n\n![Events with fill and arrows with comments](https://github.com/seleznevae/jag/blob/master/plotExamples/gallery_2.png \"Events with fill and arrows with comments\")\n\n![Sophisticated layout with different markers on the graphs](https://github.com/seleznevae/jag/blob/master/plotExamples/gallery_3.png \"Sophisticated layout with different markers on the graphs\")\n\n\n# Jag in action\n\nHere is a small [youtube video](https://www.youtube.com/watch?v=IiRYgONja9E\u0026feature=youtu.be) that demonstrates basic jag capabilities.\n\n# Getting started\n\nTo get familiar with **jag** see [getting started](https://seleznevae.github.io/jag.org/getting-started/) page at the official project website.\n\n# Download\nYou can download the latest version of jag on the [release page](https://github.com/seleznevae/jag/releases).\n\n# TODO\n- [ ] Replace Qt4 with Qt5\n- [ ] Update to QCustompPlot 2\n- [ ] CI for Windows\n\n\n# License\nGNU GENERAL PUBLIC LICENSE v3\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseleznevae%2Fjag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseleznevae%2Fjag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseleznevae%2Fjag/lists"}