File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ calls.
268268 figures one day before submission deadline or regenerate a set of figures
269269 after the person who created them left the group.
270270- Matplotlib and also all the other libraries allow to customize almost every aspect of a plot.
271- - It is useful to study [ Matplotlib parts of a figure] ( https://matplotlib.org/faq/usage_faq .html#parts-of-a-figure )
271+ - It is useful to study [ Matplotlib parts of a figure] ( https://matplotlib.org/stable/tutorials/introductory/quick_start .html#parts-of-a-figure )
272272 so that we know what to search for to customize things.
273273- Matplotlib cheatsheets: < https://github.com/matplotlib/cheatsheets >
274274- You can also select among pre-defined themes/
@@ -362,7 +362,7 @@ For figures that go to print it is good practice to look at them at the size
362362they will be printed in and then often fonts and tickmarks are too small.
363363
364364Your task is to make the tickmarks and the axis label font larger, using
365- [Matplotlib parts of a figure](https://matplotlib.org/faq/usage_faq .html#parts-of-a-figure)
365+ [Matplotlib parts of a figure](https://matplotlib.org/stable/tutorials/introductory/quick_start .html#parts-of-a-figure)
366366and web search, and to arrive at this:
367367
368368```{figure} data-visualization/customizing/gapminder-larger-font.png
You can’t perform that action at this time.
0 commit comments