Skip to content

[X/Y Line] Multiple Y Axes #2976

Description

@brianblakely

Feature Request

Description of Problem:

Single-axis charts support multiple columns per axis field, but multi-axis charts do not.

Potential Solutions:

Support population of multiple columns in the Y-axis field for multi-axis charts. The output would likely be similar to other charting plugins which support this feature, rendering multiple adjacent plots. As a comparison to non-Perspective output, consider the following pandas plot statement, in which a list is provided to the Y axis:
df.plot(x="Ship Date", y=["Sales", "Profit"])

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions