Fixed database typo and removed unnecessary class identifier.
This commit is contained in:
parent
00ad49a143
commit
45fb349a7d
5098 changed files with 952558 additions and 85 deletions
|
@ -0,0 +1,30 @@
|
|||
# Seaborn common parameters
|
||||
# .15 = dark_gray
|
||||
# .8 = light_gray
|
||||
figure.facecolor: white
|
||||
text.color: .15
|
||||
axes.labelcolor: .15
|
||||
legend.frameon: False
|
||||
legend.numpoints: 1
|
||||
legend.scatterpoints: 1
|
||||
xtick.direction: out
|
||||
ytick.direction: out
|
||||
xtick.color: .15
|
||||
ytick.color: .15
|
||||
axes.axisbelow: True
|
||||
image.cmap: Greys
|
||||
font.family: sans-serif
|
||||
font.sans-serif: Arial, Liberation Sans, DejaVu Sans, Bitstream Vera Sans, sans-serif
|
||||
grid.linestyle: -
|
||||
lines.solid_capstyle: round
|
||||
|
||||
# Seaborn white parameters
|
||||
axes.grid: False
|
||||
axes.facecolor: white
|
||||
axes.edgecolor: .15
|
||||
axes.linewidth: 1.25
|
||||
grid.color: .8
|
||||
xtick.major.size: 0
|
||||
ytick.major.size: 0
|
||||
xtick.minor.size: 0
|
||||
ytick.minor.size: 0
|
Loading…
Add table
Add a link
Reference in a new issue