diff --git a/docs/.buildinfo b/docs/.buildinfo
index 7139d9c..b953aef 100644
--- a/docs/.buildinfo
+++ b/docs/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: a089f1da29b52cb2347385ee0df71b89
+config: 4565962708f18297bd29a52689fda0a0
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/_images/monitoring.storage.png b/docs/_images/monitoring.storage.png
index 8b15b25..fefd8f7 100644
Binary files a/docs/_images/monitoring.storage.png and b/docs/_images/monitoring.storage.png differ
diff --git a/docs/_images/plot.candle.png b/docs/_images/plot.candle.png
index 96676d8..1edd0ab 100644
Binary files a/docs/_images/plot.candle.png and b/docs/_images/plot.candle.png differ
diff --git a/docs/_images/plot.hist.png b/docs/_images/plot.hist.png
index 03d2eb9..0872181 100644
Binary files a/docs/_images/plot.hist.png and b/docs/_images/plot.hist.png differ
diff --git a/docs/_images/plot.pie.png b/docs/_images/plot.pie.png
index ac87247..e25742c 100644
Binary files a/docs/_images/plot.pie.png and b/docs/_images/plot.pie.png differ
diff --git a/docs/_images/plot.plot.1.png b/docs/_images/plot.plot.1.png
index bf8c946..3c18840 100644
Binary files a/docs/_images/plot.plot.1.png and b/docs/_images/plot.plot.1.png differ
diff --git a/docs/_images/plot.plot.2.png b/docs/_images/plot.plot.2.png
index 444739d..6e53271 100644
Binary files a/docs/_images/plot.plot.2.png and b/docs/_images/plot.plot.2.png differ
diff --git a/docs/_images/plot.scatter.png b/docs/_images/plot.scatter.png
index 6fa68dd..3fe0aeb 100644
Binary files a/docs/_images/plot.scatter.png and b/docs/_images/plot.scatter.png differ
diff --git a/docs/_images/quant.bollinger_bands.png b/docs/_images/quant.bollinger_bands.png
index d98c641..03a9540 100644
Binary files a/docs/_images/quant.bollinger_bands.png and b/docs/_images/quant.bollinger_bands.png differ
diff --git a/docs/_images/quant.macd.png b/docs/_images/quant.macd.png
index c9038c7..1ba1271 100644
Binary files a/docs/_images/quant.macd.png and b/docs/_images/quant.macd.png differ
diff --git a/docs/_images/quant.momentum.png b/docs/_images/quant.momentum.png
index 15a7b5d..b1a8eb8 100644
Binary files a/docs/_images/quant.momentum.png and b/docs/_images/quant.momentum.png differ
diff --git a/docs/_images/quant.moving_average.png b/docs/_images/quant.moving_average.png
index bbe5c30..556dcff 100644
Binary files a/docs/_images/quant.moving_average.png and b/docs/_images/quant.moving_average.png differ
diff --git a/docs/_images/quant.rsi.png b/docs/_images/quant.rsi.png
index f6e1f0c..a6a4a46 100644
Binary files a/docs/_images/quant.rsi.png and b/docs/_images/quant.rsi.png differ
diff --git a/docs/_images/vision.grid.png b/docs/_images/vision.grid.png
index c7e66a4..5514efd 100644
Binary files a/docs/_images/vision.grid.png and b/docs/_images/vision.grid.png differ
diff --git a/docs/_images/vision.mask.png b/docs/_images/vision.mask.png
index 76bc276..13d9cad 100644
Binary files a/docs/_images/vision.mask.png and b/docs/_images/vision.mask.png differ
diff --git a/docs/_images/vision.vert.png b/docs/_images/vision.vert.png
index 9dfd88b..bbe13f6 100644
Binary files a/docs/_images/vision.vert.png and b/docs/_images/vision.vert.png differ
diff --git a/docs/_sources/release/v1.1.md.txt b/docs/_sources/release/v1.1.md.txt
index ca74df7..dfc0ab4 100644
--- a/docs/_sources/release/v1.1.md.txt
+++ b/docs/_sources/release/v1.1.md.txt
@@ -1,5 +1,45 @@
# v1.1
+## v1.1.9
+
+
[v1.1.9] Release (#348 )
+
+```{admonition} Release Date
+:class: tip
+
+2024/12/26
+```
+
+
+
+
+
+
+
+
+
+
+
+
+
+Features
+
+- `plot`
+ - `plot`
+ - 여러 x축에 대한 기능 추가 (`list` & `dict`)
+ - Singleton pattern으로 구현된 `LINESTYLE`, `MARKER` 추가
+ - `scatter`
+ - `plot`과 동일한 data type을 입력받도록 수정
+ - Singleton pattern으로 구현된 `MARKER` 추가
+ - `figure` 함수가 `matplotlib.figure.Figure`를 return 하도록 수정
+ - `matplotlib`의 `subplot` 함수 추가
+ - `candle`, `table`을 제외한 모든 `plot` 계열 함수에 대해 auto save 기능 추가 (`save` 입력 삭제)
+- `monitoring`, `quant`, `vision`
+ - 각종 함수에서 사용하는 `plot` 및 `scatter` 함수의 변경에 따른 refactoring
+
+Chore
+
+- PyTest 실행 시 `api` 함수들에서 `HTTP 429 Too Many Requests` 오류를 방지하기 위해 `TIME_SLEEP` 범위 확대
## v1.1.8
[v1.1.8] Chore update (#346 )
diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js
index 6871fd4..403f428 100644
--- a/docs/_static/documentation_options.js
+++ b/docs/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: 'v1.1.8',
+ VERSION: 'v1.1.9',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/docs/_static/examples/dynamic/monitoring.storage.png b/docs/_static/examples/dynamic/monitoring.storage.png
index 8b15b25..fefd8f7 100644
Binary files a/docs/_static/examples/dynamic/monitoring.storage.png and b/docs/_static/examples/dynamic/monitoring.storage.png differ
diff --git a/docs/_static/examples/dynamic/plot.candle.png b/docs/_static/examples/dynamic/plot.candle.png
index 96676d8..1edd0ab 100644
Binary files a/docs/_static/examples/dynamic/plot.candle.png and b/docs/_static/examples/dynamic/plot.candle.png differ
diff --git a/docs/_static/examples/dynamic/plot.hist.png b/docs/_static/examples/dynamic/plot.hist.png
index 03d2eb9..0872181 100644
Binary files a/docs/_static/examples/dynamic/plot.hist.png and b/docs/_static/examples/dynamic/plot.hist.png differ
diff --git a/docs/_static/examples/dynamic/plot.pie.png b/docs/_static/examples/dynamic/plot.pie.png
index ac87247..e25742c 100644
Binary files a/docs/_static/examples/dynamic/plot.pie.png and b/docs/_static/examples/dynamic/plot.pie.png differ
diff --git a/docs/_static/examples/dynamic/plot.plot.1.png b/docs/_static/examples/dynamic/plot.plot.1.png
index bf8c946..3c18840 100644
Binary files a/docs/_static/examples/dynamic/plot.plot.1.png and b/docs/_static/examples/dynamic/plot.plot.1.png differ
diff --git a/docs/_static/examples/dynamic/plot.plot.2.png b/docs/_static/examples/dynamic/plot.plot.2.png
index 444739d..6e53271 100644
Binary files a/docs/_static/examples/dynamic/plot.plot.2.png and b/docs/_static/examples/dynamic/plot.plot.2.png differ
diff --git a/docs/_static/examples/dynamic/plot.scatter.png b/docs/_static/examples/dynamic/plot.scatter.png
index 6fa68dd..3fe0aeb 100644
Binary files a/docs/_static/examples/dynamic/plot.scatter.png and b/docs/_static/examples/dynamic/plot.scatter.png differ
diff --git a/docs/_static/examples/dynamic/quant.bollinger_bands.png b/docs/_static/examples/dynamic/quant.bollinger_bands.png
index d98c641..03a9540 100644
Binary files a/docs/_static/examples/dynamic/quant.bollinger_bands.png and b/docs/_static/examples/dynamic/quant.bollinger_bands.png differ
diff --git a/docs/_static/examples/dynamic/quant.macd.png b/docs/_static/examples/dynamic/quant.macd.png
index c9038c7..1ba1271 100644
Binary files a/docs/_static/examples/dynamic/quant.macd.png and b/docs/_static/examples/dynamic/quant.macd.png differ
diff --git a/docs/_static/examples/dynamic/quant.momentum.png b/docs/_static/examples/dynamic/quant.momentum.png
index 15a7b5d..b1a8eb8 100644
Binary files a/docs/_static/examples/dynamic/quant.momentum.png and b/docs/_static/examples/dynamic/quant.momentum.png differ
diff --git a/docs/_static/examples/dynamic/quant.moving_average.png b/docs/_static/examples/dynamic/quant.moving_average.png
index bbe5c30..556dcff 100644
Binary files a/docs/_static/examples/dynamic/quant.moving_average.png and b/docs/_static/examples/dynamic/quant.moving_average.png differ
diff --git a/docs/_static/examples/dynamic/quant.rsi.png b/docs/_static/examples/dynamic/quant.rsi.png
index f6e1f0c..a6a4a46 100644
Binary files a/docs/_static/examples/dynamic/quant.rsi.png and b/docs/_static/examples/dynamic/quant.rsi.png differ
diff --git a/docs/_static/examples/dynamic/vision.grid.png b/docs/_static/examples/dynamic/vision.grid.png
index c7e66a4..5514efd 100644
Binary files a/docs/_static/examples/dynamic/vision.grid.png and b/docs/_static/examples/dynamic/vision.grid.png differ
diff --git a/docs/_static/examples/dynamic/vision.mask.png b/docs/_static/examples/dynamic/vision.mask.png
index 76bc276..13d9cad 100644
Binary files a/docs/_static/examples/dynamic/vision.mask.png and b/docs/_static/examples/dynamic/vision.mask.png differ
diff --git a/docs/_static/examples/dynamic/vision.vert.png b/docs/_static/examples/dynamic/vision.vert.png
index 9dfd88b..bbe13f6 100644
Binary files a/docs/_static/examples/dynamic/vision.vert.png and b/docs/_static/examples/dynamic/vision.vert.png differ
diff --git a/docs/cicd.html b/docs/cicd.html
index 50a6d59..9157e7e 100644
--- a/docs/cicd.html
+++ b/docs/cicd.html
@@ -16,10 +16,10 @@
-
+
-
+
@@ -28,7 +28,7 @@
- CI/CD Pipelines - zerohertzLib v1.1.8 documentation
+ CI/CD Pipelines - zerohertzLib v1.1.9 documentation
@@ -199,7 +199,7 @@
-
+
diff --git a/docs/genindex.html b/docs/genindex.html
index d45bb4b..6c3323a 100644
--- a/docs/genindex.html
+++ b/docs/genindex.html
@@ -15,7 +15,7 @@
- Index - zerohertzLib v1.1.8 documentation
+ Index - zerohertzLib v1.1.9 documentation
@@ -186,7 +186,7 @@