blachlylab / vgel

Virtual gel fragment size selection
0 stars 0 forks source link

bar plot display #2

Open kwkroll32 opened 8 years ago

kwkroll32 commented 8 years ago

Windows & go 1.5.3

The bar plotting looks weird for me. Does it use a non-standard font? Also, would it be nicer/better to format the numbers into a human-readable format, rather than huge ints and scientific notation?

barplot_display_bug

jblachly commented 8 years ago

Requires a unicode font. Adobe Source Code Pro is available for free and looks even better than the authors suggestion of Menlo (Monaco works also but the last box isn't attractive). Menlo and Monaco may be Mac only; am not sure.

I recommend source code pro

regarding human readable numbers, agree completely ; there is a "human" golang library . the uniplot/barplot library we are using also includes hook for formatter function so would be easy