We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683d653 commit b39db63Copy full SHA for b39db63
1 file changed
jupyddl/data_analyst.py
@@ -6,6 +6,7 @@
6
mpl.use("TkAgg")
7
mpl.set_loglevel("WARNING")
8
import matplotlib.pyplot as plt
9
+
10
plt.style.use("ggplot")
11
from .automated_planner import AutomatedPlanner
12
from os import path
@@ -19,11 +20,13 @@ def __init__(self, is_headless=False):
19
20
if is_headless:
21
22
23
24
25
else:
26
27
28
29
30
31
32
def __get_all_pddl_from_data(self):
0 commit comments