# HG changeset patch # User Steve Losh # Date 1580403062 18000 # Node ID 1151d2ae2de6911b7202e47707978f767287a584 # Parent 36ccd1c2283ca3b2ab46c3f83a65bd38fbbbf740 Update diff -r 36ccd1c2283c -r 1151d2ae2de6 README.markdown --- a/README.markdown Thu Jan 30 10:17:54 2020 -0500 +++ b/README.markdown Thu Jan 30 11:51:02 2020 -0500 @@ -273,3 +273,10 @@ now, but I really should just learn it. Ordered a copy of the new edition of the sysadmin book that I remember being really good from my Dumbwaiter days. Hopefully that will be a good reference. + +Finished the FastQC stuff early, so spent a few minutes going through the +gnuplot book. Random notes: + +* The user config file is `~/.gnuplot` (note the lack of an `rc` suffix). +* To stop gnuplot from stealing my goddamn focus: `set terminal … noraise`. +* To show the current value of a setting: `show …`.