This commit is contained in:
Daniel Bauer
2019-04-09 10:53:04 +02:00
parent 4ef700c3b0
commit 0d5e489464
3 changed files with 22 additions and 38 deletions

View File

@@ -266,7 +266,7 @@ text.usetex : False # use latex for all text handling. The following fo
# '%%X' will use the locale time representation and '%%c' will use the full locale datetime # '%%X' will use the locale time representation and '%%c' will use the full locale datetime
# representation. # representation.
# These values map to the scales: # These values map to the scales:
# {'year': 365, 'month': 30, 'day': 1, 'hour': 1/24, 'minute': 1 / (24 * 60)} # {'year': 365, 'month': 30, 'day': 1, 'hour': 1/28, 'minute': 1 / (28 * 60)}
# date.autoformatter.year : %Y # date.autoformatter.year : %Y
# date.autoformatter.month : %Y-%m # date.autoformatter.month : %Y-%m
@@ -286,8 +286,8 @@ axes.edgecolor : black # axes edge color
axes.grid : True # display grid or not axes.grid : True # display grid or not
#axes.titlesize : large # fontsize of the axes title #axes.titlesize : large # fontsize of the axes title
#axes.titlepad : 6.0 # pad between axes and title in points #axes.titlepad : 6.0 # pad between axes and title in points
#axes.labelsize : medium # fontsize of the x any y labels axes.labelsize : 28 # fontsize of the x any y labels
#axes.labelpad : 4.0 # space between label and axis axes.labelpad : 14.0 # space between label and axis
#axes.labelweight : normal # weight of the x and y labels #axes.labelweight : normal # weight of the x and y labels
axes.labelcolor : black axes.labelcolor : black
#axes.axisbelow : 'line' # draw axis gridlines and ticks below #axes.axisbelow : 'line' # draw axis gridlines and ticks below
@@ -314,25 +314,25 @@ axes.labelcolor : black
# digits from tick labels. # digits from tick labels.
axes.spines.left : True # display axis spines axes.spines.left : True # display axis spines
# axes.spines.bottom : True axes.spines.bottom : True
axes.spines.top : False axes.spines.top : True
axes.spines.right : False axes.spines.right : True
#axes.unicode_minus : True # use unicode for the minus symbol #axes.unicode_minus : True # use unicode for the minus symbol
# rather than hyphen. See # rather than hyphen. See
# http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes # http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
#axes.prop_cycle: cycler('color', ['2864af', 'cc3f39', '2D882D', 'e8e634', '423687', '903c3f']) #axes.prop_cycle: cycler('color', ['2864af', 'cc3f39', '2D882D', 'e8e634', '423687', '903c3f'])
#axes.prop_cycle : cycler('color', ['348ABD', '7A68A6', 'A60628', '467821', 'CF4457', '188487', 'E24A33']) #axes.prop_cycle : cycler('color', ['348ABD', '7A68A6', 'A60628', '467821', 'CF4457', '188487', 'E28A33'])
# E24A33 : orange # E28A33 : orange
# 7A68A6 : purple # 7A68A6 : purple
# 348ABD : blue # 348ABD : blue
# 188487 : turquoise # 188487 : turquoise
# A60628 : red # A60628 : red
# CF4457 : pink # CF4457 : pink
# 467821 : green # 467821 : green
axes.prop_cycle : cycler('color', ['e41a1c', '0971e6', '41933e', '853990', 'eb7f14', '444444', 'a1a1a1', 'ff728a', '37c7c5']) axes.prop_cycle : cycler('color', ['e41a1c', '0971e6', '41933e', '853990', 'eb7f28', '444444', 'a1a1a1', 'ff728a', '37c7c5'])
#axes.prop_cycle : cycler('color', ['e41a1c', '0971e6', '41933e', '853990', 'eb7f14', 'f7cf00', '444444', 'a1a1a1', 'ff728a', '37c7c5']) #axes.prop_cycle : cycler('color', ['e41a1c', '0971e6', '41933e', '853990', 'eb7f28', 'f7cf00', '444444', 'a1a1a1', 'ff728a', '37c7c5'])
patch.facecolor: 0072B2 patch.facecolor: 0072B2
axes.autolimit_mode : data # How to scale axes limits to the data. axes.autolimit_mode : data # How to scale axes limits to the data.
@@ -349,18 +349,18 @@ axes.ymargin : .00 # y margin See `axes.Axes.margins`
# see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick # see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick
#xtick.major.size : 10 # major tick size in points #xtick.major.size : 10 # major tick size in points
#xtick.minor.size : 10 # minor tick size in points #xtick.minor.size : 10 # minor tick size in points
xtick.major.pad : 6 # distance to major tick label in points xtick.major.pad : 6 # distance to major tick label ibeln points
xtick.minor.pad : 6 # distance to the minor tick label in points xtick.minor.pad : 6 # distance to the minor tick label in points
xtick.color : 808080 # color of the tick labels xtick.color : black #808080 # color of the tick labels
#xtick.labelsize : medium # fontsize of the tick labels xtick.labelsize : 28 #medium # fontsize of the tick labels
xtick.direction : out # direction: in or out xtick.direction : out # direction: in or out
#ytick.major.size : 0 # major tick size in points #ytick.major.size : 0 # major tick size in points
#ytick.minor.size : 0 # minor tick size in points #ytick.minor.size : 0 # minor tick size in points
ytick.major.pad : 6 # distance to major tick label in points ytick.major.pad : 6 # distance to major tick label in points
ytick.minor.pad : 6 # distance to the minor tick label in points ytick.minor.pad : 6 # distance to the minor tick label in points
ytick.color : 808080 # color of the tick labels ytick.color : black # 808080 # color of the tick labels
#ytick.labelsize : medium # fontsize of the tick labels ytick.labelsize : 28 #medium # fontsize of the tick labels
ytick.direction : out # direction: in or out ytick.direction : out # direction: in or out
@@ -382,7 +382,7 @@ legend.edgecolor : 1 # background patch boundary color
#legend.numpoints : 1 # the number of marker points in the legend line #legend.numpoints : 1 # the number of marker points in the legend line
#legend.scatterpoints : 1 # number of scatter points #legend.scatterpoints : 1 # number of scatter points
#legend.markerscale : 1.0 # the relative size of legend markers vs. original #legend.markerscale : 1.0 # the relative size of legend markers vs. original
legend.fontsize : 10 legend.fontsize : 28
# Dimensions as fraction of fontsize: # Dimensions as fraction of fontsize:
#legend.borderpad : 0.4 # border whitespace #legend.borderpad : 0.4 # border whitespace
#legend.labelspacing : 0.5 # the vertical space between the legend entries #legend.labelspacing : 0.5 # the vertical space between the legend entries
@@ -397,7 +397,7 @@ legend.fontsize : 10
#figure.titlesize : large # size of the figure title (Figure.suptitle()) #figure.titlesize : large # size of the figure title (Figure.suptitle())
#figure.titleweight : normal # weight of the figure title #figure.titleweight : normal # weight of the figure title
figure.figsize : 11,4.5 # figure size in inches figure.figsize : 11,4.5 # figure size in inches
figure.dpi : 100 # figure dots per inch figure.dpi : 300 # figure dots per inch
#figure.facecolor : white # figure facecolor; 0.75 is scalar gray #figure.facecolor : white # figure facecolor; 0.75 is scalar gray
# figure.edgecolor : white # figure edgecolor # figure.edgecolor : white # figure edgecolor
figure.autolayout : True # When True, automatically adjust subplot figure.autolayout : True # When True, automatically adjust subplot

