Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

AGG link changed. Also fix other doc warnings #3342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 7, 2014
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add lines_api.rst and patches_api.rst
  • Loading branch information
WeatherGod committed Aug 3, 2014
commit 2dfccf41cba35c597e9dd4e41960d08df2d0e03a
2 changes: 2 additions & 0 deletions 2 doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@
font_manager_api.rst
gridspec_api.rst
legend_api.rst
lines_api.rst
markers_api.rst
mathtext_api.rst
mlab_api.rst
patches_api.rst
path_api.rst
patheffects_api.rst
pyplot_api.rst
Expand Down
12 changes: 12 additions & 0 deletions 12 doc/api/lines_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*****
lines
*****


:mod:`matplotlib.lines`
=======================

.. automodule:: matplotlib.lines
:members:
:undoc-members:
:show-inheritance:
12 changes: 12 additions & 0 deletions 12 doc/api/patches_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*******
patches
*******


:mod:`matplotlib.patches`
=========================

.. automodule:: matplotlib.patches
:members:
:undoc-members:
:show-inheritance:
Morty Proxy This is a proxified and sanitized view of the page, visit original site.