Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
1
Star
0
Fork
0
bahniks
/
CM_Manager_0_4_0
Code
Issues
0
Pull requests
0
Projects
0
Insights
Pulse
Graphs
Permalink
Browse files
fixed a minor bug
Loading branch information
...
1 parent
fae5b67
commit
f67e3f6b6ff3e708bcf813027555df7687b6b7fc
bahniks
committed
Mar 14, 2015
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
Stuff/Modules/graphs.py
Show comments
View
2
Stuff/Modules/graphs.py
@@ -241,7 +241,7 @@ def distance(line):
for
strategy, periods
in
strategies.items():
if
strategy
==
"
immobile
"
:
continue
-
self
.drawPeriods(periods,
color
=
colors[strategy].replace(
"
_
"
,
"
"
).rstrip(
"
14
"
),
+
self
.drawPeriods(periods,
color
=
colors[strategy].replace(
"
"
,
"
"
).rstrip(
"
14
"
),
width
=
240
,
toReturn
=
False
)
return
self
.returnPeriods()
Toggle all file notes
0 comments on commit
f67e3f6
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
f67e3f6