Skip to content
pyautark (soon)

@urban-toolkit/autk-plot


@urban-toolkit/autk-plot / PlotMargins

Type Alias: PlotMargins

PlotMargins = object

Defined in: api.ts:25

Margin values in pixels around the plot drawing area.

Properties

bottom

bottom: number

Defined in: api.ts:33

Bottom margin in pixels.


left

left: number

Defined in: api.ts:27

Left margin in pixels.


right: number

Defined in: api.ts:29

Right margin in pixels.


top

top: number

Defined in: api.ts:31

Top margin in pixels.

Released under the MIT License.