jerome-white commited on
Commit
6821614
1 Parent(s): 7e85849

Increase figure resolution

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ class DataPlotter:
107
  self.df = df
108
 
109
  def plot(self):
110
- fig = plt.figure()
111
 
112
  ax = fig.gca()
113
  self.draw(ax)
 
107
  self.df = df
108
 
109
  def plot(self):
110
+ fig = plt.figure(dpi=200)
111
 
112
  ax = fig.gca()
113
  self.draw(ax)