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