8000 BUG: Fixes custom path marker sizing for issue #1980 by cimarronm · Pull Request #3378 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

BUG: Fixes custom path marker sizing for issue #1980 #3378

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 3 commits into from
Aug 26, 2014
Merged
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
DOC: Elaborated marker style documentation for custom-defined markers
  • Loading branch information
cimarronm committed Aug 18, 2014
commit edeba33881f8b6257c958bf36c589d13d91e2075
2 changes: 2 additions & 0 deletions lib/matplotlib/markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"" nothing
``'$...$'`` render the string using mathtext.
`verts` a list of (x, y) pairs used for Path vertices.
The center of the marker is located at (0,0) and
the size is normalized.
path a `~matplotlib.path.Path` instance.
(`numsides`, `style`, `angle`) see below
============================== ===============================================
Expand Down
0