Skip to content

Commit 1e730a2

Browse files
author
Rustam Sadykov
committed
add settings description
1 parent a41041d commit 1e730a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

monitoring/draw_stats_graphs.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
88
import matplotlib.pyplot as plt
99
from matplotlib.dates import DayLocator, ConciseDateFormatter
1010

11+
"""Settings.
12+
13+
DPI : int
14+
Resolution of output image. Dots per inch.
15+
WIDTH, HEIGHT: float
16+
width and height in inches of output image.
17+
"""
1118
DPI = 108
1219
WIDTH = 10
1320
HEIGHT = 5
21+
1422
MILLIS_IN_SEC = 1000
1523

1624

0 commit comments

Comments
 (0)