Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMC-SOG
experiments
hybrid
Commits
765da79c
Commit
765da79c
authored
Apr 24, 2020
by
Jaime Arias
Browse files
same axis for all the figures
parent
476b864b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
scripts/plot-results.ipynb
View file @
765da79c
This diff is collapsed.
Click to expand it.
scripts/plot-results.py
View file @
765da79c
...
...
@@ -446,7 +446,7 @@ fig = create_figure(df, "philo10")
fig
.
show
()
# In[
18
]:
# In[
26
]:
fig
=
create_log_figure
(
table_time
,
table_error
,
"train12"
,
"pmc-sog_otfP_couv99-default_1_8"
,
"pnml2lts-mc_dfs_1_8"
)
...
...
@@ -484,12 +484,12 @@ for model in models:
print
(
"Error: {} was not plotted"
.
format
(
model
))
# In[
25
]:
# In[
]:
# create all the log figures
tools_pairs
=
list
(
combinations
(
tools
,
2
))
tools_pairs
=
[
sorted
(
t
)
for
t
in
(
combinations
(
tools
,
2
))
]
for
plot
,
filter_method
in
plots
.
items
():
axes
=
list
(
filter
(
filter_method
,
tools_pairs
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment