Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
uyegy
CPUnetPLOT
Commits
6fd3e3df
Commit
6fd3e3df
authored
Aug 20, 2014
by
Mario Hock
Browse files
..
parent
53a4cc0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
simple_plotter.py
View file @
6fd3e3df
...
...
@@ -86,8 +86,8 @@ def plot_net(ax, cnl_file):
plot
(
ax
,
cnl_file
.
x_values
,
cnl_file
.
cols
,
cnl_file
.
net_col_names
)
#
ax.legend(loc=0)
ax
.
legend
(
loc
=
8
)
ax
.
legend
(
loc
=
0
)
#
ax.legend(loc=8)
def
plot_cpu
(
ax
,
cnl_file
):
...
...
@@ -96,8 +96,8 @@ def plot_cpu(ax, cnl_file):
plot
(
ax
,
cnl_file
.
x_values
,
cnl_file
.
cols
,
cnl_file
.
cpu_col_names
)
#
ax.legend(loc=0)
ax
.
legend
(
loc
=
1
)
ax
.
legend
(
loc
=
0
)
#
ax.legend(loc=1)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment