Hi Mike,
Your test pdf shows up properly in Foxit.
MD> So --- this would appear to be a bug in Foxit. Perhaps you could
MD> submit this problematic PDF to them.
I will do so, and I'll also include your description of the problem.
--
Chris
--
In matplotlib's Python PDF backend, each marker type is stored in an
XObject (a reusable object) only once, and referenced to draw each to
the screen. The Cairo backend does not have this optimization and draws
each marker independently. It would seem that Foxit does not use the
current graphic
Hi Michael,
MD> I can't be of much help with Windows builds, unfortunately.
MD> However, for clarification, is this error from building pycairo or
MD> matplotlib? matplotlib *should* be able to bypass pkg-config if it
MD> isn't available.
The error occurred while building pycairo.
MD> > will
Christopher Brown wrote:
> Hi Mike,
>
> MD> It's worth noting -- these viewer differences do pop up from time to
> MD> time. Since I don't have Foxit (or Windows) installed, I wonder if
> MD> you could run an experiment. If you generate the PDF with mpl's
> MD> Cairo backend, do you see the sa
Hi Mike,
MD> It's worth noting -- these viewer differences do pop up from time to
MD> time. Since I don't have Foxit (or Windows) installed, I wonder if
MD> you could run an experiment. If you generate the PDF with mpl's
MD> Cairo backend, do you see the same behavior? If not, we can
MD> ana
It's worth noting -- these viewer differences do pop up from time to
time. Since I don't have Foxit (or Windows) installed, I wonder if you
could run an experiment. If you generate the PDF with mpl's Cairo
backend, do you see the same behavior? If not, we can analyse the
differences in the P
Christopher Brown wrote:
> With mpl 0.91.2, the markeredgewidth property does not seem to have an
> effect when using the pdf backend (seems to always be 1, regardless of
> what I set it to, and it seems to be fine with other backends). Here is
> a minimal example:
Interestingly, the error only
Christopher Brown <[EMAIL PROTECTED]> writes:
> With mpl 0.91.2, the markeredgewidth property does not seem to have an
> effect when using the pdf backend (seems to always be 1, regardless of
> what I set it to, and it seems to be fine with other backends).
I can't replicate this problem. Coul