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
Why is Scatter 3D plot in RM 9.2 limited to 2000 rows????
The Scatter 3D Color plot used to be my favourite plot in RM, but I just discovered to my shock that it seems to be limited to 2000 rows with the new 9.2.1 visualizations version now called "Scatter 3D":
I tried "Packed Bubble" as an alternative way of displaying four dimensions at a time, butI got exactly the same error message, this time, for "Plot packedbubble".
Considering that most, if not all, of my datasets for which I need 4D visualization have more than 2000 rows, could someone please help me get around this 2000-row limitation? And might someone know why RapidMiner would actually take away functionality (that is, restricting data to 2000 rows where there was previously no such restriction) in an upgrade to its data visualizations?
I face this error with multiple datasets, but here's the XML process that produced the error above using a built-in sample dataset (you can see that there's nothing special about my "configuration" as the "the current configuration" might suggest, other than I have more than 2000 rows):
<div><br></div><?xml version="1.0" encoding="UTF-8"?><process version="9.2.001"><br> <context><br> <input/><br> <output/><br> <macros/><br> </context><br> <operator activated="true" class="process" compatibility="9.2.001" expanded="true" name="Process"><br> <parameter key="logverbosity" value="init"/><br> <parameter key="random_seed" value="1234"/><br> <parameter key="send_mail" value="never"/><br> <parameter key="notification_email" value=""/><br> <parameter key="process_duration_for_mail" value="30"/><br> <parameter key="encoding" value="SYSTEM"/><br> <process expanded="true"><br> <operator activated="true" class="retrieve" compatibility="9.2.001" expanded="true" height="68" name="Retrieve Transactions" width="90" x="581" y="34"><br> <parameter key="repository_entry" value="//Samples/data/Transactions"/><br> </operator><br> <operator activated="true" class="generate_attributes" compatibility="9.2.001" expanded="true" height="82" name="Generate Attributes" width="90" x="715" y="34"><br> <list key="function_descriptions"><br> <parameter key="pairs" value="if(mod(Amount,2) == 0, true, false)"/><br> </list><br> <parameter key="keep_all" value="true"/><br> </operator><br> <connect from_op="Retrieve Transactions" from_port="output" to_op="Generate Attributes" to_port="example set input"/><br> <connect from_op="Generate Attributes" from_port="example set output" to_port="result 1"/><br> <portSpacing port="source_input 1" spacing="0"/><br> <portSpacing port="sink_result 1" spacing="0"/><br> <portSpacing port="sink_result 2" spacing="0"/><br> </process><br> </operator><br></process><br>
Tagged:
0
Best Answer
-
Marco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM EngineeringHi,
Unfortunately, the limitation for Scatter3D has technical reasons.
Replacing the old charts has had enormous benefits and the new visualizations can do a huge amount of things the old ones could not do at all, but at the same time we had to drop / reduce some features to make the transition to a modern technology happen. Unfortunately, Scatter3D is one of the victims. We did not do this to spite anyone, but the harsh reality is, sometimes you have to make some sacrifices to advance overall.
For the time being, you can still get the old charts by going to the Settings, clicking "User Interface", and then selecting "Show legacy simple charts".
Regards,
Marco3
Answers
Just an FYI, Packed Bubble is something new, we did not have that before
Regular bubble charts you can create by selecting Scatter and then setting a size column.
Regards,
Marco