Displaying 1 result from an estimated 1 matches for "dotlevel".
Did you mean:
  dotlevels
  
2004 Mar 04
1
lattice/grid: problem with viewports for strips with zero height
PROBLEM
        # Allocating strip labels by the function strip.fun():
    strip.test()
        # Result: No strips: ok. No strings: NOT OK.
        # The distance ``y.text=unit(6,"points")'' is ignored;
        # the strings are not seen on the output.
TRIALS FOR WORKAROUNDS
    strip.test( strip.lines=1 )
        # Result: 2 strips: ok, but not whished. 2 strings: ok.