gravelLab / tracts

A set of tools for modelling ancestry patterns along the genome.
GNU General Public License v2.0
22 stars 14 forks source link

Important bug fix in improved plotting module #4

Closed tsani closed 9 years ago

tsani commented 9 years ago

Since the plots produced by the fancyplotting.py module are on a log scale, zero values that find their way into the data produce NaN values that trip up matplotlib. This pull request includes a number of minor stylistic changes (some of which are important for the upcoming configuration file interface pull request) as well as a fix for that bug.

Some of the more important changes also included in this pull request are the following