Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DetectorWriteSim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EWMSCP
DetectorWriteSim
Commits
eebfada8
Commit
eebfada8
authored
1 year ago
by
Michael Reuscher
Browse files
Options
Downloads
Patches
Plain Diff
works
parent
1764e523
Branches
Branches containing commit
No related tags found
2 merge requests
!4
Python driver and data analysis part
,
!2
Threading fix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
visualizer/visualizer/main.py
+5
-4
5 additions, 4 deletions
visualizer/visualizer/main.py
with
5 additions
and
4 deletions
visualizer/visualizer/main.py
+
5
−
4
View file @
eebfada8
import
os
import
json
import
matplotlib
from
DataFrameCreator
import
DataFrameCreator
from
SeabornPlotter
import
SeabornPlotter
import
pandas
as
pd
import
seaborn
as
sns
from
.DataFrameCreator
import
DataFrameCreator
from
.SeabornPlotter
import
SeabornPlotter
matplotlib
.
use
(
'
TkAgg
'
)
# --------------Main------------
def
main
():
json_path
=
file_path
=
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))),
'
data_folder_path.json
'
)
json_path
=
"
data_folder_path.json
"
with
open
(
json_path
,
"
r
"
)
as
file
:
data_folder
=
json
.
load
(
file
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment