DiODeProject / DiODeProject/MuMoT

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

Open
#385 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
24
Forks
5
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.