pzivich / zEpid

Epidemiology analysis package

Home Page:http://zepid.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement in graphics.py to change odds text size

MaximilianoMoll opened this issue · comments

Please consider to change the followings in graphics.py in order to improve text resizing in forest plot:
-line 127:
def plot(self, figsize=(3, 3), t_adjuster=0.01, decimal=3, size=3, max_value=None, min_value=None):
with
def plot(self, figsize=(3, 3), t_adjuster=0.01, decimal=3, size=3, max_value=None, min_value=None, odds_text_size=12):

-line 216:
tb.set_fontsize(12)
with
tb.set_fontsize(odds_text_size)

Thank you for the suggestion. I will work on adding