~ubuntu-branches/ubuntu/karmic/python-scipy/karmic

« back to all changes in this revision

Viewing changes to Lib/xplt/gistdata/axes.gs

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T. Chen (new)
  • Date: 2005-03-16 02:15:29 UTC
  • Revision ID: james.westby@ubuntu.com-20050316021529-xrjlowsejs0cijig
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Gist axes.gs drawing style
 
2
# $Id: axes.gs,v 1.1 2003/03/08 15:26:44 travo Exp $
 
3
 
 
4
# A single coordinate system on a portrait page with central axes
 
5
# Legends: two columns below viewport, contours in single column to right
 
6
 
 
7
# See work.gs for description of meanings
 
8
 
 
9
landscape= 0
 
10
 
 
11
default = {
 
12
  viewport= { 0.19, 0.60, 0.44, 0.85 },
 
13
 
 
14
  ticks= {
 
15
 
 
16
    horiz= {
 
17
      nMajor= 7.5,  nMinor= 50.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
 
18
      nDigits= 3,  gridLevel= 1,  flags= 0x13c,
 
19
      tickOff= 0.0007,  labelOff= 0.009,
 
20
      tickLen= { 0.0143, 0.0091, 0.0052, 0.0026, 0.0013 },
 
21
      tickStyle= { color= -2,  type= 1,  width= 1.0 },
 
22
      gridStyle= { color= -2,  type= 1,  width= 1.0 },
 
23
      textStyle= { color= -2,  font= 0x08,  height= 0.0182,
 
24
        orient= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
 
25
      xOver= 0.395,  yOver= 0.4024 },
 
26
 
 
27
    vert= {
 
28
      nMajor= 7.5,  nMinor= 50.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
 
29
      nDigits= 4,  gridLevel= 1,  flags= 0x13c,
 
30
      tickOff= 0.0007,  labelOff= 0.009,
 
31
      tickLen= { 0.0143, 0.0091, 0.0052, 0.0026, 0.0013 },
 
32
      tickStyle= { color= -2,  type= 1,  width= 1.0 },
 
33
      gridStyle= { color= -2,  type= 1,  width= 1.0 },
 
34
      textStyle= { color= -2,  font= 0x08,  height= 0.0182,
 
35
        orient= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
 
36
      xOver= 0.150,  yOver= 0.4024 },
 
37
 
 
38
    frame= 0,
 
39
    frameStyle= { color= -2,  type= 1,  width= 1.0 }}}
 
40
 
 
41
# The one coordinate system matches the default template exactly
 
42
system= { legend= "System 0" }
 
43
 
 
44
legends= {
 
45
  x= 0.04698,  y= 0.360,  dx= 0.3758,  dy= 0.0,
 
46
  textStyle= { color= -2,  font= 0x00,  height= 0.0156,
 
47
    orient= 0,  alignH= 1,  alignV= 1,  opaque= 0 },
 
48
  nchars= 36,  nlines= 20,  nwrap= 2 }
 
49
 
 
50
clegends= {
 
51
  x= 0.6182,  y= 0.8643,  dx= 0.0,  dy= 0.0,
 
52
  textStyle= { color= -2,  font= 0x00,  height= 0.0156,
 
53
    orient= 0,  alignH= 1,  alignV= 1,  opaque= 0 },
 
54
  nchars= 14,  nlines= 28,  nwrap= 1 }