Skip to content

Commit

Permalink
add gp_datdir example image
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 13, 2014
1 parent a7de4c5 commit e3f8096
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyana/examples/gp_datdir.py
Expand Up @@ -14,7 +14,15 @@ def gp_datdir(initial, topN):
4. select the <topN> most populated countries
5. call ccsgp.make_plot with data from 4
also see ``$ python -m pyana.examples.gp_datdir -h``.
Below is an output image for country initial T and the 4 most populated
countries for this initial (click to enlarge). Also see::
$ python -m pyana.examples.gp_datdir -h
for help on the command line options.
.. image:: ../ccsgp_get_started_data/examples/gp_datdir/T.png
:width: 450 px
:param initial: country initial
:type initial: str
Expand Down

0 comments on commit e3f8096

Please sign in to comment.