Hi,
Brand new, not quite a user here of the Wolfram Engine.
I downloaded it,installed it and started running stuff. The first hurdle I hit was how to get the graphics to display. Unfortunately, -Graphics- and the like aren't terribly useful. So, I learned that I could initialize a graphics context by typing `<<JavaGraphics`` and then doing stuff like Plot()... This is swell, even if it's a bit of black magic. I got graphics displaying - yay.
However, I would like to be able to export some of the graphics I create and not others. I'm looking for a way to export the graphic that JavaGraphics is displaying. This may or may not be possible (I can always use Export and it'll both export and display, but generally since I don't know anything about "JavaGraphics", I'd like to know more to be able to determine what I can do with it.
Thanks,
Will