Skip to content

Commit

Permalink
gp_datdir: remove defaultkey
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 11, 2014
1 parent c229549 commit d8cd951
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyana/examples/gp_datdir.py
Expand Up @@ -3,7 +3,6 @@
from collections import OrderedDict
from ..ccsgp.ccsgp import make_plot
from ..aux.utils import getWorkDirs, zip_flat, getOpts
from ..aux.config import defaultkey

# subname = country initial in examples case
# TODO: write pydoc's
Expand Down Expand Up @@ -37,7 +36,7 @@ def gp_datdir(subname):
xlabel = 'year', # for symbol numbers see http://bit.ly/1erBgIk
ylabel = 'total population ({/Symbol \664} 10^{6})',
titles = data.keys(), # using data keys as legend titles
key = defaultkey + [ 'font ",22"', 'width -1' ], # add extra options
key = [ 'width -1' ], # add extra or overwrite key options
#write = True # write data to hdf5 file (optional), install h5py if you like to use it
)
return 'done'
Expand Down

0 comments on commit d8cd951

Please sign in to comment.