intel / p3-analysis-library

A library simplifying the collection and interpretation of P3 data.
https://intel.github.io/p3-analysis-library/
MIT License
7 stars 10 forks source link

Raise exception for cascades with > 26 platforms #40

Closed Pennycook closed 4 months ago

Pennycook commented 4 months ago

The platform chart beneath the cascade uses uppercase letters (A-Z) to label each platform. Cascade plots with more than 26 platforms run out of labels.

This is a short term fix to generate a useful error message while we work on a more robust way of assigning platform labels.

Related issues

Short-term fix for #39.

Proposed changes