chart.py (2006:3ca085495c69) chart.py (2117:cd2f6cff36df)
1# Copyright (c) 2005 The Regents of The University of Michigan
1# Copyright (c) 2005-2006 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright
9# notice, this list of conditions and the following disclaimer in the

--- 23 unchanged lines hidden (view full) ---

33 'title' : None,
34 'legend' : None,
35 'legend_loc' : 'upper right',
36 'legend_size' : 6,
37 'colormap' : 'jet',
38 'xlabel' : None,
39 'ylabel' : None,
40 'xticks' : None,
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright
9# notice, this list of conditions and the following disclaimer in the

--- 23 unchanged lines hidden (view full) ---

33 'title' : None,
34 'legend' : None,
35 'legend_loc' : 'upper right',
36 'legend_size' : 6,
37 'colormap' : 'jet',
38 'xlabel' : None,
39 'ylabel' : None,
40 'xticks' : None,
41 'xsubticks' : None,
41 'yticks' : None,
42 'ylim' : None,
43 }
44
45 def __init__(self, options=None, **kwargs):
46 self.init(options, **kwargs)
47
48 def clear(self):

--- 36 unchanged lines hidden ---
42 'yticks' : None,
43 'ylim' : None,
44 }
45
46 def __init__(self, options=None, **kwargs):
47 self.init(options, **kwargs)
48
49 def clear(self):

--- 36 unchanged lines hidden ---