Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » How do I make this graph?
Re: How do I make this graph? [message #39888 is a reply to message #39885] Thu, 09 May 2013 12:15 Go to previous messageGo to previous message
jerson is currently offline  jerson
Messages: 202
Registered: June 2010
Location: Bombay, India
Experienced Member

Hi Koldo

Let me try saying it another way. For the moment, let me assume we talk of only one data series.

The series has points like this
vector    Point X    Point Y
Index     value        value
1           1           50
2          not yet filled in(uninitialised)
3          not yet filled in(uninitialised)
4          not yet filled in(uninitialised)
5          not yet filled in(uninitialised)
6           6           50
7          not yet filled in(uninitialised)
8          not yet filled in(uninitialised)
9           9           60
10         not yet filled in(uninitialised)
11         not yet filled in(uninitialised)
12         not yet filled in(uninitialised)


As the user conducts the test, more points in the table will get filled with X = index value and Y = reading.

What I wish to see is the line connecting only the values that are initialized with data(1-6-9). Right now, the unitialised points show their value at X=0,Y=0. Because of this, the graph shows the orange curve.

the reason for doing it via indexing is that the same point could be tested again. the number of points in the series will always be 12 (tested or not tested)

Thanks for looking at my problem

Regards
Jerson

[Updated on: Thu, 09 May 2013 12:18]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: MenuBar
Next Topic: SQL + vector related question
Goto Forum:
  


Current Time: Sun May 12 09:20:25 CEST 2024

Total time taken to generate the page: 0.02330 seconds