-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
69 lines (59 loc) · 1.47 KB
/
.env.example
File metadata and controls
69 lines (59 loc) · 1.47 KB
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
62
63
64
65
66
67
68
69
# DifferentialLab Configuration - generated by the application
# Edit this file or use the Configuration dialog from the main menu.
UI_BACKGROUND="#181818"
UI_FOREGROUND="#CCCCCC"
UI_BUTTON_BG="#1F1F1F"
UI_BUTTON_WIDTH=20
UI_BUTTON_FG="lime green"
UI_BUTTON_FG_CANCEL=red1
UI_BUTTON_FG_ACCENT2=yellow
UI_FONT_SIZE=20
UI_FONT_FAMILY=Bahnschrift
UI_PADDING=8
UI_TOOLTIP_DELAY_MS=500
UI_TOOLTIP_WRAPLENGTH=350
UI_TOOLTIP_PADX=8
UI_TOOLTIP_PADY=4
PLOT_FIGSIZE_WIDTH=8
PLOT_FIGSIZE_HEIGHT=6
DPI=100
PLOT_SHOW_TITLE=false
PLOT_SHOW_GRID=false
PLOT_LINE_COLOR=black
PLOT_LINE_WIDTH=1.5
PLOT_LINE_STYLE=-
PLOT_COLOR_SCHEME=Set1
PLOT_MARKER_FORMAT=o
PLOT_MARKER_SIZE=3
PLOT_MARKER_FACE_COLOR=crimson
PLOT_MARKER_EDGE_COLOR=crimson
PLOT_PHASE_START_COLOR=green
PLOT_PHASE_END_COLOR=red
PLOT_PHASE_MARKER_SIZE=8
PLOT_SURFACE_CMAP=viridis
PLOT_CONTOUR_LEVELS=20
PLOT_GRID_ALPHA=0.3
PLOT_SURFACE_ALPHA=0.9
PLOT_COLORBAR_SHRINK=0.6
PLOT_ANIMATION_LINE_WIDTH=2.0
PLOT_VLINES_LINE_WIDTH=1.5
PLOT_VLINES_ALPHA=0.6
PLOT_ANIMATION_Y_MARGIN=0.1
FONT_FAMILY=serif
FONT_TITLE_SIZE=xx-large
FONT_TITLE_WEIGHT=semibold
FONT_AXIS_SIZE=16
FONT_AXIS_STYLE=italic
FONT_TICK_SIZE=12
SOLVER_MAX_STEP=0.0
SOLVER_RTOL=1e-08
SOLVER_ATOL=1e-10
SOLVER_NUM_POINTS=100000
LOG_LEVEL=INFO
LOG_FILE=differential_lab.log
LOG_CONSOLE=true
ANIMATION_MAX_FPS=30
CHECK_UPDATES=true
UPDATE_CHECK_INTERVAL_DAYS=7
CHECK_UPDATES_FORCE=false
UPDATE_CHECK_URL=https://raw.githubusercontent.com/DOKOS-TAYOS/DifferentialLab/main/pyproject.toml