From 1fcef64f3278bb13b433f928f32db53394306176 Mon Sep 17 00:00:00 2001 From: Cameron Hyde Date: Wed, 6 Oct 2021 13:20:18 +1000 Subject: [PATCH] Remove redundant comment --- tools/interactive/isee/render.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/interactive/isee/render.py b/tools/interactive/isee/render.py index 89d242f6fe0..0532c475982 100644 --- a/tools/interactive/isee/render.py +++ b/tools/interactive/isee/render.py @@ -77,12 +77,8 @@ OPTIONS = { DEFAULT = """ -# NB: This option is depricated - Looks like the new way is to set configs in -# the sce itself - which can happen outside iSEE. -# Should it be omitted? sce <- registerAppOptions(sce, color.maxlevels=40) - categorical_color_fun <- function(n){ if (n <= 37) { # Less than 37 colours, use something from colour brewer