Fun histogram tweak #1807
daviewales
started this conversation in
Show and tell
Replies: 1 comment 15 replies
-
Neat, @daviewales! Just as a note, you can do:
and that option will only take effect on the given sheet type. |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Set the following options in your
~/.visidatarc
for a fun histogram style:options.disp_histogram = '▇'
options.color_current_row = 'green'
Before:
After:
The colour change is necessary because the default
reverse
option forcolor_current_row
doesn't look great with the '▇' character.(Data from https://visidata.org/usage.tsv)
Beta Was this translation helpful? Give feedback.
All reactions