Open
Description
The docs for subplot attributes suggests Measures.px
as a type for the kwargs *_margin
, eg:
Attribute | Aliases | Default | Type | Description |
---|---|---|---|---|
margin | 1.0mm |
Measure (multiply by mm , px , etc) |
Base for individual margins... not directly used. Specifies the extra padding around subplots. |
but
julia> using Measures: px
ERROR: UndefVarError: px not defined
My first thought was to submit a simple PR, but I wasn't able to find where this was written immediately since this part of docs are generated (and I hope I'm not misreading the docs!)
Metadata
Metadata
Assignees
Labels
No labels