Commit Graph

6 Commits

Author SHA1 Message Date
muxator
5a80a23bdc scripts: modify shebang to use "/usr/bin/env python"
Before this patch, executing directly one of these scripts, for example
`./plot_hystogram.py` in a unix-like environment meant that the default
system-level python would be used, regardless of an eventual activated
virtualenv.

This was due to the "#!/usr/bin/python" shebang.
Changing it to "/usr/bin/env python" is a fairly standard practice, keeps intact
the compatiblity with the system level python, and allows a user to run in a
virtualenv if he wants.
2020-10-13 12:49:36 +02:00
sharkdp
d441eefd1d plot_histogram.py: add --type and --bins 2020-04-02 18:59:32 +02:00
sharkdp
dab1da98b6 Fix computation of min/max time range 2020-04-02 18:59:32 +02:00
sharkdp
8fff8643e0 Auto-format Python scripts 2020-04-01 09:35:09 +02:00
David Peter
a3f0278074 Show the full range in histograms
Branch: master
2020-01-23 13:04:15 +01:00
sharkdp
ef8a16622d Add a script to plot histograms 2019-10-15 17:49:59 +02:00