> Trying to generate a legend when the _color_ and _symbol_ axes are both set and have different domains: > > ``` > Plot.legend({ > color: { > domain: [1, 2, 3] > }, > symbol: { > domain: [4,5,6] > } > }) > ``` > > This will currently silently output > > <img width="131" height="37" alt="Image" src="https://github.com/user-attachments/assets/09cab4d4-22ea-4878-81ae-37ff146b3cad" /> > > with no clear indication why neither the colors nor the symbols are visible. _Originally posted by @mwaibel-go in [#755](https://github.com/observablehq/plot/issues/755#issuecomment-4076729120)_