Changeset 175 for trunk/chavier/app.py

Show
Ignore:
Timestamp:
03/21/09 08:19:39 (3 years ago)
Author:
lgs
Message:

Allow to specify the font of the ticks. Based on a patch by ged_AT_openhex.org. Fixes #26

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/chavier/app.py

    r173 r175  
    5757            labelFontSize=int, 
    5858            labelWidth=float, 
     59            tickFont=str, 
     60            tickFontSize=int, 
    5961            x=dict( 
    6062                hide=bool,