njpipeorgan / wolfram-language-notebook

Notebook support for Wolfram Language in VS Code
Apache License 2.0
159 stars 11 forks source link

Graph and Dataset objects are not rasterized and the default image size for Graphics is large #42

Open userrand opened 1 year ago

userrand commented 1 year ago

Hi,

Thank you for your work as it allows a rather nice notebook environment (especially with github copilot).

Describe the bug

"Graph and Dataset objects are returned in input form and the default image size for Graphics is quite big"

Expected behavior

"Graph and Dataset objects should return an image and the default image size for Graphics should maybe be smaller"

Environment (please complete the following information):

asukaminato0721 commented 9 months ago

this problem could be partly fixed use wolfram player.

Screenshot_20231204_013942

userrand commented 9 months ago

Nice ! Thank you, I saw your repository before https://github.com/asukaminato0721/mmaplayer but I have not yet taken the time to look at the code.