I would like to create a plot axis with major tick labels centered *between* major tick markers instead below tick markers. If you are viewing this email with a fixed-width font, it might look something like:

|___.___.___.___|___.___.___.___|___.___.___.___|
     LABEL01         LABEL02         LABEL03    

Ideally and ambitiously I would like both minor and major labels to be displayed stacked and boxed like:

|___.___.___.___|___.___.___.___|___.___.___.___|
|_1_|_2_|_3_|_4_|_1_|_2_|_3_|_4_|_1_|_2_|_3_|_4_|
|____LABEL01____|____LABEL02____|____LABEL03____|

I've been poking around a bit through the examples, the mailing list and the source code, but haven't quite figured out how to carry out this customization. So far, I have created my own Locator and Formatter, but I have yet to figure out where I can calculate the label locations or put boxes around them.

Your thoughts appreciated,
Alex


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to