File: README.iso

package info (click to toggle)
gnuplot 4.6.0-8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 16,920 kB
  • sloc: ansic: 84,661; cpp: 6,631; lisp: 5,013; makefile: 2,129; sh: 1,092; objc: 647; asm: 539; perl: 298; awk: 235; pascal: 194; csh: 179; tcl: 88; python: 46
file content (75 lines) | stat: -rw-r--r-- 2,751 bytes parent folder | download | duplicates (9)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75

You can say "set isosamples 30,40" now to get different isosampling
rates for the first and second dummy variables (x,u resp. y,v). This
will affect surface-plots in hidden3d- and nohidden3d-mode. It gets
rid of the necessity of having to change samples in hidden3d-mode when
you actually want to change the isosamples for the first dummy
variable. For people that are lazy and for compatibility you can also
type "set isosamples 30". This will set the value to 30 in both
directions. For completeness I did the same with "samples". Thus you
can say "set samples 50,100" to get different sampling rates for each
dummy variable. This only affects surface-plots in nohidden3d-mode.
Again, you still can say "set samples 50". This will set both sampling
rates to 50. For 2d-plots the first value of samples is used.

Summary:

Suppose isosamples is set to 4,5 in hidden3d-mode. The grid evaluated
for hidden3d-plots will look like this (* denotes points that get
evaluated):

      |------ isosamples #1 -----|

  -   *--------*--------*--------*
  |   |        |        |        |
      |        |        |        |
  i   |        |        |        |
  s   *--------*--------*--------*
  o   |        |        |        |
  s   |        |        |        |
  a   |        |        |        |
  m   *--------*--------*--------*
  p   |        |        |        |
  .   |        |        |        |
      |        |        |        |
  #   *--------*--------*--------*
  2   |        |        |        |
      |        |        |        |
  |   |        |        |        |
  -   *--------*--------*--------*

Suppose isosamples is set to 4,5 and samples to 10, 9 in
nohidden3d-mode. The grid evaluated for hidden3d-plots will look like
this:

      |------ isosamples #1 -----|

  -   *--*--*--*--*--*--*--*--*--*   -
  |   |        |        |        |   |
      *        *        *        *   |
  i   |        |        |        |    
  s   *--*--*--*--*--*--*--*--*--*   s
  o   |        |        |        |   a
  s   *        *        *        *   m
  a   |        |        |        |   p
  m   *--*--*--*--*--*--*--*--*--*   l
  p   |        |        |        |   e
  .   *        *        *        *   s
      |        |        |        |    
  #   *--*--*--*--*--*--*--*--*--*   #
  2   |        |        |        |   2
      *        *        *        *    
  |   |        |        |        |   |
  -   *--*--*--*--*--*--*--*--*--*   -

      |------- samples #1 -------|


BTW: The examples above also show how the bottom grids will look like
both in noparametric- and in parametric-mode. Thus you can get a rough
idea of how the mapping from (u,v)-space to (x,y,z)-space works by
drawing a bottom grid in parametric-mode.

Best regards,

Carsten