On 11/10/15 11:33, John H Palmieri wrote:
The only possibly relevant thing I could find was in src/_image.h:

$ grep 32768 _image.h
     if (rows >= 32768 || cols >= 32768) {
         throw "rows and cols must both be less than 32768";

But something like this was also in the old version...  I also looked
for "less than" and "below" in the src directory and didn't find
anything useful.

fbissey@QCD-nzi3 ~ $ grep -R '32768' /home/extra/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3/* /home/extra/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3/extern/agg24/src/agg_sqrt_tables.cpp:
31925,31991,32056,32122,32187,32252,32317,32382,32446,32511,32575,32640,32704,32768,
/home/extra/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3/src/_image.cpp: if (numrows >= 32768 || numcols >= 32768) /home/extra/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3/src/_image.cpp: throw Py::RuntimeError("numrows and numcols must both be less than 32768"); /home/extra/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3/src/_image.cpp: if (x >= 32768 || y >= 32768) /home/extra/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3/src/_image.cpp: throw Py::ValueError("x and y must both be less than 32768"); /home/extra/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3/src/_image.cpp: if (rows >= 32768 || cols >= 32768) /home/extra/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3/src/_image.cpp: throw Py::ValueError("rows and cols must both be less than 32768"); /home/extra/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3/src/_image.cpp: if (rows >= 32768 || cols >= 32768) /home/extra/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3/src/_image.cpp: throw Py::ValueError("rows and cols must both be less than 32768"); /home/extra/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3/src/_backend_agg.cpp: throw Py::ValueError("width and height must each be below 32768"); fbissey@QCD-nzi3 ~ $ grep -R '32768' /home/extra/portage/dev-python/matplotlib-1.5.0/work/matplotlib-1.5.0/* /home/extra/portage/dev-python/matplotlib-1.5.0/work/matplotlib-1.5.0/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 /home/extra/portage/dev-python/matplotlib-1.5.0/work/matplotlib-1.5.0/extern/agg24-svn/src/agg_sqrt_tables.cpp:
31925,31991,32056,32122,32187,32252,32317,32382,32446,32511,32575,32640,32704,32768,
/home/extra/portage/dev-python/matplotlib-1.5.0/work/matplotlib-1.5.0/src/_image.h: if (rows >= 32768 || cols >= 32768) { /home/extra/portage/dev-python/matplotlib-1.5.0/work/matplotlib-1.5.0/src/_image.h: throw "rows and cols must both be less than 32768";


still there in _image.h but as you can see the limitations to
32768 have been reduced considerably.

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