Enum: TickFormat

How a tick number is written.

URI: tvbo:enum/TickFormat

Permissible Values

Value Meaning Description
sci None Scientific notation, always
plain None Plain decimals, never scientific notation

Slots

Name Description
xtick_format How x tick numbers are written: sci forces scientific notation, plain for…
ytick_format How y tick numbers are written

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: TickFormat
description: How a tick number is written.
from_schema: https://w3id.org/tvbo/figure
permissible_values:
  sci:
    text: sci
    description: Scientific notation, always.
  plain:
    text: plain
    description: Plain decimals, never scientific notation.