"Bug in Plot View - Surface 3D?"
Hallo,
I am inclined to think that there is a bug in the plot view - surface 3D. I think that the axis are swapped. But even if you interchange X and Y, the plot looks odd. For comparision, the Sticks 3D plot is o.k. Maybe someone can confirm this (or correct me)?
My example data (Excel):
X Y ratio
100 5 0,05
110 10 0,09
120 15 0,13
130 20 0,15
140 25 0,18
150 30 0,20
160 35 0,22
170 40 0,24
180 45 0,25
190 50 0,26
200 55 0,28
210 60 0,29
100 3,00 0,0300
110 3,25 0,0295
120 3,50 0,0292
130 3,75 0,0288
140 4,00 0,0286
150 4,25 0,0283
160 4,50 0,0281
170 4,75 0,0279
180 5,00 0,0278
190 5,25 0,0276
200 5,50 0,0275
210 5,75 0,0274
Thank you,
kind regards, Horst
I am inclined to think that there is a bug in the plot view - surface 3D. I think that the axis are swapped. But even if you interchange X and Y, the plot looks odd. For comparision, the Sticks 3D plot is o.k. Maybe someone can confirm this (or correct me)?
My example data (Excel):
X Y ratio
100 5 0,05
110 10 0,09
120 15 0,13
130 20 0,15
140 25 0,18
150 30 0,20
160 35 0,22
170 40 0,24
180 45 0,25
190 50 0,26
200 55 0,28
210 60 0,29
100 3,00 0,0300
110 3,25 0,0295
120 3,50 0,0292
130 3,75 0,0288
140 4,00 0,0286
150 4,25 0,0283
160 4,50 0,0281
170 4,75 0,0279
180 5,00 0,0278
190 5,25 0,0276
200 5,50 0,0275
210 5,75 0,0274
Thank you,
kind regards, Horst
Find more posts tagged with
Sort by:
1 - 8 of
81
Hi,
sorry, I think I missinformed you. When I tried to search for the plotter, I used a dataset with 150 rows, so the plotter was simply not shown in the selection. I should have taken a look into the message window.
It is included with less than 50 rows, so I will take a look, why the axis are exchanged.
Sorry for that,
Sebastian
sorry, I think I missinformed you. When I tried to search for the plotter, I used a dataset with 150 rows, so the plotter was simply not shown in the selection. I should have taken a look into the message window.
It is included with less than 50 rows, so I will take a look, why the axis are exchanged.
Sorry for that,
Sebastian
Hallo Ingo,
thank you for the hint.
I have run ...\rapidminer\sample\07_Meta\01_ParameterOptimization.xml and set a breakpoint after "ParameterOptimization - Grid..."; the result:
Table View:
C from 50 to 250
degree from 1 to 5
absolute ...
Plot View:
X = C from 1 to 5
Y = degree from 50 to 250
Z = absolute ...
So this plot confirms my observation that the axis are exchanged.
Kind regards, Horst
thank you for the hint.
I have run ...\rapidminer\sample\07_Meta\01_ParameterOptimization.xml and set a breakpoint after "ParameterOptimization - Grid..."; the result:
Table View:
C from 50 to 250
degree from 1 to 5
absolute ...
Plot View:
X = C from 1 to 5
Y = degree from 50 to 250
Z = absolute ...
So this plot confirms my observation that the axis are exchanged.
Kind regards, Horst
I think we have resolved this problem already in our new version by removing this plotter
Greetings,
Sebastian