Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Double click the axis you want to add breaks on to open Axis Dialog.
  2. In Breaks node in left panel, choose the Number of Breaks you want to put on the axis (up to 7 breaks each axis). They are uniformly distributed by default.
  3. Set break gap size by Break Half Length.
  4. Modify each break's detailed setting, include Region Break From/To, Position, etc..
  5.  You You can also use Labtalk command to enable the axis breaks.

...

ExampleDescription
layer.x.breaks.gap = 100;When value is bigger than 30, means percent of one percent of the axis length. In this case, total width 1% of axis length.
layer.x.breaks.gap = 15;Value between 1-30 is used to expressed in 1/10 of major tick length. 15 means 1.5 times tick length.
layer.x.breaks.gap = 0;Follow @ABNo gap and symbol
layer.x.breaks.gap = -120;When value is negative, means unit is in 1/10 of point size. -120 means the gap will have 12 point size.
layer.x.breaks.size= 0;Controls break symbol size. Setting to 0 will show no Break symbol on axis.