Weird Chart Axis Values

Dax
Dax New Altair Community Member
edited November 2024 in Community Q&A
I tried to create graphs using a given data from my school. But I ran into a problem that the values increase like this 0,1,10,...,19,2,20,...,29,3,30 and more as seen below. Is there a way to rearrange the values so that it increases normally? Thanks!

Answers

  • sgenzer
    sgenzer
    Altair Employee
    hi @Dax so please correct if I'm wrong, but isn't that Tinkerplots/Fathom, not RapidMiner?

    Scott
  • Dax
    Dax New Altair Community Member
    This is made using rapidminder studio educational 9.5.001 version's advanced charts as seen below...
  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    edited January 2020
    Hi,

    The legacy "Advanced Charts" are not supported anymore since RapidMiner 9.2. Please use the Visualizations instead.

    Regards,
    Marco
  • Dax
    Dax New Altair Community Member
    edited January 2020
    Hi @Marco_Boeck,

    Thanks for your advice. I tried it but it still doesn't work as seen below... the value doesn't start from the lowest value (0) to the highest value (74)...

    Regards,
    Darren


  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    Make your value column numeric. Right now its a categorical one it seems. You can use Parse Numbers for that.

    Regards,
    Marco