[X/Y Line] Multiple Y Axes

Author: brianblakelyCreated Apr 8, 2025Updated Jan 4, 2026

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"])

Source: perspective-dev/perspective