@@ -196,13 +196,13 @@ understanding of what is going on, read on. To make things a little
196196more customizable for graphical user interfaces, matplotlib separates
197197the concept of the renderer (the thing that actually does the drawing)
198198from the canvas (the place where the drawing goes). The canonical
199- renderer for user interfaces is ``Agg `` which uses the `antigrain
200- <http://antigrain.html> `_ C++ library to make a raster (pixel) image
201- of the figure. All of the user interfaces can be used with agg
202- rendering, eg ``WXAgg ``, ``GTKAgg ``, ``QTAgg ``, ``TkAgg ``,
203- `` CocoaAgg ``. In addition, some of the user interfaces support other
204- rendering engines. For example, with GTK, you can also select GDK
205- rendering (backend ``GTK ``) or Cairo rendering (backend ``GTKCairo ``).
199+ renderer for user interfaces is ``Agg `` which uses the `Anti-Grain
200+ Geometry `_ C++ library to make a raster (pixel) image of the figure.
201+ All of the user interfaces can be used with agg rendering, eg
202+ ``WXAgg ``, ``GTKAgg ``, ``QTAgg ``, ``TkAgg ``, `` CocoaAgg ``. In
203+ addition, some of the user interfaces support other rendering engines.
204+ For example, with GTK, you can also select GDK rendering (backend
205+ ``GTK ``) or Cairo rendering (backend ``GTKCairo ``).
206206
207207For the rendering engines, one can also distinguish between `vector
208208<http://en.wikipedia.org/wiki/Vector_graphics> `_ or `raster
0 commit comments