Skip to content

Commit

Permalink
Merge pull request #1949 from daviewales/disp-histogram-symbol
Browse files Browse the repository at this point in the history
[freqtbl-] Default disp_histogram to U+25A0 BLACK SQUARE (■)
  • Loading branch information
anjakefala authored Jul 6, 2023
2 parents 24efc3e + 448254d commit 7ddee16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion visidata/freqtbl.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from visidata.pivot import PivotSheet, PivotGroupRow


vd.option('disp_histogram', '*', 'histogram element character')
vd.option('disp_histogram', '', 'histogram element character')
vd.option('histogram_bins', 0, 'number of bins for histogram of numeric columns')
vd.option('numeric_binning', False, 'bin numeric columns into ranges', replay=True)

Expand Down
3 changes: 2 additions & 1 deletion visidata/themes/ascii8.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@
disp_menu_push='+',
disp_menu_input='_',
disp_menu_fmt='7-bit ASCII 3-bit color',
plot_colors = 'white'
plot_colors = 'white',
disp_histogram='*'
)

0 comments on commit 7ddee16

Please sign in to comment.