Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update _core.py to show valid plot types in the Error Message for Inv…
…alid Plots If an invalid plot type is passed, the error message raised is ``` raise ValueError(f"{kind} is not a valid plot kind") ``` To give more context to user, it should also show the valid plot kinds.
- Loading branch information