File: test_axisflip.mtv

package info (click to toggle)
plotmtv 1.4.1-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,024 kB
  • ctags: 5,006
  • sloc: ansic: 51,179; makefile: 1,976; fortran: 1,277; sh: 510; csh: 439
file content (33 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# To test flipping (real-world max is mapped to graphics min)
#
$ DATA=CONTOUR 

# This one is perfect 

# Dataset/plotset options
% toplabel   = "Hello World"    # Top label for plot
% interp     = 0                # Triangular interpolation
% contfill   = on               # Contour filling
% meshplot   = on               # Draw the mesh  
% hiddenline = off              # Use hiddenlines
#% xticks = 6
#% yticks = 4
% yflip = on
% xflip = on
% ylog = on
% xlog = on

# Define the headers
% xmin = 0.1
% xmax = 2.7
% ymin = 0.0
% ymax = 1.0
% zmin = 0
% zmax = 0.7
% nx   = 5
% ny   = 3
0.0 0.0 0.0 0.0 1.0
0.0 1.0 0.0 1.0 0.0
0.0 0.0 1.0 0.0 0.0

$ QUIT