configs

colours in plots

Taken from: http://jfly.iam.u-tokyo.ac.jp/color/

Name Hex RGB
■ Black #242424 (0,0,0)
■ Orange #F8A21F (0.9. 0.6, 0)
■ Sky Blue #00B8EA (0.35, 0.7, 0.9)
■ bluish Green #009F77 (0, 0.6, 0.5)
■ Yellow #F4E449 (0.95, 0.90, 0.25)
■ Blue #0078B5 (0, 0.45, 0.7)
■ Vermilion #F16424 (0.8, 0.4, 0)
■ reddish Purple #E280AD (0.8, 0.6, 0.7)

Hex: #242424, #F8A21F, #00B8EA, #009F77, #F4E449, #0078B5, #F16424, #E280AD

RGB: (0,0,0), (0.9. 0.6, 0), (0.35, 0.7, 0.9), (0, 0.6, 0.5), (0.95, 0.90, 0.25), (0, 0.45, 0.7), (0.8, 0.4, 0), (0.8, 0.6, 0.7)

Paste in python to activate: plt.rcParams["axes.prop_cycle"] = plt.cycler('color', ['#242424', '#F8A21F', '#00B8EA', '#009F77', '#F4E449', '#0078B5', '#F16424', '#E280AD'])

Paste in julia with PyPlot to activate: PyCall.PyDict(matplotlib["rcParams"])["axes.prop_cycle"] = plt[:cycler]("color", ["#242424", "#F8A21F", "#00B8EA", "#009F77", "#F4E449", "#0078B5", "#F16424", "#E280AD"])

A good color-scheme generator: http://colorbrewer2.org

matplotlib style

To be put in ~/.matplotlib/stylelib/rawlik.mplstyle

patch.linewidth: 0.5
patch.facecolor: 348ABD  # blue
#patch.edgecolor: EEEEEE
patch.edgecolor: 0.2
patch.antialiased: True

font.size: 10.0

axes.facecolor: white
axes.edgecolor: black
axes.linewidth: 1
axes.grid: True
axes.titlesize: x-large
axes.labelsize: large
axes.labelcolor: 555555
axes.axisbelow: True       # grid/ticks are below elements (eg lines, text)

# Color scheme from: http://jfly.iam.u-tokyo.ac.jp/color/
# Depreciated color_cycle
# axes.color_cycle: 242424, F8A21F, 00B8EA, 009F77, F4E449, 0078B5, F16424, E280AD
axes.prop_cycle: cycler('color', ['242424', 'F8A21F', '00B8EA', '009F77', 'F4E449', '0078B5', 'F16424', 'E280AD'])

xtick.color: black
xtick.direction: in

ytick.color: black
ytick.direction: in

grid.color: 0.9
grid.linestyle: -    # solid line

figure.facecolor: white
figure.edgecolor: 0.50

image.cmap: gist_heat_r

legend.numpoints: 1
legend.scatterpoints: 1

font

http://larsenwork.com/monoid/

list of atom packages

Hydrogen@1.20.0
Zen@0.18.0
activate-power-mode@2.4.0
atom-beautify@0.30.5
atom-jinja2@0.6.0
atom-material-syntax@1.0.6
atom-material-syntax-dark@1.0.0
atom-material-syntax-light@0.4.6
atom-material-ui@2.0.4
atom-python-debugger@0.3.4
auto-indent@0.5.0
autocomplete@0.47.0
autocomplete-julia@0.1.0
autocomplete-python@1.10.2
busy-signal@1.4.3
clipboard-plus@0.5.1
color-picker@2.2.5
dash@1.7.1
file-icons@2.1.11
git-control@0.9.0
git-time-machine@1.5.9
hex@0.6.2
ink@0.7.4
intentions@1.1.5
julia-client@0.6.0
jumpy@3.1.3
language-fish-shell@1.0.5
language-ini@1.19.0
language-julia@0.12.0
language-latex@1.1.1
language-matlab@0.2.1
latex@0.46.0
latex-completions@0.3.3
latexer@0.3.0
linter@2.2.0
linter-chktex@1.3.1
linter-ui-default@1.6.7
markdown-pdf@2.0.1
markdown-table-formatter@2.9.0
merge-conflicts@1.4.5
minimap@4.29.6
minimap-selection@4.5.0
native-ui@0.22.1
pdf-view@0.59.0
platformio-ide-terminal@2.6.0
remote-edit@1.9.0
remote-sync@4.1.5
script@3.15.0
sort-lines@0.15.0
symbols-tree-view@0.14.0
tool-bar@1.1.0
uber-juno@0.1.2
wordcount@2.10.4