Babak Fard
Babak Fard
I solved the problem this way. In file `_viz_value_by_alpha_mpl.py` I added this line inside `value_by_alpha_cmap` function after line `103`: ``` rgba[:, 3] = np.maximum(rgba[:, 3], 0.1) ``` I think the...
Hello, This is the most similar case I could find, so I am posting my case here, suspected that they might have similar causes. My code used to work perfectly...
@DennisHeimbigner The problem solved with changing the link. It seems like the initial link in my code is expired now. So, today the original link in my code did not...