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

Sort in the visualization

kpatkpat Member Posts: 3 Learner I
Does anyone knows way to sort graph in the visualization tab.
I know you can add sort to individual element of the graph but if the data in non-numerical and you want to display graph in certain order, is there any way I can do it?

Best Answer

  • ceaperezceaperez Member Posts: 541 Unicorn
    Solution Accepted
    Hi @kpat,

    The graphs in RM plots the data taking into account the index order. A possible approach is creating a new sortable Attribute, assigning the values in the order that you need and finally using the sort Operator to reorder the exampleset as you like. 

    please find attached a simple example with the Iris dataset.

    Best

    Cesar

Answers

  • kpatkpat Member Posts: 3 Learner I

  • kpatkpat Member Posts: 3 Learner I
    Thank you Cesar for the response. I wish App had a drag and drop feature to arrange plot data like Tebleau.
Sign In or Register to comment.