|
36 | 36 | "\n", |
37 | 37 | "| Concepts | Importance |\n", |
38 | 38 | "| --- | --- |\n", |
39 | | - "| Basic familiarity with [NumPy](../numpy-basics) | Necessary |\n", |
| 39 | + "| Basic familiarity with [NumPy](../numpy/numpy-basics) | Necessary |\n", |
40 | 40 | "| Basic familiarity with [Matplotlib](matplotlib) | Necessary |\n", |
41 | 41 | "\n", |
42 | 42 | "- **Time to learn**: *30-40 minutes*" |
|
320 | 320 | "Click the dropdown arrow to see examples of colormaps within their respective classes.\n", |
321 | 321 | "\n", |
322 | 322 | "<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", |
324 | 324 | "\n", |
325 | 325 | "\n", |
326 | 326 | "\n", |
|
336 | 336 | "</details>\n", |
337 | 337 | "\n", |
338 | 338 | "<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", |
340 | 340 | "\n", |
341 | 341 | "\n", |
342 | 342 | "\n", |
343 | 343 | "\n", |
344 | 344 | "</details>\n", |
345 | 345 | "\n", |
346 | 346 | "<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", |
348 | 348 | "\n", |
349 | 349 | "\n", |
350 | 350 | "\n", |
351 | 351 | "\n", |
352 | 352 | "</details>\n", |
353 | 353 | "\n", |
354 | 354 | "<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", |
356 | 356 | "\n", |
357 | 357 | "\n", |
358 | 358 | "\n", |
|
753 | 753 | ], |
754 | 754 | "metadata": { |
755 | 755 | "kernelspec": { |
756 | | - "display_name": "Python 3", |
| 756 | + "display_name": "Python 3 (ipykernel)", |
757 | 757 | "language": "python", |
758 | 758 | "name": "python3" |
759 | 759 | }, |
|
767 | 767 | "name": "python", |
768 | 768 | "nbconvert_exporter": "python", |
769 | 769 | "pygments_lexer": "ipython3", |
770 | | - "version": "3.8.10" |
| 770 | + "version": "3.8.12" |
771 | 771 | } |
772 | 772 | }, |
773 | 773 | "nbformat": 4, |
|
0 commit comments