You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the rcParams 'pdf.combine_images', 'svg.combine_images', and
'ps.combine_images' to permit users to decide whether they want the
vector graphics backend to combine all images within a set of axes
into a single image. (If images do not get combined, users can open
vector graphics files in Adobe Illustrator or Inkscape and edit each
image individually.) Also changed 'renderer.option_nocomposite' to
the clearer name 'renderer.option_combine_images'.
Improved combine image tests to actually count the number of images in the vector graphics files. Also replaced the rcParams 'pdf.combine_images', 'svg.combine_images', and 'ps.combine_images' with 'vector_backends.combine_images'
Corrected PEP8 coding standard violations
Updated 'combine_images' tests for PS and SVG backends to hopefully make them Python 3 compatible.
Fixed some PEP8 violations to leave the code cleaner than I found it.
Fixed PEP8 violations introduced in my effort to fix PEP8 violations in my last commit.
Changed the rcParam option name from 'vector_graphics.combine_images' to 'image.combine_images', and updated the matplotlibrc.template.
Update the backend tests with the new rcParam name 'image.combine_images'
Added the rcParams 'pdf.combine_images', 'svg.combine_images', and
'ps.combine_images' to permit users to decide whether they want the
vector graphics backend to combine all images within a set of axes
into a single image. (If images do not get combined, users can open
vector graphics files in Adobe Illustrator or Inkscape and edit each
image individually.) Also changed 'renderer.option_nocomposite' to
the clearer name 'renderer.option_combine_images'.
Improved combine image tests to actually count the number of images in the vector graphics files. Also replaced the rcParams 'pdf.combine_images', 'svg.combine_images', and 'ps.combine_images' with 'vector_backends.combine_images'
Corrected PEP8 coding standard violations
Updated 'combine_images' tests for PS and SVG backends to hopefully make them Python 3 compatible.
Fixed some PEP8 violations to leave the code cleaner than I found it.
Fixed PEP8 violations introduced in my effort to fix PEP8 violations in my last commit.
Changed the rcParam option name from 'vector_graphics.combine_images' to 'image.combine_images', and updated the matplotlibrc.template.
Update the backend tests with the new rcParam name 'image.combine_images'
0 commit comments