Skip to content

Commit

Permalink
Update pattern_generation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrams23 committed Apr 21, 2020
1 parent 3bee8ed commit f4a377b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyveg/src/pattern_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
import random
import json
import numpy as np
import matplotlib.pyplot as plt

import matplotlib
matplotlib.use("TkAgg")
from matplotlib import pyplot as plt

class PatternGenerator(object):
"""
Expand Down

0 comments on commit f4a377b

Please sign in to comment.