diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1a4d140..8aade3e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `config.yml` for issue template
### Changed
- Bug report template modified
+- Diagrams updated
- Document modified
- `README.md` modified
- Test system modified
diff --git a/Document/Document.ipynb b/Document/Document.ipynb
index 57af2c07..f01f2b0f 100644
--- a/Document/Document.ipynb
+++ b/Document/Document.ipynb
@@ -280,7 +280,7 @@
"metadata": {},
"source": [
"
\n",
- "
![](\"../Otherfiles/block_diagram.jpg\")
\n",
+ "
![](\"../Otherfiles/block_diagram.jpg\")
\n",
"
\n",
"Fig1. ConfusionMatrix Block Diagram
\n"
]
@@ -2634,7 +2634,7 @@
"metadata": {},
"source": [
"\n",
- "
![](\"../Otherfiles/recommendation_block_diagram.jpg\")
\n",
+ "
![](\"../Otherfiles/recommendation_block_diagram.jpg\")
\n",
"
\n",
"Fig2. Parameter Recommender Block Diagram
"
]
@@ -2833,7 +2833,7 @@
"metadata": {},
"source": [
"\n",
- "
![](\"../Otherfiles/compare_block_diagram.jpg\")
\n",
+ "
![](\"../Otherfiles/compare_block_diagram.jpg\")
\n",
"
\n",
"Fig3. Compare Block Diagram
"
]
diff --git a/Otherfiles/block_diagram.jpg b/Otherfiles/block_diagram.jpg
index bfca5ab3..913cba1e 100644
Binary files a/Otherfiles/block_diagram.jpg and b/Otherfiles/block_diagram.jpg differ
diff --git a/Otherfiles/compare_block_diagram.jpg b/Otherfiles/compare_block_diagram.jpg
index aae86486..5d3e36b8 100644
Binary files a/Otherfiles/compare_block_diagram.jpg and b/Otherfiles/compare_block_diagram.jpg differ
diff --git a/Otherfiles/recommendation_block_diagram.jpg b/Otherfiles/recommendation_block_diagram.jpg
index b4418e0c..a19df490 100644
Binary files a/Otherfiles/recommendation_block_diagram.jpg and b/Otherfiles/recommendation_block_diagram.jpg differ
diff --git a/README.md b/README.md
index 232aa3a9..2144e1ff 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ PyCM is the swiss-army knife of confusion matrices, targeted mainly at data scie
-
![](https://github.com/sepandhaghighi/pycm/raw/master/Otherfiles/block_diagram.jpg)
+
Fig1. ConfusionMatrix Block Diagram