Changeset 1027


Ignore:
Timestamp:
04/21/06 17:33:24 (18 years ago)
Author:
mar637
Message:

Fix fro Ticket #23 . Mpl rc paramans xtic/ytick not avalaible in all versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asaplotbase.py

    r1025 r1027  
    216216        tsize = s-(self.cols+self.rows)/2
    217217        ax.title.set_size(tsize)
    218         origx = rcParams['xtick.labelsize']
    219         origy = rcParams['ytick.labelsize']
     218        origx = ax.xaxis.label.get_size() #rcParams['xtick.labelsize']
     219        origy = ax.yaxis.label.get_size() #rcParams['ytick.labelsize']
    220220        if self.cols > 1:
    221221            xfsize = origx-(self.cols)/2
Note: See TracChangeset for help on using the changeset viewer.