|
84 | 84 | "fmt = '[marker][line][color]'\n", |
85 | 85 | "~~~\n", |
86 | 86 | "\n", |
87 | | - "https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.plot.html (scroll down)" |
| 87 | + "https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.plot.html (scroll down)" |
88 | 88 | ] |
89 | 89 | }, |
90 | 90 | { |
|
222 | 222 | "\n", |
223 | 223 | "There are various ways to specify colors:\n", |
224 | 224 | "\n", |
225 | | - "https://matplotlib.org/api/colors_api.html?highlight=colors#module-matplotlib.colors\n", |
| 225 | + "https://matplotlib.org/stable/tutorials/colors/colors.html\n", |
226 | 226 | "\n", |
227 | | - "https://matplotlib.org/devdocs/gallery/color/named_colors.html#sphx-glr-gallery-color-named-colors-py" |
| 227 | + "https://matplotlib.org/stable/gallery/color/named_colors.html" |
228 | 228 | ] |
229 | 229 | }, |
230 | 230 | { |
|
319 | 319 | "\n", |
320 | 320 | "Often you don't need it. But it's good to know, and sometimes handy.\n", |
321 | 321 | "\n", |
322 | | - "The returned objects are Artists that define elements in the plot such as lines, etc. See the [Returns section in the docs](https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.plot.html) for details." |
| 322 | + "The returned objects are Artists that define elements in the plot such as lines, etc. See the [Returns section in the docs](https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.plot.html) for details." |
323 | 323 | ] |
324 | 324 | }, |
325 | 325 | { |
|
658 | 658 | "source": [ |
659 | 659 | "## Other plotting functions\n", |
660 | 660 | "\n", |
661 | | - "See https://matplotlib.org/api/axes_api.html" |
| 661 | + "See\n", |
| 662 | + "\n", |
| 663 | + "- https://matplotlib.org/stable/plot_types/index.html\n", |
| 664 | + "- https://matplotlib.org/stable/api/axes_api.html" |
662 | 665 | ] |
| 666 | + }, |
| 667 | + { |
| 668 | + "cell_type": "code", |
| 669 | + "execution_count": null, |
| 670 | + "metadata": {}, |
| 671 | + "outputs": [], |
| 672 | + "source": [] |
663 | 673 | } |
664 | 674 | ], |
665 | 675 | "metadata": { |
666 | 676 | "kernelspec": { |
667 | | - "display_name": "Python 3", |
| 677 | + "display_name": "Python 3 (ipykernel)", |
668 | 678 | "language": "python", |
669 | 679 | "name": "python3" |
670 | 680 | }, |
|
678 | 688 | "name": "python", |
679 | 689 | "nbconvert_exporter": "python", |
680 | 690 | "pygments_lexer": "ipython3", |
681 | | - "version": "3.7.4" |
| 691 | + "version": "3.10.4" |
682 | 692 | } |
683 | 693 | }, |
684 | 694 | "nbformat": 4, |
|
0 commit comments