Skip to content

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

@joefresna

Description

@joefresna

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions