Skip to content

Commit

Permalink
Removed mpl.use('TkAgg') as it is not needed to make newer versions o…
Browse files Browse the repository at this point in the history
…f matplotlib on OS X
  • Loading branch information
w4nderlust committed Feb 12, 2019
1 parent 1820ef5 commit 2d84dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions ludwig/utils/visualization_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@
from collections import Counter

import matplotlib as mpl
from matplotlib import ticker
from matplotlib.lines import Line2D

mpl.use('TkAgg') # make matplotlib run on mac os
import matplotlib.patches as patches
import matplotlib.path as path
import matplotlib.patheffects as PathEffects
import matplotlib.pyplot as plt
import numpy as np
import seaborn as sns
from matplotlib import ticker
from matplotlib.lines import Line2D
from mpl_toolkits.mplot3d import Axes3D


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cython>=0.25
h5py>=2.6
matplotlib>=2.0
matplotlib>=3.0
numpy>=1.12,<1.16
pandas>=0.19
scipy>=0.18
Expand Down

0 comments on commit 2d84dbd

Please sign in to comment.