genome_spy.axes

genome_spy.axes(**kwargs)View on GitHub

Create top-level shared axis configuration.

Parameters:

**kwargs – Axis configuration keyed by channel name.

Returns:

A normalized typed axis mapping.

Example

>>> axes(x=GenomeAxis(orient="top"))
{'x': {'orient': 'top'}}