Fix Issue 26821: [Bug]: ValueError: The truth value... when an ndarra… · matplotlib/matplotlib@e6af5a3 · GitHub
Skip to content

Commit e6af5a3

Browse files
chiraagbaluksunden
andauthored
Fix Issue 26821: [Bug]: ValueError: The truth value... when an ndarray is passed to the color kwarg of axes3d.scatter (#26834)
* FIX: [Bug]: ValueError: The truth value... when an ndarray is passed to the color kwarg of axes3d.scatter * added smoke test to ensure no value error is thrown * fixed smoke test to use fig canvas draw rather than plt show * added an extra line and reduced line length to comply with flake8 * removed trailing whitespace * Update lib/mpl_toolkits/mplot3d/tests/test_axes3d.py Co-authored-by: Kyle Sunden <git@ksunden.space> --------- Co-authored-by: Kyle Sunden <git@ksunden.space>
1 parent bd8198c commit e6af5a3

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 1 deletion

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py

Lines changed: 9 additions & 0 deletions

0 commit comments

Comments
 (0)