FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bayesian-algorithm-execution/neatplot/matplotlibrc at main · willieneis/bayesian-algorithm-execution · GitHub
willieneis
/
bayesian-algorithm-execution
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
56
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
bayesian-algorithm-execution
/
neatplot
/
matplotlibrc
Copy path
More file actions
More file actions
Latest commit
History
History
History
61 lines (52 loc) · 1.67 KB
Breadcrumbs
bayesian-algorithm-execution
/
neatplot
/
matplotlibrc
Copy path
File metadata and controls
61 lines (52 loc) · 1.67 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
### Font
font.family : Times, Serif
font.size : 12.0
### Text
text.usetex : True
### Lines
lines.linewidth : 2
lines.antialiased : True
### Axes settings
#axes.facecolor : f8f8f8
axes.facecolor : fafafa
axes.edgecolor : 777777
axes.linewidth : 1
axes.titlesize : medium
axes.labelsize : medium
# axes.labelcolor : 111111
axes.axisbelow : True
#axes.color_cycle : 348ABD, 7A68A6, A60628, 467821, CF4457, 188487, E24A33
### Ticks
xtick.major.size : 0 # major tick size in points
xtick.minor.size : 0 # minor tick size in points
xtick.major.pad : 6 # distance to major tick label in points
xtick.minor.pad : 6 # distance to the minor tick label in points
xtick.color : 333333 # color of the tick labels
xtick.labelsize : medium # fontsize of the tick labels
xtick.direction : in # 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 : 333333 # color of the tick labels
ytick.labelsize : medium # fontsize of the tick labels
ytick.direction : in # direction: in or out
### Grid settings
axes.grid : True
grid.alpha : 0.3
grid.linewidth : 1
### Legend
legend.fancybox : True
legend.fontsize : Small
legend.facecolor : fdfdfd
### Figure
#figure.figsize : 2.5, 2.5
figure.figsize : 4.0, 4.0
figure.facecolor : 1.0
figure.edgecolor : 0.5
figure.dpi : 200
### Bar plots
hatch.linewidth : 0.1
### Animation
animation.writer : html
animation.html : html5
Back
|
FazBrowse Home
|
New Git URL