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

Texlive travis #3549

Closed
wants to merge 23 commits into from
Closed

Conversation

jenshnielsen
Copy link
Member

This is just an experiment at this stage to see if it is possible to build some more full documents on travis

tacaswell and others added 23 commits September 3, 2014 16:23
Due to scoping fixes in py3k, list comprehensions over class level
attributes during class definition does not work (see
http://stackoverflow.com/questions/13905741/accessing-class-variables-from-a-list-comprehension-in-the-class-definition).

Superficially Fixes matplotlib#3436. There seem to be other issues
When formatting the png data to send over the wire need to decode the
byte string to ascii.  If this is not done the literal string sent
to the browser is:
   "data:image/png;base64,b'iVBOR...'"
instead of
   "data:image/png;base64,iVBOR..."

The extra b' makes the string no longer a valid png which is why
we were getting white boxes
_get_clip_path was returning '<built-in function id>' instead
of the ps-function name like it should have been.  This was introduced
in 9b9c0c6 in PR matplotlib#2927.

Closes matplotlib#3523
BUG : fix eps corruption when using clipping
…hould

silence most warnings in the html only small build on travis
BUG : use getcwdu to deal with unicode in user home-path in python 2
BUG : Only insert links to pdfs if we are actually generating these.
Changed to be True to match the code

closes matplotlib#3455
BUG : Added legend.framealpha to rcParams, as mentioned in axes.legend docstring
BUG/DOC : Correct default value listed in docstring
Restore the value of `whis` to the input value at the top of each pass
through the for-loop.

@WeatherGod hit the nail on the head.

closes matplotlib#3468
BUG : fixes whis over-writing in boxplot_stats
FIX : Bug in AutoDateLocator when dates are in reverse order
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

7 participants