How to rasterize large scatter plots?
See original GitHub issueHi, is there an option to rasterize scatter plot?
Something like rasterized=True
in matplotlib:
https://brushingupscience.com/2017/05/09/vector-and-raster-in-one-with-matplotlib/
For reference, I’m currently writing PDF’s with ~ 500MB size per figure…
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to partially rasterize a figure plotted with R
Now we must figure out how big our plot area actually is. To do so, use the par function to extract the plot...
Read more >Selective Raster Graphics - Department of Statistics
The grid.rasterize function works by creating a raster version of only a specific sub-region of a plot. An alternative approach is to rasterize...
Read more >Rasterization for vector graphics - Matplotlib
Rasterization converts vector graphics into a raster image (pixels). It can speed up rendering and produce smaller files for large data sets, ...
Read more >How to create fast and accurate scatter plots with lots of data ...
datashader is a great library to visualize larger datasets. The main improvement comes from the rasterization process: matplotlib will create a ...
Read more >Slim down your bloated graphics - AstroBetter
My favorite solution is to use the rasterized keyword in the matplotlib plot function. Points are rasterized, but text and line art remain ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Hoeze, I will consider it, may be the realise after the next one.
You can drop into matplotlib to do it.