jeanluct / braidlab

Matlab package for analyzing data using braids
GNU General Public License v3.0
23 stars 9 forks source link

display databraids differently #100

Closed jeanluct closed 9 years ago

jeanluct commented 9 years ago

Right now databraids are displayed just like braids. It would be better to list the times somehow, or at least make it look different. For instance, databraid([1 -2],[0 1]) could be < (1,0) (-2,1) > or < (0,1) (1,-2) >?

jeanluct commented 9 years ago

The display is pretty basic, but good enough for now. One disadvantage is that the times do not "line up" with the generators:

>> b=databraid([1 -2 3 5 2],[1 2 3 4 5])

b = 

braid:  < 1 -2  3  5  2 >

tcross:      1     2     3     4     5