Spaces:
Sleeping
Sleeping
Commit
·
6821614
1
Parent(s):
7e85849
Increase figure resolution
Browse files
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)
|