Exporting visualization as images #1200
Unanswered
kornel-at-swoop
asked this question in
Q&A
Replies: 1 comment
-
Tablesaw uses JavaScript to create the images so it can’t do what you want
without user interaction, unless you can setup a JavaScript engine as part
of your pipeline.
There are some Java FX libraries that produce nice images, but you would
need to search them out. I don’t recall their names
…On Tue, Apr 11, 2023 at 10:51 AM kornel-at-swoop ***@***.***> wrote:
Hello,
I need to export chart images in well known image formats such as PNG or
SVG. Basically, I need to load data from CSVs from Java, visualize it, and
then export it as chart images.
The reason for this is that I need to show charts in a platform that does
not support showing charts but does support showing images. I would like to
call out to a java library to produce the visualizations and import the
output as images into my platform.
Can tablesaw do that? If not, is there any java library that can produce
nice visualizations of data and export them as images?
Any help would be greatly appreciated.
Thx
Kornel
—
Reply to this email directly, view it on GitHub
<#1200>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2FPAUD35HX2BABP5A7C53XAVVVXANCNFSM6AAAAAAW2MM6OY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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
-
Hello,
I need to export chart images in well known image formats such as PNG or SVG. Basically, I need to load data from CSVs from Java, visualize it, and then export it as chart images.
The reason for this is that I need to show charts in a platform that does not support showing charts but does support showing images. I would like to call out to a java library to produce the visualizations and import the output as images into my platform.
Can tablesaw do that? If not, is there any java library that can produce nice visualizations of data and export them as images?
Any help would be greatly appreciated.
Thx
Kornel
Beta Was this translation helpful? Give feedback.
All reactions