spacer

Description

A track to include a space between tracks. To use it you can either put file_type = spacer or call your section [spacer]

Parameters

Necessary:

Optional:

  • title: Put here a title which will apprear on the right.

  • height: 0.5 (default) or float above 0.

  • overlay_previous: no (default) or yes or share-y.

Output of make_tracks_file:

# title of track (plotted on the right side)
title =
# height of track in cm (ignored if the track is overlay on top the previous track)
height = 2
# if you want to plot the track upside-down:
# orientation = inverted
# if you want to plot the track on top of the previous track. Options are 'yes' or 'share-y'.
# For the 'share-y' option the y axis values is shared between this plot and the overlay plot.
# Otherwise, each plot use its own scale
#overlay_previous = yes