diff --git a/PKG-INFO b/PKG-INFO index a951980..b709225 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pauvre -Version: 0.2.2 +Version: 0.2.3 Summary: Tools for plotting Oxford Nanopore and other long-read data. Home-page: https://github.com/conchoecia/pauvre Author: Darrin Schultz diff --git a/pauvre/rcparams.py b/pauvre/rcparams.py index 89a4b9e..a8791b8 100644 --- a/pauvre/rcparams.py +++ b/pauvre/rcparams.py @@ -6,7 +6,6 @@ # This mpl style is from the UCSC BME163 class. rcParams.update({ 'font.size' : 8.0 , - 'font.sans-serif' : 'Arial' , 'xtick.major.size' : 2 , 'xtick.major.width' : 0.75 , 'xtick.labelsize' : 8.0 , @@ -21,8 +20,6 @@ 'ytick.minor.pad' : 2 , 'savefig.dpi' : 601 , 'axes.linewidth' : 0.75 , - 'text.usetex' : False , "image.composite_image": False , "pdf.fonttype" : 42, "ps.fonttype" : 42 }) - diff --git a/pauvre/version.py b/pauvre/version.py index 5b0655f..3a6a9f4 100644 --- a/pauvre/version.py +++ b/pauvre/version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/pauvre.egg-info/PKG-INFO b/pauvre.egg-info/PKG-INFO index a951980..b709225 100644 --- a/pauvre.egg-info/PKG-INFO +++ b/pauvre.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pauvre -Version: 0.2.2 +Version: 0.2.3 Summary: Tools for plotting Oxford Nanopore and other long-read data. Home-page: https://github.com/conchoecia/pauvre Author: Darrin Schultz