summaryrefslogtreecommitdiff
path: root/Working_Examples/3432/CH2/EX2.1.b/DEPENDENCIES/fig_settings.sci
diff options
context:
space:
mode:
Diffstat (limited to 'Working_Examples/3432/CH2/EX2.1.b/DEPENDENCIES/fig_settings.sci')
-rwxr-xr-xWorking_Examples/3432/CH2/EX2.1.b/DEPENDENCIES/fig_settings.sci9
1 files changed, 9 insertions, 0 deletions
diff --git a/Working_Examples/3432/CH2/EX2.1.b/DEPENDENCIES/fig_settings.sci b/Working_Examples/3432/CH2/EX2.1.b/DEPENDENCIES/fig_settings.sci
new file mode 100755
index 0000000..5d5e7d4
--- /dev/null
+++ b/Working_Examples/3432/CH2/EX2.1.b/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);
+//------------------------------------------------------------------