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

Multicontroller do not accept some of the plotting parameters that normal controllers support #385

Open
joefresna opened this issue Feb 14, 2020 · 0 comments
Labels

Comments

@joefresna
Copy link
Contributor

It is not possible to change the axes labels through the option ylab.
For example, try this code:

mumot.MuMoTmultiController([model.SSA(silent=True), model.integrate(silent=True)],
                           shareAxes=True,
                           choose_yrange=[0,1], 
                           ylab="This is the y label" )

This is possibly related to issue #353

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