jeanluct / braidlab

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

Matlab 2014b does funny things to braid.plot! #83

Closed jeanluct closed 9 years ago

jeanluct commented 9 years ago

Matlab 2014b now cycles colors, so plot(braid([1 2 1])) now looks weird! See attached.

jeanluct commented 9 years ago

From Jean-Luc Thiffeault on 2014-11-16 20:14:14+00:00

Fix cycling of colors for Matlab 2014b. Resolves issue #83.

→ <<cset 2d28b0bb1584>>

jeanluct commented 9 years ago

From Jean-Luc Thiffeault on 2014-11-16 20:15:02+00:00

The fix is a bit cheap (force color). This should be improved eventually to allow for color selection.