open-physiology / open-physiology-viewer

Apache License 2.0
7 stars 7 forks source link

Support grid layouts when placing internal lyphs and lyphs on regions #274

Open albatros13 opened 1 year ago

albatros13 commented 1 year ago

grid: [ (K1, left, 100%), (K2, center, 50%), (K3, center, 80%), (K4, right, 70%), ] where K1 + K2 + K3 + K4 = N is the total number of internal lyphs or hosted lyphs in the region. Here the first row is aligned left and occupies the whole width of the region, second row contains K2 lyphs, centered and occupy 50% of the region width, etc.