-
Notifications
You must be signed in to change notification settings - Fork 85
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
Multiple systems in same plot has inconsistent display #640
Comments
I'm opposed to automatic labels, because they behave very poorly if you call bodeplot twice. Also, if you plot and set a title, next call to bodeplot will override your title which is quite terrible. |
The same applies to our custom ticks in bode. Plot twice where the axes differ between the plots and the ticks will be messed up. |
I'm mostly arguing for consistency, so I'd be equally up for not having it anywhere (or maybe more now that I think about the problems it might cause). |
I also favor consistency. Every time we've tried to be smart in the plot recipes it has backfired and been prone to breakage with time, so I'd really like to get rid of most of the smartness, like custom ticks, labels and latex stuff. |
Have two systems H and H2 to compare. Running
bodeplot([H, H2])
I get a nice plot with legend G1 and G2 so I know which is which. Running
does not give any. Easy to add in the call, but just felt if there are automatic labels for one one there might as well be for the other to be consistent.
The text was updated successfully, but these errors were encountered: