Skip to content

[plot] superposing envelopes #217

Closed
Closed
@jleben

Description

[Issue migrated from SourceForge | ID: 3429898 | Submitted by 'timblech']
[http://sourceforge.net/support/tracker.php?aid=3429898]

currently it seems that it is not possible to plot multiple envelopes in the same widget:

this fails:
[Env.sine, Env.perc].plot2

manually converting the envelopes to arrays seems to work:
[Env.sine, Env.perc].collect(.asSignal).collect(Array.newFrom()).plot2

would be great if this could be fixed ...

Metadata

Assignees

No one assigned

    Labels

    bugIssues that relate to unexpected/unwanted behavior. Don't use for PRs.comp: sclangsclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions