8000 Improve Artist docstrings by timhoffm · Pull Request #11951 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Improve Artist docstrings #11951

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 1 commit into from
Aug 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
8000
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions doc/api/artist_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ Interactive
:nosignatures:

Artist.add_callback
Artist.format_cursor_data
Artist.get_contains
Artist.remove_callback
Artist.pchanged
Artist.get_cursor_data
Artist.get_picker
Artist.format_cursor_data
Artist.mouseover
Artist.pchanged
Artist.contains
Artist.set_contains
Artist.get_contains
Artist.pick
Artist.pickable
Artist.remove_callback
Artist.set_contains
Artist.set_picker
Artist.contains
Artist.get_picker

Margins and Autoscaling
-----------------------
Expand All @@ -59,12 +59,12 @@ Clipping
:toctree: _as_gen
:nosignatures:

Artist.get_clip_box
Artist.set_clip_on
Artist.get_clip_on
Artist.get_clip_path
Artist.set_clip_box
Artist.set_clip_on
Artist.get_clip_box
Artist.set_clip_path
Artist.get_clip_path

Bulk Properties
---------------
Expand All @@ -86,29 +86,29 @@ Drawing
:nosignatures:

Artist.draw
Artist.get_animated
Artist.set_animated
Artist.get_animated

Artist.get_agg_filter

Artist.set_alpha
Artist.get_alpha
Artist.set_snap
Artist.get_snap
Artist.set_visible
Artist.get_visible
Artist.zorder
Artist.set_zorder
Artist.get_zorder
Artist.set_agg_filter
Artist.set_alpha

Artist.set_sketch_params
Artist.set_snap
Artist.get_rasterized
Artist.get_sketch_params
Artist.set_path_effects
Artist.set_rasterized
Artist.zorder
Artist.set_visible
Artist. 93A4 set_zorder
Artist.get_window_extent
Artist.get_rasterized
Artist.set_path_effects
Artist.get_path_effects

Artist.get_agg_filter
Artist.get_window_extent
Artist.get_transformed_clip_path_and_affine

Figure and Axes
Expand Down Expand Up @@ -164,12 +164,12 @@ Metadata
:toctree: _as_gen
:nosignatures:

Artist.get_gid
Artist.get_label
Artist.set_gid
Artist.get_gid
Artist.set_label
Artist.get_url
Artist.get_label
Artist.set_url
Artist.get_url
Artist.aname

Stale
Expand Down
Loading
0