From 34d57503a7f32e29fb6d574d4794be3013b090dc Mon Sep 17 00:00:00 2001 From: Poruri Sai Rahul Date: Tue, 20 Apr 2021 07:38:51 +0000 Subject: [PATCH] Delete test_style.pss --- chaco/tests/test_style.pss | 85 -------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 chaco/tests/test_style.pss diff --git a/chaco/tests/test_style.pss b/chaco/tests/test_style.pss deleted file mode 100644 index 26dbd27c4..000000000 --- a/chaco/tests/test_style.pss +++ /dev/null @@ -1,85 +0,0 @@ - -# Sample plot stylesheet. - -#----------------------------------------------------------------------------- -# Default component -#----------------------------------------------------------------------------- - -# Since frames are at the top level of the containment hierarchy, the default -# frame's style basically defines the default style attributes for all plot -# components that have those attributes. - -frame { - color: black; - padding: 0; - margin: 0; -} - -text { - font-family: modern; - font-style: normal; - font-size: 12; -} - -#----------------------------------------------------------------------------- -# Titles & Labels -#----------------------------------------------------------------------------- - -title { - font-size: 16; -} - -#----------------------------------------------------------------------------- -# Axis -#----------------------------------------------------------------------------- - -axis { - color: black; -} - -axis tick { - in: 5.0; - out: 5.0; - line_width: 5.0; -} - -axis label { - font-size: 10; - orientation: horizontal; -} - -axis title { - font-size: 14; -} - - -#----------------------------------------------------------------------------- -# Plots -#----------------------------------------------------------------------------- - -scatter { - marker: circle; - marker_size: 4.0; - line_width: 1.0; - fill_color: black; - outline_color: black; -} - -lineplot { - line_width: 1.0; - line_dash: none; -} - - -#----------------------------------------------------------------------------- -# Tracks: containers with class GeoTrack will impart the following attributes -# to their contained plots -#----------------------------------------------------------------------------- - -track lineplot { - orientation = vertical; - index_direction = flipped; # normal=increasing index goes up the screen -} - - -