JSB to PNG: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Made page)
 
No edit summary
Line 2: Line 2:


It will take a JSBSim file as input and will then output PNG images of the tables in that file.
It will take a JSBSim file as input and will then output PNG images of the tables in that file.
Will output both lines and carpet plots for 2D/3D tables. For 1D tables just line plot.


[[File:JSB-carpet.png|thumb|A carpet plot plot of a 2D table]]
[[File:JSB-carpet.png|thumb|A carpet plot plot of a 2D table]]

Revision as of 15:09, 21 February 2020

JSB to PNG is a tool programmed in python.

It will take a JSBSim file as input and will then output PNG images of the tables in that file.

Will output both lines and carpet plots for 2D/3D tables. For 1D tables just line plot.

A carpet plot plot of a 2D table
A lines plot of a 2D table
A lineplot of a 1D table

See also

Jiff

External links

JSB to PNG on Github