Skip to content

Commit f4cf541

Browse files
authored
Merge branch 'main' into advanced_matplotlib
2 parents 378066c + edae0c3 commit f4cf541

File tree

6 files changed

+2370
-24
lines changed

6 files changed

+2370
-24
lines changed

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ parts:
4343
- file: core/matplotlib
4444
sections:
4545
- file: core/matplotlib/matplotlib
46+
- file: core/matplotlib/matplotlib-additional-topics-1
4647
- file: core/matplotlib/additional-topics2
4748
- file: core/cartopy
4849
sections:

core/matplotlib/additional-topics2.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"\n",
3737
"| Concepts | Importance |\n",
3838
"| --- | --- |\n",
39-
"| Basic familiarity with [NumPy](../numpy-basics) | Necessary |\n",
39+
"| Basic familiarity with [NumPy](../numpy/numpy-basics) | Necessary |\n",
4040
"| Basic familiarity with [Matplotlib](matplotlib) | Necessary |\n",
4141
"\n",
4242
"- **Time to learn**: *30-40 minutes*"
@@ -320,7 +320,7 @@
320320
"Click the dropdown arrow to see examples of colormaps within their respective classes.\n",
321321
"\n",
322322
"<details>\n",
323-
"<summary> 1. **Sequential:** change in lightness and/or saturation of color incrementally. Good for data that has ordering. </summary>\n",
323+
"<summary> 1. <b>Sequential:</b> change in lightness and/or saturation of color incrementally. Good for data that has ordering. </summary>\n",
324324
"\n",
325325
"![Perceptually Sequential](images/perceptually-sequential.png)\n",
326326
"\n",
@@ -336,23 +336,23 @@
336336
"</details>\n",
337337
"\n",
338338
"<details>\n",
339-
"<summary> 1. **Diverging:** change in lightness and/or saturation of two different colors that meet in the middle at an unsaturated color. Should be used when the data has a natural zero point, such as sea level. </summary>\n",
339+
" <summary> 2. <b>Diverging:</b> change in lightness and/or saturation of two different colors that meet in the middle at an unsaturated color. Should be used when the data has a natural zero point, such as sea level. </summary>\n",
340340
"\n",
341341
"![Diverging](images/diverging.png)\n",
342342
"\n",
343343
"![Diverging](images/d.png)\n",
344344
"</details>\n",
345345
"\n",
346346
"<details>\n",
347-
"<summary> 1. **Cyclic:** change in lightness of two different colors that meet in the middle and begin and end at an unsaturated color. Should be used for values that naturally wrap around. </summary>\n",
347+
" <summary> 3. <b>Cyclic:</b> change in lightness of two different colors that meet in the middle and begin and end at an unsaturated color. Should be used for values that naturally wrap around. </summary>\n",
348348
"\n",
349349
"![Cyclic](images/cyclic.png)\n",
350350
"\n",
351351
"![Cyclic](images/c.png)\n",
352352
"</details>\n",
353353
"\n",
354354
"<details>\n",
355-
"<summary> 1. **Qualitative:** miscellaneous color. Should not be used for data that has ordering or relationships. </summary>\n",
355+
" <summary> 4. <b>Qualitative:</b> miscellaneous color. Should not be used for data that has ordering or relationships. </summary>\n",
356356
"\n",
357357
"![Qualitative](images/qualitative.png)\n",
358358
"\n",
@@ -753,7 +753,7 @@
753753
],
754754
"metadata": {
755755
"kernelspec": {
756-
"display_name": "Python 3",
756+
"display_name": "Python 3 (ipykernel)",
757757
"language": "python",
758758
"name": "python3"
759759
},
@@ -767,7 +767,7 @@
767767
"name": "python",
768768
"nbconvert_exporter": "python",
769769
"pygments_lexer": "ipython3",
770-
"version": "3.8.10"
770+
"version": "3.8.12"
771771
}
772772
},
773773
"nbformat": 4,

0 commit comments

Comments
 (0)