1

I am very new to data visualization. Currently, I already have my data in .csv format which is stored in an arraylist. Now i need to plot the data in a parallel coordinate graph. Technically i have to insert all the data into the first 2 axis.

Something like this.

I only know how to plot single data only. Can anyone please give me a sample on how to plot the data using arraylist. I am sorry I couldnt post any code till now, because i dont know where to start actually. I even saw this link from stackoverflow. Please i need someone to help me on this.

Community
  • 1
  • 1
anonymous5671
  • 331
  • 7
  • 23
  • May be start with [Painting in AWT and Swing](http://www.oracle.com/technetwork/java/painting-140037.html) and [Performing Custom Painting](http://docs.oracle.com/javase/tutorial/uiswing/painting/) and [2D Graphics](http://docs.oracle.com/javase/tutorial/2d/) – MadProgrammer Feb 11 '16 at 05:15
  • You might consider having a look at JFreeChart – MadProgrammer Feb 11 '16 at 05:16
  • @MadProgrammer I have already created the axis but now i want to group the whole .csv data into the axis. Can you help on that. I have considered JFreeChart too but i dont want to use any plugins. – anonymous5671 Feb 11 '16 at 05:25

0 Answers0