Skip to content

Commit

Permalink
Fixing tkinter thread problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dwetherby committed Nov 3, 2020
1 parent 2705e9f commit 2c2e112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions machine_common_sense/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import math
import PIL

import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
from typing import Dict
from shapely import geometry
Expand Down

0 comments on commit 2c2e112

Please sign in to comment.