• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

urgent help in plotting points

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

could somebody help me in ploting some values in a in a specifies axis.
Suppose I have file

cond 1 val1 val2 val2 val3

1 2 5 6 7
2 5 6 -1 1
3 4 5 5 7
4 1 1 6 10

Now I have to plot the conditions according to the values

Like plot cond1 with values 2, 5, 6, 7
Then plot cond2 with values 5,6,-1, 1 and in the same axis

Im uisng swing for the entire apps
Could u suggest how I would do that..is there any plotting functions�.

Thanx abhi
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic