Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jayant Khatkar
tempaware
Commits
7bed2ab7
Commit
7bed2ab7
authored
Oct 08, 2021
by
Jayant Khatkar
Browse files
clearer plot by looping through color range 4 times)
parent
b41e21a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils.jl
View file @
7bed2ab7
...
...
@@ -605,7 +605,7 @@ end
function
plot
(
rl
::
Vector
{
Int
},
cdata
::
contourdata
)
n
=
length
(
rl
)
cols
=
range
(
HSV
(
0
,
1
,
1
),
stop
=
HSV
(
-
36
0
,
1
,
1
),
length
=
n
)
cols
=
range
(
HSV
(
72
0
,
1
,
1
),
stop
=
HSV
(
-
72
0
,
1
,
1
),
length
=
n
)
traces
=
Vector
{
GenericTrace
}()
layout
=
Layout
(
yaxis
=
attr
(
scaleanchor
=
"x"
,
scaleratio
=
1
)
...
...
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