2 Commits

Author SHA1 Message Date
Andy Nowacki
33a7e12ae8 Plotly: Remove argument checking for levels
Checking of the `levels` keyword argument will be moved out
of individual backends' code, so we can assume that `levels`
if present in `plotattributes` is either an `AbstractVector` or
`Integer`.
2021-08-24 16:12:13 +01:00
Andy Nowacki
f1c0c7e4ec Add tests for contour levels and the start of Plotly tests
- Test that the `levels` keyword argument is correctly stored.
- For the Plotly (and PlotlyJS) backend, test that `levels`
  is correctly converted to backend-specific settings.
2021-08-20 15:49:22 +01:00