NPellet / visualizer

Other
43 stars 23 forks source link

Parallel coordinates and missing data #687

Open visualizer-feedback opened 9 years ago

visualizer-feedback commented 9 years ago

We are currently generating dynamically parallel coordinates but when feeding new input array sometimes some properties are missing either in the first record or all together.

Currently the parallel coordinates crash if in the first object all the properties are not present.

Moreover is a property is not present in any of the records the selector should just disappear.

Testcase: http://visualizer.epfl.ch/tiny/oDRP5uECzTtznss0R1mI (Original URL)

targos commented 9 years ago

most of these issues are with the parcoord library itself. I'll look into it when I have time

lpatiny commented 9 years ago

I think the data could be filtered before injecting them in the parallel coordinates library

targos commented 9 years ago

Moreover is a property is not present in any of the records the selector should just disappear.

if a property is not present in any record, how can you select the jpath in the first place ?

lpatiny commented 9 years ago

Because the input array change.

So I was able to select, then change the array, then it crash.

I have the problem with the petroleomics project

On 27 Aug 2015, at 11:40 , Michaël Zasso notifications@github.com wrote:

Moreover is a property is not present in any of the records the selector should just disappear.

if a property is not present in any record, how can you select the jpath in the first place ?

— Reply to this email directly or view it on GitHub https://github.com/NPellet/visualizer/issues/687#issuecomment-135365305.

targos commented 9 years ago

you can't remove the missing column in the preferences ?

lpatiny commented 9 years ago

No because it changes depending the input array that is resulting from an output variable of a "mouse over" of a slick grid.