~ubuntu-branches/ubuntu/saucy/goldencheetah/saucy

« back to all changes in this revision

Viewing changes to doc/web/cpint.gp

  • Committer: Package Import Robot
  • Author(s): KURASHIKI Satoru
  • Date: 2013-08-18 07:02:45 UTC
  • mfrom: (4.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20130818070245-zgdvb47e1k3mtgil
Tags: 3.0-3
debian/control: remove needless dependency. (Closes: #719571)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set title "Critical Power Output"
 
2
set xlabel "Interval Duration (MM:SS)"
 
3
set ylabel "Average Power (Watts)"
 
4
set mxtics 5
 
5
set mytics 2
 
6
set yrange [0:]
 
7
set xrange [0.021:120]
 
8
set logscale x
 
9
set xtics ("0:01.26" 0.021, "0:05" 0.08333, "0:12" 0.2, "1:00" 1, "5:00" 5, \
 
10
           "12:00" 12, "30:00" 30, "60:00" 60, "120:00" 120)
 
11
plot 'cpint.out' noti with li lt 1
 
12
pause -1