I don't think that position is currently accessible through the extension language, but you can change it in C:
snd-axis.c line 1004 (ap->y_axis_x0 - tdy->maj_tick_len - tdy->min_label_width - inner_border_width) : or possibly the one below it. To move the label leftwards, (ap->y_axis_x0 - tdy->maj_tick_len - tdy->min_label_width - inner_border_width - 10) : I think I'll make this the built-in amount -- the old choice was too close to the axis in Gtk. _______________________________________________ Cmdist mailing list [email protected] https://cm-mail.stanford.edu/mailman/listinfo/cmdist
