Agreed that this is quite useful and easy to use. Thanks! I have an issue that is related to what patrick asked about just a couple days ago. I haven't been able to effective resize and/or move the tab panel in Guide. It's not immediately clear to me what the easiest way to resize and re-position the tab panel would be. Again, many thanks!
Thanks for the file!
But I found a small bug:
If I make my tick labels beforehand then use this version of the function:
format_tick(h,tickx,ticky,[],[],[],[],offset);
It re-assigns my tick labels to the default.
I did a quick-fix by copying the lines tickposx = get(h,'XTick'); and
'set(h,'XTickLabel',tickposx);' (located around line 134), and pasting them into the preceding if-statement. then I deleted the extra 'set(h,'XTickLabel',tickposx); '. However, beware! This fix may have introduced other errors that I haven't caught...
Comment only