logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pj_gantt - using R+ggplot2, it plots a space/time view and outputs as a PDF file.

Description

       Forthcoming.

Input Description

       The pj_gantt(1) command expects one input file that follows the CSV specification followed by pj_dump.
       See its manpage for details.

Name

       pj_gantt - using R+ggplot2, it plots a space/time view and outputs as a PDF file.

Options

pj_gantt has two obligatory parameters:

       <FILE_states.csv> indicates the name of the CSV file generated by pj_dump containing only lines starting
       with "State". You can very easily obtain such file by issuing:

           pj_dump <your_trace.paje> | grep ^State > <your_trace_states.csv>

       <state_type> is the name of the Paje state type that will be considered to draw the space/time view.

       And two optional parameters:

       [START_TIME] the start time to be considered when drawing.

       [END_TIME] the end time to be considered when drawing.

Output Description

       Outputs a PDF file with the gantt-chart of the

Reporting Bugs

           Report pj_gantt bugs to <http://github.com/schnorr/pajeng/issues>

Resources

       Description of the pj_dump CSV in the pj_dump manpage.

       Description of the Paje trace file:
       https://github.com/schnorr/pajeng/blob/master/doc/lang-paje/lang-paje.pdf

       Main web site: http://github.com/schnorr/pajeng/

See Also

pj_dump(1)

                                                   12/21/2024                                        PJ_GANTT(1)

Synopsis

pj_gantt <FILE_states.csv> <state_type> [START_TIME] [END_TIME]

See Also