summaryrefslogtreecommitdiff
path: root/3432/DEPENDENCIES/fig_settings.sci
diff options
context:
space:
mode:
Diffstat (limited to '3432/DEPENDENCIES/fig_settings.sci')
-rw-r--r--3432/DEPENDENCIES/fig_settings.sci9
1 files changed, 9 insertions, 0 deletions
diff --git a/3432/DEPENDENCIES/fig_settings.sci b/3432/DEPENDENCIES/fig_settings.sci
new file mode 100644
index 000000000..5d5e7d435
--- /dev/null
+++ b/3432/DEPENDENCIES/fig_settings.sci
@@ -0,0 +1,9 @@
+//------------------------------------------------------------------
+//figure handel settings
+f=get("current_figure"); //Current figure handle
+f.background=8; //make the figure window background white
+l=f.children(1);
+l.background=8 ;//make the text background white
+id=color('grey');
+xgrid(id);
+//------------------------------------------------------------------