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*

5
  • 2
    $\begingroup$ I saw the method in this a while ago. mathgis.blogspot.com/2009/02/howto-display-2d-plot-in-3d.html $\endgroup$ Commented Mar 29, 2012 at 14:10
  • $\begingroup$ @Ajasja You are right this is the link I was looking for.. $\endgroup$ Commented Mar 29, 2012 at 14:17
  • $\begingroup$ @PlatoManiac Make3d[plot_, height_, opacity_] does not respect the colour of plot_ when this made by Graphics, for example: s = Graphics[Polygon[{{0, 0}, {1, 1}, {0, 1}, {1, 0}}], BaseStyle -> Red] Show[{Graphics3D[Make3d[s, 0, 100.8]]}, Axes -> False, Boxed -> False] what can I do to stick to the original colour? $\endgroup$ Commented Jun 17, 2015 at 20:42
  • $\begingroup$ @Mr.Wizard♦ any idea on my comment just above ? $\endgroup$ Commented Jun 18, 2015 at 9:59
  • 1
    $\begingroup$ @Mencia Sjoerd's Texture method is probably easiest if you want a complete image of the 2D plot with all options considered. (You can rasterize at a higher resolution of the texture quality is not as good as you would like.) Otherwise I would suggest manually adding specific handling for BaseStyle and anything else you want, perhaps Prolog and Epilog, Background, etc. If you have trouble extracting and integrating these option values let me know. $\endgroup$ Commented Jun 19, 2015 at 3:24