README.md
changeset 13 b6ccd1aab66f
parent 12 1d6e37b3ebf2
child 14 f440529b9606
equal deleted inserted replaced
12:1d6e37b3ebf2 13:b6ccd1aab66f
    19     The disadvantage of removing all dependencies is that the plot option had to be removed.  
    19     The disadvantage of removing all dependencies is that the plot option had to be removed.  
    20     I made a separate python script with one dependency for plotting tracks:
    20     I made a separate python script with one dependency for plotting tracks:
    21 
    21 
    22 * gpx_plot.py, a script to plot one or more tracks with [gnuplot][3].
    22 * gpx_plot.py, a script to plot one or more tracks with [gnuplot][3].
    23 
    23 
    24     Gnuplot has to be installed and if the path to the gnuplot executable is not */usr/bin/gnuplot*
    24     Gnuplot has to be installed and if the executable "gnuplot" is not in your path
    25     you have to specify the path with the command line option *-g /path/to/gnuplot*
    25     you have to specify the path with the command line option *-g /path/to/gnuplot*
    26 
    26 
    27     Usage example that compares a reduced track with the original:
    27     Usage example that compares a reduced track with the original:
    28 
    28 
    29         > gpx_plot.py your_track.gpx your_track_reduced.gpx
    29         > gpx_plot.py your_track.gpx your_track_reduced.gpx