The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Jfreecharts in RM
venkatesh20
Member Posts: 23 Maven
Hi,
Is it possible to use Jfreecharts in rapidminer? is there any example usage for the same
Is it possible to use Jfreecharts in rapidminer? is there any example usage for the same
Tagged:
0
Answers
Best, Marius
I want to create a custom Jpanel which contains 4 scatter plots, I want to show this in real time as the learner is running. Any pointers on how to create such custom graphs? for real time updates of single scatter plot, i find there is already an example from evolutionary optimization. But I would like to create a custom Jpanel with 4 charts embedded in the same panel. Thanks in advance
Apart from that, you can use the JFreeChart panel just as any other java panel and use in it layouts etc. You could create 4 JFreeCharts and put them e.g. into a GridLayout with two rows and two columns.
Best, Marius