File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22:mod: `matplotlib.backends.backend_gtkagg `
33=========================================
44
5- .. automodule :: matplotlib.backends.backend_gtkagg
6- :members:
7- :undoc-members:
5+ **TODO ** We'll add this later, importing the gtk backends requires an active
6+ X-session, which is not compatible with cron jobs.
7+
8+ .. .. automodule:: matplotlib.backends.backend_gtkagg
9+ .. :members:
10+ .. :undoc-members:
Original file line number Diff line number Diff line change @@ -196,14 +196,14 @@ FLTKAgg Agg rendering to a FLTK canvas (requires pyFLTK_)
196196How do I compile matplotlib with PyGTK-2.4?
197197-------------------------------------------
198198
199- There is a `bug < pygtk-2.4-bug >`_ in PyGTK-2.4. You need to edit
199+ There is a `bug in PyGTK-2.4 `_ . You need to edit
200200:file: `pygobject.h ` to add the :cmacro: `G_BEGIN_DECLS ` and :cmacro: `G_END_DECLS `
201201macros, and rename :cdata: `typename ` parameter to :cdata: `typename_ `::
202202
203203 - const char *typename,
204204 + const char *typename_,
205205
206- .. _`bug <pygtk -2.4-bug> ` : http://bugzilla.gnome.org/show_bug.cgi?id=155304
206+ .. _`bug in PyGTK -2.4` : http://bugzilla.gnome.org/show_bug.cgi?id=155304
207207
208208
209209OS-X questions
You can’t perform that action at this time.
0 commit comments