We are planning to replace Rasterize and all Export
#275
JerryI
started this conversation in
Graphics & Plot functions
Replies: 2 comments 2 replies
-
|
Update 12.Sep.2024
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Was dumping what looks like internal commands/data instead of rasterized image. Uninstalled, removed all installation directory, installed again - rasterization works now. Please disregard |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It was reported multiple times, that
ExportandRasterizeis quite buggy in WLJS Notebook.Our recreations of the native
Plot,GraphicsandGraphics3Dare still far from being perfect. Some styling options are missing. People have been usingExportandRasterize, which produce "original" Mathematica's graphics considering all styles. However, now we (@KirillBelovTest and I @JerryI ) are struggling with several problems:Rasterize(as well asExport[out_, g_Graphics]) for some reason usesStandardFormof expressions, which we had to alter in order to support Mathematica's syntax sugar, expressions styling and many more things in our environment.RasterizeorExportdoes not match with a look of graphics in a notebook cell (since it uses different implementations of primitives).Exportbreaks our styling and vise versa.From this on, we believe the way of still trying to support Mathematica's output is probably doomed. There is a suggestion, which was already successfully tested to completely clear the symbol
Rasterizeand replace it with our own, i.e.it will affect
Exportautomatically.What it means in a nutshell:
Test export
Please share your opinion.
I personally believe this is more progressive way, focusing on WLJS versions of
Plot,Graphicsand etc, improving it, adding requested style options and other features.It would be also helpful if you could mention the styling options and any other features related to
GraphicsandGraphics3Dwhich you need in your daily work. Then we can prioritize them in a right wayBeta Was this translation helpful? Give feedback.
All reactions