Skip to content

Commit

Permalink
use agg graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Aug 7, 2018
1 parent 0e8082d commit 5254b6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/ai/src/plot_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import requests
import randomcolor
import numpy
import matplotlib
matplotlib.use('Agg')
from matplotlib import pyplot
from scipy.stats import gaussian_kde
from sklearn.decomposition import PCA
Expand Down

0 comments on commit 5254b6a

Please sign in to comment.