Enum: TickPrune

Which end ticks to drop where a corner tick would collide with its neighbour panel’s.

URI: tvbo:enum/TickPrune

Permissible Values

Value Meaning Description
lower None Drop the first tick
upper None Drop the last tick
both None Drop both end ticks

Slots

Name Description
tick_prune Drop the first, last, or both end ticks, for the case where a corner tick col…

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo/figure

LinkML Source

name: TickPrune
description: Which end ticks to drop where a corner tick would collide with its neighbour
  panel's.
from_schema: https://w3id.org/tvbo/figure
permissible_values:
  lower:
    text: lower
    description: Drop the first tick.
  upper:
    text: upper
    description: Drop the last tick.
  both:
    text: both
    description: Drop both end ticks.