Commit b165a20
Added a NaN check in dotplot.py to avoid a deadloop in the matplot backend (#2483)
* check for NaNs in values before plotting and remove locally if there are any
* check for NaNs in values before plotting and remove locally if there are any
* check for NaNs in values before plotting and remove locally if there are any
* silently ignore nans in plot_dot
---------
Co-authored-by: Oriol (ProDesk) <oriol.abril.pla@gmail.com>1 parent 0285324 commit b165a20
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| |||
0 commit comments