Before my printing commands I'm setting up some defaults like this:
// ==== Visualization ====
clf();
// Set some defaults
defaxh = get("default_axes");
defaxh.font_size = 3;
defaxh.title.font_size = 4;
defaxh.title.font_style = 9;
defaxh.x_label.font_size = 4;
defaxh.y_label.font_size = 4;xtitle(desc); ... However I noticed that these only take effect on the second run of the script and not immediately. This is obviously confusing and annoying when trying out different values. Which command am I missing here? TIA richard -- View this message in context: http://mailinglists.scilab.org/Setting-default-axes-figure-values-tp4036806.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
