Skip to content

Commit

Permalink
Merge pull request #9 from aaronlauterer/Fix_figure_rasterized_exampl…
Browse files Browse the repository at this point in the history
…e_link

Fix figure_rasterized_example link
  • Loading branch information
Wookai committed May 7, 2019
2 parents 6287e40 + ce1d45d commit 2f6ee98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ The solution is to rasterize parts of your figure, i.e., to tell `matplotlib` th

You can pass the `rasterized=True` keyword to most plotting fuctions in `matplotlib`.
You can also use different layers using the `zorder` and tell `matplotlib` to rasterize all the layers below a given `zorder` using the `set_rasterization_zorder()` method of the axis.
See [figure_rasterized_example.py](https://github.com/Wookai/paper-tips-and-tricks/blob/master/src/pyton/figure_rasterized_example.py) and http://matplotlib.org/examples/misc/rasterization_demo.html for examples of rasterization.
See [figure_rasterized_example.py](https://github.com/Wookai/paper-tips-and-tricks/blob/master/src/python/figure_rasterized_example.py) and http://matplotlib.org/examples/misc/rasterization_demo.html for examples of rasterization.

# Useful resources

Expand Down

0 comments on commit 2f6ee98

Please sign in to comment.