quiver icon indicating copy to clipboard operation
quiver copied to clipboard

Grid size are not affected by edge label length

Open user202729 opened this issue 1 year ago • 2 comments

e.g. in the double limit in https://github.com/varkor/quiver/issues/206, several edge labels overlap on each other.

(This is not an easy problem though. If an edge spans multiple rows and columns, it's not clear which column should be enlarged.)

user202729 avatar May 03 '24 06:05 user202729

This was a deliberate design decision, for the reason that the desired behaviour is unclear, as you point out. However, it would be nice if there was some facility for manually increasing column/row sizes.

varkor avatar Jun 21 '24 16:06 varkor

In the past I've addressed this by using extra rows/columns and/or \hphantom/\vphantom.

xplat avatar Jul 28 '25 10:07 xplat