~ubuntu-branches/ubuntu/trusty/rheolef/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/usrman/p-laplacian-rate.plot

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2010-06-12 09:08:59 UTC
  • Revision ID: james.westby@ubuntu.com-20100612090859-8gpm2gc7j3ab43et
Tags: upstream-5.89
ImportĀ upstreamĀ versionĀ 5.89

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set terminal pslatex auxfile
 
2
set output "p-laplacian-rate.tex"
 
3
 
 
4
set size square 0.7
 
5
set xlabel "[c]{$p$}"
 
6
set  label "[l]{\\Large $\\bar{v}$}" at graph 0.05,0.75
 
7
 
 
8
set xtics (1,2,3)
 
9
set ytics (0,1,2)
 
10
 
 
11
plot  [1:3][0:2] "p-laplacian-rate.gdat" notitle w l
 
12
 
 
13
#pause -1 "<retour>"