Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

Can you specify, besides lower and upper bound, also the step range of the width of labels while using Linear Scaling?

+1 vote
When using Linear Scaling to adjust edges in width according to the values attached to them, I find the differences between the width to small to actually give a good impression of the actual differences in the values.
in Feature Requests by

1 Answer

0 votes
An explicit "step range" makes no sense for Linear Scaling, because values w are calculated using the formula

w = ((v - smin)/(smax - smin)) * (tmax - tmin) + tmin

with v the property value of the graph element and smin,smax,tmin,tmax the four values you have to specify in the mapping's conversion details.

Moreover, yEd only supports very few line widths. E.g. for solid lines the widths 1, 2, 3, 4, 5, 6, 7 are supported, for the other line types only widths 1, 2, 3, 4, 5 are supported. Therefore varying line widths are simply not well suited to visualize a large range of property values.
by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...