Skip to content
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

Merge 2.x to master #6356

Merged
merged 21 commits into from May 1, 2016
Merged

Merge 2.x to master #6356

merged 21 commits into from May 1, 2016

Conversation

jenshnielsen
Copy link
Member

A few tricky conflicts so just doing this via a PR to make sure it works correctly

jenshnielsen and others added 21 commits April 3, 2016 19:56
The function quote_ps_string is used to sanitize the result of
np.tostring (which really returns bytes) to make sure no 'special'
ps characters make it through.

We were trying to use unicode to replace in a byte string

We also need to decode bytes to unicode to put the string into the
ps file.

closes matplotlib#6226
FIX: use b'' when escaping array as strings in ps
MNT: trap inappropriate use of color kwarg in scatter; closes matplotlib#6266
FIX: plug a theoretical security hole
Only render markers on a line when markersize > 0
If the user functions return None, raise RuntimeError.

Suggested in matplotlib#6332
MNT: be explicitly strict in FunctionAnimation
API/ENH: Color cycle handling
…-maint

MAINT: Updates to formatters in `matplotlib.ticker`
Conflicts:
	.mailmap
	  - just added the 1 new line, did not change any others
	lib/matplotlib/tests/test_ticker.py
	  - whitespace vs new tests
…rker-rc

Add default scatter marker option to rcParams
@jenshnielsen
Copy link
Member Author

Ignoring the tiny drop in coverage this passes

@jenshnielsen jenshnielsen merged commit c227b14 into matplotlib:master May 1, 2016
@jenshnielsen jenshnielsen deleted the 2xtomaster branch May 1, 2016 09:08
@QuLogic QuLogic added this to the 2.1 (next point release) milestone May 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants