-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
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"])
jwhitaker-gridcog
Metadata
Metadata
Assignees
Labels
No labels