On 11/10/15 08:09, John H Palmieri wrote:
With the current version, running

   grep -R 'width and height must'
local/lib/python/site-packages/matplotlib*

finds a match. What happens if you do the same with the new version?

Blank:
fbissey@QCD-nzi3 ~/sandbox/git-fork/sage $ grep -R 'width and height must' local/lib/python/site-packages/matplotlib*
fbissey@QCD-nzi3 ~/sandbox/git-fork/sage $


The only match in the source is in
doc/users/github_stats.rst:* :ghissue:`5191`: self._renderer = _RendererAgg(int(width), int(height), dpi, debug=False) ValueError: width and height must each be below 32768

Looking at the github issue they didn't do anything about it.
I am guessing that new agg code merged after the ticket may
have taken care of that particular problem.

The segfault problem is still mentioned in the agg code
and I still observe it.

I think I will just remove that section. It will be gone
by tomorrow unless someone has a counter proposal.

Francois

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to