jeanluct / braidlab

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

Convert parameters in braid.plot and loop.plot to inputParser #120

Closed mbudisic closed 9 years ago

mbudisic commented 9 years ago

Instead of hand-written option parser, it would be better if we used MATLAB's builtin functionality, like Issue #80 suggests.

jeanluct commented 9 years ago

Hopefully whilst keeping the interface fixed?

mbudisic commented 9 years ago

Yes. I think I succeeded in that for loop.plot. I added an option for specifying color for the Basepoint.

mbudisic commented 9 years ago

Closing the issue: loop.plot is converged. braid.plot is not worth converting to inputParser -- it really just forwards its parameters to plot (unlike loop.plot which had extra options).