Jaecheol, Sim
Results
1
comments of
Jaecheol, Sim
> You can get rid of bgcolor error by changing the line 603 in dexnet/src/dexnet/api.py. > From: > `vis.figure(bgcolor=(1,1,1), size=(1000,1000))` > To: > `vis.figure(bg_color=(1,1,1), size=(1000,1000))` Thanks! it works to me...