Skip to content

Commit 506c491

Browse files
committed
Larger fonts in examples, docs cleanup, custom_roles cleanup, misc bugfixes
1 parent 75ce94f commit 506c491

26 files changed

+556
-610
lines changed

docs/.proplotrc

Lines changed: 8 additions & 192 deletions
Original file line numberDiff line numberDiff line change
@@ -1,192 +1,8 @@
1-
# User default settings
2-
# See https://proplot.readthedocs.io/en/latest/rctools.html
3-
#------------------------
4-
# ProPlot global settings
5-
#------------------------
6-
# Notebooks
7-
nbsetup: True
8-
format: svg
9-
# autosave: 30
10-
# autoreload: 2
11-
# Style
12-
# abc: False
13-
# share: 3
14-
# align: False
15-
# span: True
16-
# tight: True
17-
# fontname: 'Helvetica Neue'
18-
# cmap: fire
19-
# lut: 256
20-
# cycle: colorblind
21-
# rgbcycle: False
22-
# color: k
23-
# alpha: 1
24-
# facecolor: w
25-
# small: 8
26-
# large: 9
27-
# linewidth: 0.6
28-
# margin: 0.0
29-
# grid: True
30-
# gridminor: False
31-
# ticklen: 4.0
32-
# tickdir: out
33-
# tickpad: 2.0
34-
# tickratio: 0.8
35-
# ticklenratio: 0.5
36-
# gridratio: 0.5
37-
# Geography
38-
# reso: lo
39-
# geogrid: True
40-
# land: False
41-
# ocean: False
42-
# coast: False
43-
# rivers: False
44-
# lakes: False
45-
# borders: False
46-
# innerborders: False
47-
48-
#---------------------------------------------------
49-
# rcParams defaults
50-
# See: https://matplotlib.org/users/customizing.html
51-
#---------------------------------------------------
52-
# figure.dpi: 90
53-
# figure.facecolor: '#f2f2f2'
54-
# figure.autolayout: False
55-
# figure.titleweight: bold
56-
# figure.max_open_warning: 0
57-
# savefig.directory:
58-
# savefig.dpi: 300
59-
# savefig.facecolor: white
60-
# savefig.transparent: True
61-
# savefig.format: pdf
62-
# savefig.bbox: standard
63-
# savefig.pad_inches: 0.0
64-
# axes.titleweight: normal
65-
# axes.xmargin: 0.0
66-
# axes.ymargin: 0.0
67-
# axes.grid: True
68-
# axes.labelpad: 3.0
69-
# axes.titlepad: 3.0
70-
# grid.color: 'k'
71-
# grid.alpha: 0.1
72-
# grid.linewidth: 0.6
73-
# grid.linestyle: '-'
74-
# hatch.color: k
75-
# hatch.linewidth: 0.6
76-
# lines.linewidth: 1.3
77-
# lines.markersize: 3.0
78-
# legend.frameon: True
79-
# legend.framealpha: 0.8
80-
# legend.fancybox: False
81-
# legend.labelspacing: 0.5
82-
# legend.handletextpad: 0.5
83-
# legend.handlelength: 1.5
84-
# legend.columnspacing: 1.0
85-
# legend.borderpad: 0.5
86-
# legend.borderaxespad: 0
87-
# xtick.minor.visible: True
88-
# ytick.minor.visible: True
89-
# mathtext.bf: 'sans:bold'
90-
# mathtext.it: 'sans:it'
91-
# mathtext.default: regular
92-
93-
#-----------------------
94-
# rcExtraParams defaults
95-
#-----------------------
96-
# Extra label settings
97-
# abc.loc: l # left side above the axes
98-
# title.loc: c # centered above the axes
99-
# title.pad: 3.0 # copy
100-
# abc.style: a
101-
# abc.size: # filled by 'large'
102-
# abc.color: k
103-
# abc.weight: bold
104-
# abc.border: True
105-
# abc.linewidth: 1.5
106-
# tick.labelsize: # filled by 'small'
107-
# tick.labelcolor: # filled by 'color'
108-
# tick.labelweight: normal
109-
# title.size: # filled by 'large'
110-
# title.color: k
111-
# title.weight: normal
112-
# title.border: True
113-
# title.linewidth: 1.5
114-
# suptitle.size: # filled by 'large'
115-
# suptitle.color: k
116-
# suptitle.weight: bold
117-
# leftlabel.size: # filled by 'large'
118-
# leftlabel.weight: bold
119-
# leftlabel.color: k
120-
# toplabel.size: # filled by 'large'
121-
# toplabel.weight: bold
122-
# toplabel.color: k
123-
# rightlabel.size: # filled by 'large'
124-
# rightlabel.weight: bold
125-
# rightlabel.color: k
126-
# bottomlabel.size: # filled by 'large'
127-
# bottomlabel.weight: bold
128-
# bottomlabel.color: k
129-
# Extra image settings
130-
# image.edgefix: True
131-
# image.levels: 11
132-
# Extra axes settings
133-
# axes.alpha: # if empty, depends on 'savefig.transparent' setting
134-
# axes.formatter.zerotrim: True
135-
# axes.formatter.timerotation: 90
136-
# axes.gridminor: True
137-
# axes.geogrid: True
138-
# Minor tick gridlines
139-
# gridminor.alpha: # filled by "grid.alpha"
140-
# gridminor.color: # filled by "grid.color"
141-
# gridminor.linestyle: # filled by "grid.linewidth"
142-
# gridminor.linewidth: # filled by "grid.linewidth" x "gridratio"
143-
# Parallels and meridians
144-
# geogrid.labels: False
145-
# geogrid.labelsize: # filled by "small"
146-
# geogrid.latmax: 90
147-
# geogrid.lonstep: 30
148-
# geogrid.latstep: 20
149-
# geogrid.alpha: 0.5
150-
# geogrid.color: k
151-
# geogrid.linewidth: 1.0
152-
# geogrid.linestyle: ':'
153-
# Geographic content
154-
# geoaxes.linewidth: # filled by "linewidth"
155-
# geoaxes.facecolor: # filled by "facecolor"
156-
# geoaxes.edgecolor: # filled by "color"
157-
# land.color: k
158-
# ocean.color: w
159-
# lakes.color: w
160-
# coast.color: k
161-
# coast.linewidth: 0.6
162-
# borders.color: k
163-
# borders.linewidth: 0.6
164-
# innerborders.color: k
165-
# innerborders.linewidth: 0.6
166-
# rivers.color: k
167-
# rivers.linewidth: 0.6
168-
# Colorbar settings
169-
# colorbar.loc: right
170-
# colorbar.grid: False
171-
# colorbar.frameon: True
172-
# colorbar.framealpha: 0.8
173-
# colorbar.axespad: 0.5em
174-
# colorbar.extend: 1.3em
175-
# colorbar.insetextend: 1em
176-
# colorbar.length: 1
177-
# colorbar.insetlength: 8em
178-
# colorbar.width: 1.5em # 0.17 inches
179-
# colorbar.insetwidth: 1.2em
180-
# Subplot properties
181-
# Use font relative units for everything because this is common way user
182-
# might want to increase figure resolution
183-
# subplots.axwidth: 18em # 2 inches
184-
# subplots.panelwidth: 4em # 0.45 inches
185-
# subplots.pad: 0.5em
186-
# subplots.axpad: 1em
187-
# subplots.panelpad: 0.5em
188-
# subplots.panelspace: 1em
189-
# subplots.innerspace: 1.5em
190-
# subplots.ylabspace: 5.5em
191-
# subplots.xlabspace: 4em
192-
# subplots.titlespace: 2em
1+
# Overrides for sphinx
2+
# SVG because quality of examples is highest priority
3+
# Larger font sizes than local configuration for visibility
4+
# Tested SVG vs. PNG and speeds are comparable!
5+
small: 9
6+
large: 10
7+
format: svg
8+
nbsetup: True

0 commit comments

Comments
 (0)