Skip to content

Rotate markers in Scatter plot #2432

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

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f8ec9aa
add rotation capabilities for scatter plot and PathCollection
mgoacolou Sep 17, 2013
626dd6f
add rotation capabilities for scatter plot and PathCollection
mgoacolou Sep 17, 2013
b58bfae
PEP8 line too long
mgoacolou Sep 18, 2013
2742c1b
PathCollection docstring and code revue from pelson
mgoacolou Sep 18, 2013
e376c46
Axes.scatter and pyplot.scatter updates with code revue from pelson
mgoacolou Sep 18, 2013
9d4b4cf
update example
mgoacolou Sep 18, 2013
23b79d8
Update stackplot docs for legend capabilities
dmcdougall Jun 22, 2013
3527d36
Add warning for mixing AnchoredText with bad kwarg
dmcdougall Jun 28, 2013
b9fbc3e
Clear the Python exception when the transformation passed in does not…
mdboom Jul 2, 2013
323e361
Pass an instance, rather than a type, to cleanup_path
mdboom Jul 2, 2013
d44e26f
Use a regular expression to handle the different output of integers o…
mdboom Jul 2, 2013
ea80948
Fix the link to the nosedocs and add a little more information
mdboom Jul 2, 2013
d9d16ae
Fix building Python integers from size_t values
cgohlke Jun 1, 2013
f605d36
Updated some of the documentation information.
pelson Mar 11, 2013
3b32ab3
Updated license initials & copyright notice.
pelson Mar 12, 2013
e1662cb
Fix missed search-and-replace
mdboom Jul 3, 2013
5e5cf0c
Improve message about file in old place
mdboom Jul 16, 2013
f1e8f6e
add rotation capabilities for scatter plot and PathCollection
mgoacolou Sep 17, 2013
4ee7600
add rotation capabilities for scatter plot and PathCollection
mgoacolou Sep 17, 2013
c5239ea
PEP8 line too long
mgoacolou Sep 18, 2013
11dbc20
PathCollection docstring and code revue from pelson
mgoacolou Sep 18, 2013
9fb25cc
Axes.scatter and pyplot.scatter updates with code revue from pelson
mgoacolou Sep 18, 2013
9abda5a
update example
mgoacolou Sep 18, 2013
7672333
Merge branch 'v1.3.x' of github.com:mgoacolou/matplotlib into angles-…
mgoacolou Sep 18, 2013
b084c44
update pyplots with boilerplate.py
mgoacolou Sep 18, 2013
4b0a9ce
merge master to here
mgoacolou Sep 18, 2013
3c9c262
refactor and improvement from WheatherGod and NellV revue
mgoacolou Sep 18, 2013
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
Fix missed search-and-replace
  • Loading branch information
mdboom authored and mgoacolou committed Sep 18, 2013
commit e1662cb92a75baff1cb977c9fd71dc032d79ecbc
2 changes: 1 addition & 1 deletion doc/users/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ collective copyright of the entire matplotlib Development Team. If
individual contributors want to maintain a record of what
changes/contributions they have specific copyright on, they should
indicate their copyright in the commit message of the change, when
they commit the change to one of the IPython repositories.
they commit the change to one of the matplotlib repositories.

The Matplotlib Development Team is the set of all contributors to the
matplotlib project. A full list can be obtained from the git version
Expand Down