-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #331 from Thomas-Christie/kernel-notebook
Add introductory kernel notebook and change style file path in notebooks
- Loading branch information
Showing
23 changed files
with
825 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
figure.figsize: 5.5, 2.5 | ||
figure.constrained_layout.use: True | ||
figure.autolayout: False | ||
savefig.bbox: tight | ||
figure.dpi: 120 | ||
|
||
# Axes | ||
axes.spines.left: True # display axis spines | ||
axes.spines.bottom: True | ||
axes.spines.top: False | ||
axes.spines.right: False | ||
axes.grid: true | ||
axes.axisbelow: true | ||
|
||
### Fonts | ||
mathtext.fontset: cm | ||
font.family: serif | ||
font.serif: Computer Modern Roman | ||
font.size: 10 | ||
text.usetex: True | ||
|
||
# Axes ticks | ||
ytick.left: True | ||
xtick.bottom: True | ||
xtick.direction: out | ||
ytick.direction: out | ||
|
||
# Colour palettes | ||
axes.prop_cycle: cycler('color', ['2F83B4','B5121B', 'F77F00', '0B6E4F', '7A68A6', 'C5BB36', '8c564b', 'e377c2']) | ||
lines.color: B5121B | ||
scatter.marker: x | ||
image.cmap: inferno | ||
|
||
### Grids | ||
grid.linestyle: - | ||
grid.linewidth: 0.2 | ||
grid.color: cbcbcb | ||
|
||
### Legend | ||
legend.frameon: True | ||
legend.loc: best | ||
legend.fontsize: 8 | ||
legend.fancybox: True | ||
legend.scatterpoints: 1 | ||
legend.numpoints: 1 | ||
|
||
patch.antialiased: True | ||
|
||
# set text objects edidable in Adobe Illustrator | ||
pdf.fonttype: 42 | ||
ps.fonttype: 42 | ||
|
||
# no background | ||
savefig.transparent: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.