cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel Coordinates and Scatter without numeric attributes

former_member259476
Participant
0 Kudos

Hello community,

does anybody know a way to plot a Parallel Coordinates Chart and a (2D or 3D) Scatter Chart using non numeric attributes in PA?

I'm thinking about some visualizations like e.g. xdat is able to plot with only char-like attributes as input data.

Thanks and greetings,

Patrick

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Patrick,

Parallel coordinates and Scatter chart can not be drawn with non-numeric attributes in PA.

PA uses non-numeric attibutes only for coloring the Scatter and Parallel chart.

Regards,

Arti

Answers (1)

Answers (1)

AndreasForster
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Patrick,

Can you share an example of such a chart?

Greetings

Andreas

former_member259476
Participant
0 Kudos

Hi Andreas,

Parallel Coordinates Chart:

2D Scatter Chart:

Greetings

Patrick

AndreasForster
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Patrick,

Thanks for the examples. The heatmap in the Prepare tab might fit the 2d scatter chart?

For the parallel coordinates chart I was thinking R might have something that could be used in a custom component. I could find a number of implementations for numerical values but none for texts I am afraid.

Greetings

Andreas

former_member259476
Participant
0 Kudos

Hi Andreas,

the Heatmap seems to be a good approach for my use case.

Thanks a lot.

Greetings

Patrick

AndreasForster
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Patrick,

Today I came across an R library that does the parallel coordinates chart on non-numeric attributes.

ggparallel

CRAN - Package ggparallel

Here is that chart in action

A Herath - Google+ - Story of Titanic -- Hammock Plotrequire(ggparallel)…

Are you comfortable writing your own add-on for SAP PA (Custom R Component)?

Greetings

Andreas

former_member259476
Participant
0 Kudos

Hi Andreas,

thank you for your help.

Our latest decision is to use UI5 and d3js to visualize the parallel coordinates chart.

Sample: US Presidents

Greetings,

Patrick