Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of automatic line coloring #160

Open
hagenw opened this issue Jul 27, 2017 · 0 comments
Open

Handling of automatic line coloring #160

hagenw opened this issue Jul 27, 2017 · 0 comments
Assignees
Labels

Comments

@hagenw
Copy link
Member

hagenw commented Jul 27, 2017

Some of the figures in the documentation are generated by using the implicit plotting functionality of some functions, e.g.

time_response_wfs(X,xs,src,conf)

Since Matlab has changed its default colors, the output will no longer look the same as before and it will also deviate between Octave and Matlab.
We should find a way to avoid this, but still show the cool automatic plotting functionality of the toolbox.

Note: for changing the color in Matlab after the plot was done, one could use the following:

hline = findobj(gcf, 'type', 'line');
set(hline,'Color','red');
@hagenw hagenw added the docs label Jul 27, 2017
@hagenw hagenw self-assigned this Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant