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 if # applications > # markers #45

Closed Pennycook closed 4 months ago

Pennycook commented 4 months ago

The number of applications could exceed the number of markers because:

In both cases, an ApplicationStyle can be used to increase the number of markers.

This change effects both Cascade and NavChart plots.

Related issues

Closes #42.

Proposed changes