jeanluct/braidlab

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

Closed this issue · 3 comments

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

Hopefully whilst keeping the interface fixed?

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

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).