Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
c4120291
Commit
c4120291
authored
Mar 12, 2011
by
Andy Yates
Browse files
Only specify the fill colour not just the colour which makes for a clearer graph
parent
d527b78b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
+3
-3
No files found.
modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
View file @
c4120291
...
...
@@ -26,11 +26,11 @@ See inline
=head1 AUTHOR
$Author:
lg4
$
$Author:
ady
$
=head1 VERSION
$Revision: 1.
2
$
$Revision: 1.
3
$
=cut
...
...
@@ -193,7 +193,7 @@ sub _add_colour {
my
$config
=
$self
->
config
()
->
{
Colours
}
->
{
Status
};
my
$other
=
$config
->
{
OTHER
};
my
$colour
=
$config
->
{
$a
->
stats
()
->
status
()}
||
$other
;
$graph
->
add_node
(
$a
->
dbID
(),
color
=>
$colour
);
$graph
->
add_node
(
$a
->
dbID
(),
fill
color
=>
$colour
);
return
;
}
...
...
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