summaryrefslogtreecommitdiff
path: root/src/de/lmu/ifi/dbs/elki/visualization/style/greyscale.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/lmu/ifi/dbs/elki/visualization/style/greyscale.properties')
-rw-r--r--src/de/lmu/ifi/dbs/elki/visualization/style/greyscale.properties79
1 files changed, 79 insertions, 0 deletions
diff --git a/src/de/lmu/ifi/dbs/elki/visualization/style/greyscale.properties b/src/de/lmu/ifi/dbs/elki/visualization/style/greyscale.properties
new file mode 100644
index 00000000..d31e6ec4
--- /dev/null
+++ b/src/de/lmu/ifi/dbs/elki/visualization/style/greyscale.properties
@@ -0,0 +1,79 @@
+## Libraries
+lines-library = DashedLineStyleLibrary
+marker-library = PrettyMarkers
+
+## Default foreground color
+color=black
+## Default font family
+font-family='Times New Roman', serif
+## Default background color
+background-color=white
+## Default line width
+line-width=0.01
+## Text font size scale
+text-size=0.02
+## Text color
+text-color=black
+## Default margin (relative)
+margin.size=0.10
+
+## Named color for the page background
+page.background-color=white
+## Background color for plot area
+plot.background-color=none
+
+## Named color for a typical axis
+axis.color=black
+## Named color for a typical axis tick mark
+axis.tick.color=grey
+## Named color for a typical axis tick mark
+axis.tick.minor.color=silver
+## Named color for a typical axis label
+axis.label.color=black
+## Axis line width
+axis.line-width=0.002
+## Axis tick width
+axis.tick.line-width=0.002
+## Axis label font size
+axis.label.text-size=0.02
+
+## Named color for the background of the key box
+key.background-color=none
+## Named color for a label in the key part
+key.label.color=black
+
+## A list of color names for data lines
+# We stick to primary colors first to have the least issues
+# The first two colors are red and blue to help red-green blind people.
+# Yellow usually offers bad contrast, therefore comes late.
+# Magenta often shows up too similar to red, cyan too similar to blue in print.
+colorset=black,grey,silver,darkgrey,dimgrey
+## Line width scaling (for graphs)
+plot.line-width=0.005
+## For the cluster order
+plot.clusterorder.line-width=0.002
+## Bubble sizes (relative)
+plot.bubble.size=0.10
+## Marker size (relative)
+plot.marker.size=0.005
+## Greyed out color
+plot.grey=lightgrey
+## Dot size
+plot.dot.size=0.002
+## Reference points
+plot.referencepoints.size=0.003
+plot.referencepoints.color=black
+## Polygons
+plot.polygons.line-width=0.001
+plot.polygons.color=dimgrey
+
+## Curve vis (ROC curves) labels:
+curve.labels.text-size=0.04
+
+# Text size in overview plot
+overview.labels.text-size=0.08
+
+## Selection colors
+plot.selection.color=grey
+plot.selection.opacity=0.25
+plot.selection.size=0.015 \ No newline at end of file