~ubuntu-branches/ubuntu/saucy/python-scipy/saucy

« back to all changes in this revision

Viewing changes to scipy/sandbox/xplt/gistdata/vg.gs

  • Committer: Bazaar Package Importer
  • Author(s): Ondrej Certik
  • Date: 2008-06-16 22:58:01 UTC
  • mfrom: (2.1.24 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080616225801-irdhrpcwiocfbcmt
Tags: 0.6.0-12
* The description updated to match the current SciPy (Closes: #489149).
* Standards-Version bumped to 3.8.0 (no action needed)
* Build-Depends: netcdf-dev changed to libnetcdf-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Gist vg.gs drawing style
 
2
# $Id: vg.gs 685 2003-03-08 15:26:51Z travo $
 
3
 
 
4
# A single coordinate system on a portrait page with big labels
 
5
# This is more suitable for scale reduction or projection than work.gs.
 
6
# Legends: None
 
7
 
 
8
# See work.gs for description of meanings
 
9
 
 
10
landscape= 0
 
11
 
 
12
default = {
 
13
  legend= 0,
 
14
 
 
15
  viewport= { 0.22, 0.62, 0.45, 0.85 },
 
16
 
 
17
  ticks= {
 
18
 
 
19
    horiz= {
 
20
      nMajor= 4.5,  nMinor= 40.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
 
21
      nDigits= 3,  gridLevel= 1,  flags= 0x033,
 
22
      tickOff= 0.0007,  labelOff= 0.024,
 
23
      tickLen= { 0.0143, 0.0091, 0.0052, 0.0026, 0.0013 },
 
24
      tickStyle= { color= -2,  type= 1,  width= 4.0 },
 
25
      gridStyle= { color= -2,  type= 3,  width= 2.0 },
 
26
      textStyle= { color= -2,  font= 0x08,  height= 0.0312,
 
27
        orient= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
 
28
      xOver= 0.405,  yOver= 0.360 },
 
29
 
 
30
    vert= {
 
31
      nMajor= 4.5,  nMinor= 40.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
 
32
      nDigits= 4,  gridLevel= 1,  flags= 0x033,
 
33
      tickOff= 0.0007,  labelOff= 0.024,
 
34
      tickLen= { 0.0143, 0.0091, 0.0052, 0.0026, 0.0013 },
 
35
      tickStyle= { color= -2,  type= 1,  width= 4.0 },
 
36
      gridStyle= { color= -2,  type= 3,  width= 2.0 },
 
37
      textStyle= { color= -2,  font= 0x08,  height= 0.0312,
 
38
        orient= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
 
39
      xOver= 0.160,  yOver= 0.360 },
 
40
 
 
41
    frame= 0,
 
42
    frameStyle= { color= -2,  type= 1,  width= 1.0 }}}
 
43
 
 
44
# The one coordinate system matches the default template exactly
 
45
system= { legend= "System 0" }
 
46
 
 
47
legends= { nlines= 0 }
 
48
 
 
49
clegends= { nlines= 0 }