FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e1c36f28 authored by M.D. Driver's avatar M.D. Driver
Browse files

update colours

parent 7cb80575
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ logging.basicConfig() ...@@ -15,7 +15,7 @@ logging.basicConfig()
LOGGER = logging.getLogger(__name__) LOGGER = logging.getLogger(__name__)
LOGGER.setLevel(logging.WARN) LOGGER.setLevel(logging.WARN)
COLOUR_LIST = ["orangered", "b", "g", "fuchsia", "c", "darkmagenta", COLOUR_LIST = ["orangered", "mediumblue", "green", "red", "darkturquoise", "darkmagenta",
"darkorange", "olive", "navy", "forestgreen"] "darkorange", "olive", "navy", "forestgreen"]
def create_bar_plot_write_to_file(input_data, filename_stem, **kwargs): def create_bar_plot_write_to_file(input_data, filename_stem, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment