JuliaGraphics / Measures.jl

Unified measure and coordinates types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FR] Support relative lenghts

schlichtanders opened this issue · comments

This is used in Plots.jl and I am wondering how to create a boundings box which width is set to "100%"

looking into the code it seems that everything is only setup for absolutelengths. It would be nice to also support relative measures.

sorry for the noice, it seems that this actually already well supported - Plots.jl itself defines a pct unit which apparently covers percentages