How can I connect dots across missing data points in a line chart?

Hi all!
I have a table in Numbers that I update every few days with a new value for the current date (in this case body metrics like weight, etc.), which looks something like this:
Column 1              Column 2      Column 3
Aug 16, 2011         87.1             15.4
Aug 17, 2011         86.6
Aug 18, 2011         86.1
Aug 19, 2011              
Aug 20, 2011         85.7             14.6
Aug 21, 2011         85.3
Every once in a while there will be a missing value for a given date (because I didn't take a reading on that day). When I plot each column against the date on a line chart, there is a gap where there are missing data points. The line does not connect "across" missing data points. Is there a way to make the line connect across missing data points?
Thanks for any help. This thing has been driving me nuts!

Leave your nuts in peace.
Don't use line charts but scatter charts.
These ones are able to do the trick.
Of course to do that you must study a bit of Numbers User Guide.
In column D of the Main table, the formula is :
=IF(ISBLANK($B),99999,ROW())
In column E of the Main table, the formula is :
=IF(ISBLANK($C),99999,ROW())
Now I describe the table charter.
In column A, the formula is :
=IFERROR(DAY(OFFSET(Main :: $A$1,SMALL(Main :: $D,ROW())-1,0)),"")
In column B,the formula is :
=IFERROR(OFFSET(Main :: $A$1,SMALL(Main :: $D,ROW())-1,1),"")
In column C, the formula is :
=IFERROR(DAY(OFFSET(Main :: $A$1,SMALL(Main :: $E,ROW())-1,0)),"")
In column D, the formula is :
=IFERROR(OFFSET(Main :: $A$1,SMALL(Main :: $E,ROW())-1,2),"")
In this table, select the range A1 … D5
and ask for a Scatter chart.
You will get what you need.
I asked that points are joined by curves
I just edited the parameters of Xaxis and Yaxis to get a cleaner look.
I repeat one more time that knowing what is written in the User Guides is useful to be able to solve problems with no obvious answer.
Yvan KOENIG (VALLAURIS, France) samedi 27 août 2011 15:59:20
iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
My iDisk is : <http://public.me.com/koenigyvan>
Please : Search for questions similar to your own before submitting them to the community
To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

Similar Messages

  • How to make use of a different data model for a line chart?

    I have a datamodel which is a sql query. I have a line chart on my template which is using some "Start Time" field as X-Axis. There is a chance that "Start Time" is null. In such cases the plotted point doesn't appear with x-coordinate. But I can't change the X_Axis field to some other not-null attribute due to business requirement.
    I am thinking to create another datamodel which filters all "Start Time"s which are nulls and use that datamodel for the line chart that has "Start Time" as X-axis. But I don't know how to do this as whenever I try to insert a line chart from BIPublisher menu in MS_Word, I am not prompted to select the datamodel.
    Can anybody tell me what I am trying is possible? If so how? If not, how do I have "Start Time" as X-axis without hassles?
    Thanks,
    -Vijay-

    Are you able to extract the data based on the new data model in an XML file? If so, in BI publisher desktop, are you able to load the XML data via Add-Ins ->Data -> Load XML Data?
    If you have been able to load the data successfully, then you need to Select Chart from the Insert Menu. When you do that, you should be able to see the Data layout on the left side of the chart dialog box. Then you should be able to drag and drop fields as necessary to create the chart. Are you having issues doing this part?
    You will not be prompted to select the data model. Hope I haven't misunderstood your question.
    Thanks!

  • How can I connect to IBM mainframe data base DB2.

    Hi All
    How can i connnect to DB2 batabase on Ibm mainframe through JDBC.
    Where can i get the JDBC driver for DB2.

    How can i connnect to DB2 batabase on Ibm mainframe
    through JDBC.Your next question tells me you already know the answer to this one.
    Where can i get the JDBC driver for DB2.That's FAQ number 4 for this forum.

  • How can I plot two sets of data points in 3d graph?

    I am trying to plot two sets of data points in 3d graph. I also need to make a set of data with one color and the other set with a different color. For example, I need to plot 10 (x,y,z) data points in 3d. Maybe 6 points need to be blue, and the other 4 red. Could you tell me how?

    What is your LabVIEW version? (things are a bit different in 8.6).
    Basically, you create multiple instances of the VI that gets placed automatically when you drop the 3D graph and then wire a different number to the plot ID at the bottom.
    You define all the plots (color, style) via the properties dialog.
    Have a look at my example posted here. One plot is "blue dots" and one is a "shaded surface". See how far you get.
    Message Edited by altenbach on 04-23-2009 01:11 PM
    LabVIEW Champion . Do more with less code and in less time .

  • How can I create User Entered Additional Data Points in Credit Management?

    I currently have a requirement to create additional data points in Credit Management (11i) that require a data analyst to input the value so that the score can be calculated.
    For example: Does customer have a Qualified Audit Report?
    If YES = +10 points added to score
    If NO = 0 points added to score
    I was able to add an additional data point and the case folder was assigned to an analyst, however when opening the case folder to input the missing data, the additional datapoint was not included in the case folder. Does anyone know what I may have missed in the setup?
    Data Point was defined as follows and added to a checklist called TEST.
    Data point: Unqualified
    Category: (none)
    Parent: (none)
    Application: Receivables
    Scoreable: Y
    Enabled: Y
    PL/SQL Package: (none)
    Function: (none)
    Thanks in advance.
    Shauna
    Edited by: sphelps on Sep 22, 2011 8:29 AM

    The setup described above was correct. The datapoints did not show up in the case folder until the next day. I am assuming that maybe the changes required a bounce or a background process of some sort.

  • Showing one data point on a line chart - X-axis label placed away from its actual position

    Hi Guys,
         In line chart, i used CircleItemRenderer to show single data point. It shows correctly if it is single data point. But the x-axis label placed away from its actual position. Right now it displayed left most position where the line chart starts. I need to move that label straight of that datapoint where it plotted.  Please see the screen shot attached with this post.
    In screen shot, x-axis label "Jan" displayed in left most position.
         And how can we show the datatip for single datapoint. At present, we can't able to see the datatips also with single datapoint.
         Can any body help me to fix those two issues.

    I figured out a way to customize a single datapoint in a line series.  The solution is at this link:
    http://www.flexdeveloper.eu/forums/flex-charting/customize-a-datapoint-in-a-line-series/

  • How to set maximum number of data points displayed on waveform chart?

    I have a waveform chart set to x-autoscale, but after about 1000 data points, it begins to scroll again. How can I display all of the data points being collected, say 2000 points?

    Right click on the chart and select Chart History Length. Enter the value that you need. The maximum is 2147483647 points.

  • How can i connect iphone to itunes.. i want to restore because my finger mistakes that click Reset all content and setting.. so iphone are empty.. all foto and data lost, right.. how can i use my iphone again..

    how can i connect iphone to itunes.. i want to restore because my finger mistakes that click Reset all content and setting.. so iphone are empty.. all foto and data lost, right.. how can i use my iphone again.

    Yes, try to restore your iPhone from iTunes or iCloud backup.
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Tell us the result if you will try.
    <Link Edited By Host>

  • HT1976 how can I connect my iphone 4s in globe telecom 3G? it has a 3G symbol beside the signal bars but when I go to safari its not allowing me to go to the net  error message "cellular data is not available"

    how can I connect my iphone 4s to 3g in (globe telecom?

    and, is, there, anyway, to, purchase, some, free, apps, in, apple, store, without, any, credit, card?

  • I have a disconnect between my external hard drive and lightroom 5.6.  The recommended steps do not connect 11000 photos on the hard drive.  How can I connect?  I am concerned I have lost my edits in lightroom.

    I have a disconnect between my external hard drive and lightroom 5.6.  The recommended steps do not connect 11000 photos on the hard drive.  How can I connect?  I am concerned I have lost my edits in lightroom.

    after some sorting out your article, I clicked on a question mark with the message find the missing folder.  This brought me to a page where I could choose a folder by year and click on it.  The question marks disappeared and the photos were available.  In some cases I had to click on the year folder for each subfolder by date.
    The find missing folders message did not bring me to the finder window in which I could click on folders in the hard drive itself.  I appreciate your help big time!!

  • Purchased "Moneypad app" missing in App Store. I've used that app for more than a year and all my financial records are in it. I have the backup but I need the app. How can a purchased app go missing??? Is that even legal??

    I've used "Moneypad" app to record my financial transaction for over a year and I got an update today. After updating all the icons where misplaced and there were a lot of bugs in the app. The update said "Restore original app icon". So I decided to delete it and reinstall the app but now i couldn't find the application in the itunes store both through my Macbook air and my iphone 5. What do I do now?? how can a purchased app go missing? Is it even legal to delete apurchased app from the itunes store?? What happened to my money and the worst part is my records cant be used in anyother application but "Moneypad". There were 2 version of the app in the store. One was free and the other One was paid. The free app is still there but the paid One is gone!! Please respond to this issue as soon as possible! I need it to record my daily transactions or it would mess up my work a lot! Thankyou.

    I did buy it long back! and now,I downloaded the free version and it requires me to buy it again to make it pro. and NO I dont have a copy of the application with me! I juz have the backup of the app data with me! and "
    MoneyPad√ " is the trial version. The original version which was Rs.220 in India when i got it was named "MoneyPad" without the mathematical symbol. Please is there any way i could get that application back?? I purchased the application and i've got all rights to own it! and what do you mean by "App developers can remove their apps from the store at any time"? So Can I upload some stupid app claiming to be something else and costing around $100 and delete it as soon as someone purchases it??

  • How can I connect my iPhone to my Mac without deleting all the apps on it?

    Last night I bought a bunch of apps using iTunes on my Mac. Then I connected my iPhone and put the apps from the computer onto the iPhone. So far so good.
    Today I opened up iTunes on another Mac and before connecting the phone first selected Store > Check for available downloads. A dialog came up saying "all purchases have been downloaded for this account."
    Under preferences I checked "Prevent iPods, iPhones, and iPads from syncing automatically.
    I then connected my iPhone to this second Mac and did the update to iOS 4.1.
    (By the way the reason I used the second Mac to do this update was that it failed repeatedly on the first Mac with an error saying something like can't create a session. I went through Apple's related troubleshooting document extremely carefully and methodically, but that didn't help. I then followed the recommendation in that document to try with a second Mac.)
    Now all my new apps as well as several others are gone from the iPhone.
    Also in iTunes itself on the second computer all my new apps are missing. I looked under the "Library" section in iTunes and a bunch of apps that I've been trying over and over for months to simply delete are present and none of the ones I bought last night are present.
    Questions:
    1. How can I get my apps back? It cost me a lot of time and money to discover those apps and get them onto the phone. Are they just gone now?
    2. How can I connect my phone to my computer without completely ******* up my phone? Does Apple provide a way to do that?
    3. Is there ANY way that I can effectively control what is and is not on my phone (apps, videos, etc.) or is that just supposed to be sort of random?
    By the way it appears that Apple doesn't allow "potty words" on its forum because we all are, after all, six year olds. So just to be clear, what I MEANT and what I WROTE was "eff u cee kay i en gee up my phone."
    Message was edited by: ebdb
    Message was edited by: ebdb
    Message was edited by: ebdb

    Now all my new apps as well as several others are gone from the iPhone.
    Look on other screens. The 4.1 update ands Game Center to the home screen. If that screen was full it create a blank screen and moves one app from the home screen to the new screen to make room for Game Center. All the other screens are pushed back one place.
    How can I get my apps back? It cost me a lot of time and money to discover those apps and get them onto the phone. Are they just gone now?
    If they are really gone, you can download them again. You will not be charged again if you use the same iTunes account.

  • How can i connect asp to oracle db

    how can i connect asp to oracle db
    when i go to odbc to make dsn the message say " the oracle(tm) client and networking components were not found thes components are supplied by oracle corporation and are part of the oracle version7.3 or greater client software installation
    you will be unable to use this driver until thess components have been installed "
    where can i get oracle(tm) and how can what is all steps to make asp connect to oracle db
    thanks for you .

    Probably best to ask the Windows specific lists that best fits your problem:
    ODBC: http://forums.oracle.com/forums/forum.jsp?id=763957
    .NET Data Provider: http://forums.oracle.com/forums/forum.jsp?id=1015160
    Oracle Objects for OLE: http://forums.oracle.com/forums/forum.jsp?id=763961
    Oracle Objects for OLE and Wizards: http://forums.oracle.com/forums/forum.jsp?id=763961
    Mike.

  • How can I connect to the database using ODBC within excel.

    Hi,
    How can I connect to the database using ODBC within excel and just refresh the data when needed.
    Thanks,
    Priyanka
    Edited by: user554934 on Jun 9, 2009 2:53 AM

    This is NOT an APEX relevant question, try posting it in the SQL/PL/SQL Forum..
    Thank you,
    Tony Miller
    Webster, TX

  • Dear Community, how can I connect SCSI tape recorder via USB to iMac ? Is there any adapter/converter on the market now ? Cheers, Marek

    Dear Community,
    how can I connect SCSI tape recorder via USB to iMac ?
    Is there any adapter/converter on the market now ?
    Cheers, Marek

    Thanks Jan.
    Actually the reason to use Quantum SCSI tape recorder is to back-up big amount of data (propriety movies footage) both on PC (what is quite easy, using SCSII host adapter with VHDCI 68 connector) and iMac what seems to be not easy. All my search by Google leads to that conclussion, they finished production of SCSI-to-USB or FireWire because somebody stopped to produce chips to covert protocols. So even buying noe second-hand adapter, no guaranty it's still working with Lion (nobody is developing drivers anymore). Strange is, nobody or just a few are using SCSII (Ultra 320) devices (while the transfer is not bad, 320 MBps what is 2560 Mbps, so the only limitation is tape recording (some 80 MBps) not an interface. Using compression mode I can (and I do) record 1,6 TB of footage data. However quite slow, is safe and cheap, comparing with any HD storage solution. USB 2 is much more limited.
    I'm using Time Capsule for buck-up. But even 3 TB one day will be full of data, then old back-ups will be eaten by new once, what is not good idea for archives. I'm using another 2TB NAS HD (2x2TB RAID 1), but this is also going to be full soon.
    Of course, you are right, the option is another machine (OSX,Win,Linux or Solaris) equipped with SCSII controller. But this requires another machine, just for back-up time to time, and in practice iMac folders must be shared with that small auxiliary machine because amount of data practically excluding even temporary data collection on auxiliary machine. And it must be transfer by wire, not WIFI, my only network. Tape recording is in my case really good, professional solution, isn't it?
    Anyway, if somebody has similar requirements as me, and found the solution for SCSI, please let me know. So far, follow Jan's idea, I'm thinking about some embeded mini PC, fanless, equipped with slot for SCSI, with SOME smart system on-board, to deal with iMac for type recording. The option is previous Apple model, but to be honest, I became Mac/OSX user 4 years ago. I fell in love with Mac, but my knowledge about previous models is based on Google....
    My desk becomes full of boxes. Do you know how big Quantum TC-L42BX is ? Is very big. And now another box.....another keyboard....another screen... And one small adapter could solve the problem. Eh....
    Best regards,
    Marek

Maybe you are looking for

  • Poll:  Oracle 9i (backward "CLIENT" compatibility)

    I am just curious how many people upgraded their Oracle DB to 9i and upgraded their client box also? If yes, please state your experience 1. Good (explain) 2. Bad (explain) 3. Ugly (explain) We have 100s of server running various version of clients (

  • SQL and a backlog report by site

    Post Author: ck1938 CA Forum: WebIntelligence Reporting Hi, I had to create a backlog reprort a few months back and the only way I could get the data to organize properly was to create a sql statement that had the months predefined as below: SELECT 

  • Show Reports Error in Forms

    Hi, is it possible to show the Reports error in Forms. Like IF rep_status = 'FINISHED' THEN WEB.SHOW_DOCUMENT('http://localhost:8889/reports/rwservlet/getjobid' || SUBSTR(v_rep,INSTR(v_rep,'_',-1)+1)||'?'||'server=rep_server','_blank'); ELSE ===> SHO

  • PE8 - Monitor Quality when working with MPEG2 files?

    Hi, I'm still looking into whether to buy premiere or not and have a few questions which may all be related: - My original MPEG2 file is 704 x 576, Premiere exports as 720 x576. Are there really two different standards for widescreen? - My original v

  • Print individual PDFs from Books

    Hi All Does anyone know a way or have a script that will print/export individual PDFs with appropriate file name from a book. I have 3 books each containing nearly 100 docs and don't want to have to open and print each one individually, but printing