Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • 1
    $\begingroup$ Hi, can you please elaborate a bit on how is this question not a duplicate of Rasterized density plot with vector axes $\endgroup$ Commented Jul 4, 2022 at 8:11
  • $\begingroup$ thanks, @rhermans, yes it perfectly does for DensityPlot but not for Plot3D. $\endgroup$ Commented Jul 4, 2022 at 8:31
  • $\begingroup$ I still get poor resolution of labels even with RasterSize -> 4000.. it would be nice if one can Rasterize` profile and axes with labels independently and then combine all $\endgroup$ Commented Jul 4, 2022 at 8:38
  • $\begingroup$ And how do you propose to combine the low-resolution plot with the high-resolution axis? I like your question, I think the main issue is to get the 2D projection of the axis and frame to overlap perfectly on the bitmap. Probably you could split the problems into parts. Given a Plot3D, ViewProjection and ViewPoint, extract the Line and Text that constitute Frame and Axis Lines, project them into a 2D Graphics with the rasterised Plot3D bitmap as the background. $\endgroup$ Commented Jul 4, 2022 at 10:59
  • $\begingroup$ I was thinking about Legended to do that, I know not an elegent way to do it! $\endgroup$ Commented Jul 4, 2022 at 11:11