Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
a861d175
Commit
a861d175
authored
Apr 15, 2019
by
thomas.forbriger
Browse files
ts/croposplot [TASK]: adjust list of line colors to improve contrast
parent
58918405
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ts/croposp/croposplot.py
View file @
a861d175
...
...
@@ -25,9 +25,10 @@
# 31/01/2019 V1.0 Thomas Forbriger
# 14/02/2019 V1.1 first version providing reasonable functionality
# 01/03/2019 V1.3 support portrait orientation
# 15/04/2019 V1.3a adjust list of colors to improve contrast
#
# ============================================================================
__version__
=
"croposplot 2019-03-01 V1.3"
__version__
=
"croposplot 2019-03-01 V1.3
a
"
__author__
=
"Thomas Forbriger"
# ----------------------------------------------------------------------------
# backend
...
...
@@ -254,13 +255,13 @@ def main(argv=None):
'#0000ff'
,
'#ff0000'
,
'#ff00ff'
,
'#555555'
,
'#880000'
,
'#999999'
,
'#22ffff'
,
'#007777'
,
'#ffff22'
,
'#997700'
]
'#880000'
,
'#997700'
,
'#555555'
,
'#999999'
]
icurve
=
0
for
specfile
in
args
:
...
...
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