Skip to content

Commit 8a924c9

Browse files
committed
commit
1 parent c3ff227 commit 8a924c9

7 files changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
jag - just a grapher
77

88
Jag is a simple grapher 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**.
9-
At the moment jag supports CSV format and data in table format (see examples in "tlmExamples" directory). If you want jag to support specific binary formats you can connect with author ([email protected]) or implement them yourself.
9+
At the moment jag supports CSV format and data in table format (see examples in "tlmExamples" directory).
10+
11+
See the [project page](https://seleznevae.github.io/jag.org/) for more information.
1012

1113
# Features
1214

@@ -36,11 +38,11 @@ Simple dummy example of such plugin is in [pluginExample directory](https://gith
3638

3739
# Screenshots
3840

39-
![Basic jag features](https://github.com/seleznevae/jag/blob/dev/plotExamples/basic_JaG.png "Basic jag features")
41+
![Basic usage](https://github.com/seleznevae/jag/blob/master/plotExamples/gallery_1.png "Basic usage")
4042

41-
![Arrowed text in jag](https://github.com/seleznevae/jag/blob/dev/plotExamples/Arrowed%20Text%20in%20JaG%20-%20Nice%20'N'%20Easy.png "Arrowed text in jag")
43+
![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")
4244

43-
![jag_Custom](https://github.com/seleznevae/jag/blob/dev/plotExamples/jag_custom.png "jag custom")
45+
![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")
4446

4547

4648

Binary file not shown.

plotExamples/JaG_custom.png

-335 KB
Binary file not shown.

plotExamples/basic_JaG.png

-294 KB
Binary file not shown.

plotExamples/gallery_1.png

317 KB
Loading

plotExamples/gallery_2.png

242 KB
Loading

plotExamples/gallery_3.png

397 KB
Loading

0 commit comments

Comments
 (0)