Could be a noob issue, but how to change the font size of a printed pandas dataframe or other printed texts? Tweaking -tfs and -nfs doesn't seem to be working for me.
I've added two command line options to the latest release (v0.16.1) for setting output (general) and dataframe fontsizes.
# set output fontsize to 11pt and pandas df fontsize to 9pt (df header fontsize = dfs+1)
jt -t onedork -ofs 11 -dfs 9
@dunovank wow! Nicely done! I'm impressed. ;)
good deal!
Most helpful comment
I've added two command line options to the latest release (v0.16.1) for setting output (general) and dataframe fontsizes.