https://bugs.kde.org/show_bug.cgi?id=489861
--- Comment #2 from Alexander Semke <alexander.se...@web.de> --- (In reply to sulskis.d from comment #0) > SUMMARY > > While creating box and histogram plots, I noticed they are not vectorized > and pixelated when zooming in. I also exported them to SVG to edit them in > Inkscape, but they stayed pixelated. This does not happen with x-y curves > plotting > > STEPS TO REPRODUCE > 1. Create a box or histogram plot > 2. Zoom into the plot and check vectorization > 3. Export plot as SVG file type > 4. Open with Inkscape to inspect plots > > OBSERVED RESULT > > Pixelated plots Thank your for reporting this issue! Internally we cache the results in a pixmap to have faster repainting of objects. During the export the vectorized version should be used which was not the case for other plot types. We fixed this issue now, the fix will be part of the next release 2.11 that should come in the next couple of days. We also plan to improve the quality of drawing when zooming in also with cached pixmaps by recalculating them during the zoom. This will take more time and will come in later releases. If you need better quality now during the zoom-in on the worksheet, just deactivate the option "double buffering" for the worksheet in the application settings. Please note, this might make the application slower if you're plotting big data sets (millions of points or so). -- You are receiving this mail because: You are watching all bug changes.