View File

@@ -35,3 +35,4 @@ eval "$(fasd --init auto)"
# marker # marker
[[ -s "$HOME/.local/share/marker/marker.sh" ]] && source "$HOME/.local/share/marker/marker.sh" [[ -s "$HOME/.local/share/marker/marker.sh" ]] && source "$HOME/.local/share/marker/marker.sh"

View File

@@ -1,15 +1,12 @@
# general environment # general environment
bg_color white bg_color black
space cmyk #space cmyk
set fetch_path, /tmp set fetch_path, /tmp
log_open /tmp/pymol_log.pml log_open /tmp/pymol_log.pml
set retain_order set retain_order
# interface # interface
set overlay, 1 set overlay, 1
set internal_gui_control_size, 10
set display_scale_factor, 2
# performance # performance
set async_builds, on set async_builds, on
@@ -30,27 +27,13 @@ set_key F10, set depth_cue, off
set_key F11, ray 800,800 set_key F11, ray 800,800
set_key F12, ray 1600,1600 set_key F12, ray 1600,1600
#Extending colors with color-blindness friendly color palette
#References:
#http://jfly.iam.u-tokyo.ac.jp/html/color_cb/#pallet
#https://personal.sron.nl/~pault/colourschemes.pdf
set_color cb_blue, [51, 34, 136]
set_color cb_tan, [221, 204, 119]
set_color cb_lightblue, [136, 204, 238]
set_color cb_green, [17, 119, 51]
set_color cb_teal, [68, 170, 153]
set_color cb_gold, [153, 153, 51]
set_color cb_salmon, [204, 102, 119]
set_color cb_red, [136, 34, 85]
set_color cb_pink, [170, 68, 153]
# raytrace # raytrace
set depth_cue, 0 set depth_cue, 0
set ray_opaque_background, false set ray_opaque_background, false
set orthoscopic, 0 set orthoscopic, 0
set ray_shadow, false set ray_shadow, false
set spec_reflect, 0 #set spec_reflect, 0
set antialias, 0 set antialias, 1
set surface_quality, 1 set surface_quality, 1
set ray_trace_mode, 0 set ray_trace_mode, 0