You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here, we modify bbox on the first line, then set the color using the modified bbox...
so actually we are throwing away bbox[1]
the order of the lines should be interchanged.
The text was updated successfully, but these errors were encountered:
dlup/dlup/viz/plotting.py
Line 104 in d69208c
bbox = bbox[0]
bbox_color = bbox[1]
here, we modify bbox on the first line, then set the color using the modified bbox...
so actually we are throwing away bbox[1]
the order of the lines should be interchanged.
The text was updated successfully, but these errors were encountered: