mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
update
This commit is contained in:
@@ -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
|
||||
# representation.
|
||||
# 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.month : %Y-%m
|
||||
@@ -286,8 +286,8 @@ axes.edgecolor : black # axes edge color
|
||||
axes.grid : True # display grid or not
|
||||
#axes.titlesize : large # fontsize of the axes title
|
||||
#axes.titlepad : 6.0 # pad between axes and title in points
|
||||
#axes.labelsize : medium # fontsize of the x any y labels
|
||||
#axes.labelpad : 4.0 # space between label and axis
|
||||
axes.labelsize : 28 # fontsize of the x any y labels
|
||||
axes.labelpad : 14.0 # space between label and axis
|
||||
#axes.labelweight : normal # weight of the x and y labels
|
||||
axes.labelcolor : black
|
||||
#axes.axisbelow : 'line' # draw axis gridlines and ticks below
|
||||
@@ -314,25 +314,25 @@ axes.labelcolor : black
|
||||
# digits from tick labels.
|
||||
|
||||
axes.spines.left : True # display axis spines
|
||||
# axes.spines.bottom : True
|
||||
axes.spines.top : False
|
||||
axes.spines.right : False
|
||||
axes.spines.bottom : True
|
||||
axes.spines.top : True
|
||||
axes.spines.right : True
|
||||
|
||||
|
||||
#axes.unicode_minus : True # use unicode for the minus symbol
|
||||
# rather than hyphen. See
|
||||
# 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', ['348ABD', '7A68A6', 'A60628', '467821', 'CF4457', '188487', 'E24A33'])
|
||||
# E24A33 : orange
|
||||
#axes.prop_cycle : cycler('color', ['348ABD', '7A68A6', 'A60628', '467821', 'CF4457', '188487', 'E28A33'])
|
||||
# E28A33 : orange
|
||||
# 7A68A6 : purple
|
||||
# 348ABD : blue
|
||||
# 188487 : turquoise
|
||||
# A60628 : red
|
||||
# CF4457 : pink
|
||||
# 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', 'eb7f14', 'f7cf00', '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', 'eb7f28', 'f7cf00', '444444', 'a1a1a1', 'ff728a', '37c7c5'])
|
||||
|
||||
patch.facecolor: 0072B2
|
||||
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
|
||||
#xtick.major.size : 10 # major 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.color : 808080 # color of the tick labels
|
||||
#xtick.labelsize : medium # fontsize of the tick labels
|
||||
xtick.color : black #808080 # color of the tick labels
|
||||
xtick.labelsize : 28 #medium # fontsize of the tick labels
|
||||
xtick.direction : out # direction: in or out
|
||||
|
||||
#ytick.major.size : 0 # major 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.minor.pad : 6 # distance to the minor tick label in points
|
||||
ytick.color : 808080 # color of the tick labels
|
||||
#ytick.labelsize : medium # fontsize of the tick labels
|
||||
ytick.color : black # 808080 # color of the tick labels
|
||||
ytick.labelsize : 28 #medium # fontsize of the tick labels
|
||||
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.scatterpoints : 1 # number of scatter points
|
||||
#legend.markerscale : 1.0 # the relative size of legend markers vs. original
|
||||
legend.fontsize : 10
|
||||
legend.fontsize : 28
|
||||
# Dimensions as fraction of fontsize:
|
||||
#legend.borderpad : 0.4 # border whitespace
|
||||
#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.titleweight : normal # weight of the figure title
|
||||
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.edgecolor : white # figure edgecolor
|
||||
figure.autolayout : True # When True, automatically adjust subplot
|
||||
|
||||
@@ -35,3 +35,4 @@ eval "$(fasd --init auto)"
|
||||
|
||||
# marker
|
||||
[[ -s "$HOME/.local/share/marker/marker.sh" ]] && source "$HOME/.local/share/marker/marker.sh"
|
||||
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
# general environment
|
||||
bg_color white
|
||||
space cmyk
|
||||
bg_color black
|
||||
#space cmyk
|
||||
set fetch_path, /tmp
|
||||
log_open /tmp/pymol_log.pml
|
||||
set retain_order
|
||||
|
||||
|
||||
# interface
|
||||
set overlay, 1
|
||||
set internal_gui_control_size, 10
|
||||
set display_scale_factor, 2
|
||||
|
||||
# performance
|
||||
set async_builds, on
|
||||
@@ -30,27 +27,13 @@ set_key F10, set depth_cue, off
|
||||
set_key F11, ray 800,800
|
||||
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
|
||||
set depth_cue, 0
|
||||
set ray_opaque_background, false
|
||||
set orthoscopic, 0
|
||||
set ray_shadow, false
|
||||
set spec_reflect, 0
|
||||
set antialias, 0
|
||||
#set spec_reflect, 0
|
||||
set antialias, 1
|
||||
set surface_quality, 1
|
||||
set ray_trace_mode, 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user