Monday, 26 October 2015
Saturday, 17 October 2015
Monday, 12 October 2015
Sunday, 11 October 2015
Friday, 9 October 2015
Thursday, 8 October 2015
Set the labels size on a pie chart in python
Cited from How to set the labels size on a pie chart in python
import matplotlib as mpl
mpl.rcParams['font.size'] = 9.0
import matplotlib as mpl
mpl.rcParams['font.size'] = 9.0
Monday, 5 October 2015
Parallel: Installation and Tutorial
Cited from http://git.savannah.gnu.org/cgit/parallel.git/tree/README
"Full installation of GNU Parallel is as simple as:
wget http://ftpmirror.gnu.org/parallel/parallel-20150922.tar.bz2 bzip2 -dc parallel-20150922.tar.bz2 | tar xvf - cd parallel-20150922 ./configure && make && sudo make install"
===================================
Parallel Tutorial
Tool: Gnu Parallel - Parallelize Serial Command Line Programs Without Changing Them
"Full installation of GNU Parallel is as simple as:
wget http://ftpmirror.gnu.org/parallel/parallel-20150922.tar.bz2 bzip2 -dc parallel-20150922.tar.bz2 | tar xvf - cd parallel-20150922 ./configure && make && sudo make install"
===================================
Parallel Tutorial
Tool: Gnu Parallel - Parallelize Serial Command Line Programs Without Changing Them
Saturday, 3 October 2015
Subscribe to:
Posts (Atom)