When i have plotted a graph in octave, i usually want to play around with it for some time in order to make it look shiny and all...
But what really bugs me is that for some properties one sees when get(get(gca, 'children')) there are several fixed possible values, but they are not documented anywhere.
Now in MATLAB, I guess, just typing set(handle, 'property') without providing a value should evoke an error message followed by a set of all possible values. But unfortunately in octave, error messages usually are a little bit less helpful. So I searched the WHOLE web! I guess. Does anyone have an idea on how to display those possible feats I'm currently missing out on because I simply don't know 'em?