I am answering separately to the secodn item: Le 14/08/2017 à 12:05, Richard llom a écrit :
Furthermore in captions: ""by_coordinates": the upper left corner of the captions box is given by the "position" field of the associated data structure. The x and y positions are given as fractions of the axes_bounds sizes." This seems to be what I need, .../...
Are you sure? .axes_bounds is a figure's property, not an axes one (this is why it can't be specified in data coordinates). AFAIU, you would like to have coordinates normalized either to the full axes, or to the full data ranges. This .position coordinates could match your requirement only when you have a single full scale plot in the figure (so no subplot nor xsetech() other insets), and you want coordinates normalized to the full axes (not data ranges).
Regards Samuel _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
