equal
deleted
inserted
replaced
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 |