-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subplot attributes documentation: px is invalid margin type #223
Comments
did you try |
Hm. I don't know why this issue was resolved since the docs are still confusing to me. To clarify the situation, there are "measures" that are defined in julia> using Measures: px
ERROR:
UndefVarError: px not defined
julia> using Plots: px
julia> px
0.254mm Some are defined in both:
julia> using Plots
julia> px
ERROR: UndefVarError: px not defined so users need to know to obtain |
Well, yes Linked: |
If all relevant |
If it were just me, I'd integrate |
The docs for subplot attributes suggests
Measures.px
as a type for the kwargs*_margin
, eg:1.0mm
mm
,px
, etc)but
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!)
The text was updated successfully, but these errors were encountered: