We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febfcba commit 3750de7Copy full SHA for 3750de7
1 file changed
src/main/java/fiji/plugin/trackmate/TrackMateOptions.java
@@ -23,7 +23,7 @@ public class TrackMateOptions extends OptionsPlugin
23
@Parameter(
24
label = "Look-up table for scales",
25
choices = { "Turbo", "Jet", "Viridis", "Algae", "Amp", "Balance", "Curl", "Deep", "Delta", "Dense", "Gray", "Haline", "Ice", "Matter", "Oxy", "Phase", "Solar", "Speed", "Tempo", "Thermal", "Turbid" } )
26
- private String lutChoice = "Turbo";
+ private String lutChoice = "Jet";
27
28
public InterpolatePaintScale getPaintScale()
29
{
0 commit comments