Extra points on graph

Hello
I have a set of data in two colums
Col 1 = date in M/D/Y format
Col 2 = Data (numbers)
I have the XY graph plotting the data according to the date but as I zoom in and out I notice weekend dates are showing up
the data was only taken during the week.
When I review the array that is sent to the time conversion FOR LOOP it does not show any weekend dates.
Are these dates showing up because of the way the XY Graph handles the different Zoom levels as the date is fed into it in the UTC format
I would really like to be able to:
1. Get rid of the extra dates
2.  Be able to have booleans or runtime shortcut menu toggle different zoom levels such as daily, weekly, monthly, etc,,,,,
Any suggesstions would be appreciated
Tim C.
1:30 Seconds ARRRGHHH!!!! I want my popcorn NOW! Isn't there anything faster than a microwave!

You mean skip these dates?
like:
Mon   Tues    Wed   Thurs   Frid   Mon
I don't think so.
What you could do is remove the text formatting from the axis. Subtract two days for evere week from the data (week 1 no subtraction, week 2 2 days, week 3 4 days and so on) and create a picture (transparant background, with the days in them and place these over the axis) positioning this might be difficult but it should be possible. You even can create the dates in them.
succes,
Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas
LabVIEW, programming like it should be!

Similar Messages

  • How to Add points on graph from a text File ?

    Hello and Good Morning to all,
    I have a text file with my data and i read them by using the Read From Spreadsheet File VI,i enter the path where my file is saved,read all rows delete the first row because i don't need it and my problem is that in the text folder i have specified date and time which i want to be my X axis in my Graph and Y axis to be the Vout that means i have to use a XY Graph ,below you can see my data:
    Date        time              Vout  
    3-9-2012 7:45:37            2,35
    3-9-2012 7:45:39            2,75
    3-9-2012 7:45:41            3,15
    3-9-2012 7:45:43            3,50
    1) Is the text file format compatible with the input of the graph command?
    I do not find a LabVIEW function which convert the “date” from the text file (example:3/09/2012 07:45:37) into a compatible format for X axis for the graph.
    (Conversion from string format => into a “date and time” format)
    Can someone please provide a code solution for this problem?

    Hi gstathatos,
                             See all the threads given below:-
                             http://forums.ni.com/t5/LabVIEW/Add-points-on-XY-graph-with-time-step-not-constant/td-p/1507066
                             http://forums.ni.com/t5/LabVIEW/Add-points-on-graph-from-a-text-File-Date-and-time-include-in/td-p/1...
                             http://forums.ni.com/t5/LabVIEW/read-double-waveform-text-file-and-and-plot-graph-in-labview/td-p/10...
    Thanks as kudos only

  • Didn't receive 100 extra points for pre-ordering Dawn of the Planet of the Apes

    i pre-ordered the movie, and i am seeing in my purchase history that no 100 extra points included.

    Hi joepal,
    I hope you are having a good day so far.
    The Dawn of the Planet of the Apes pre-order that you placed on BestBuy.com should qualify for 100 bonus points, as part of our Black Friday offers.  It can generally take up to 20 days for points to officially post to a member's My Best Buy™ account, and it is fairly common for bonus points not to appear as pending.
    With that being said, if you do not see that 100 bonus points have posted to your account 20 days after your order was shipped, then please send me a private message and I will see what I can do to help.  A private message can be sent by clicking on the blue button in my signature.
    Where Are My My Best Buy Bonus Points?
    Thank you for posting to the forum and for being a My Best Buy™ member!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • How to find inflection point in graph when dx is very small

    Hello,
    I'm trying to sort through position data from a feedback pot to calculate linearity of movement as part of a testing procedure. An image of the data is attached. I want to delete all data in the 'flat' part, in order to do a linear fit and R^2 of the sloped line.
    This is made trickier by the fact that the number of samples, the start and end points, and slope of the line can all vary considerably. Therefore I need some way to find the 'knee' in the graph and remove all subsequent samples from the data. 
    The most obvious method I tried was to use a derivative to find the inflection point, but since I have so many data points, the dx is very small
    (~0.05) when using the built-in labview derivatives. This means that I can't distinguish the inflection point from any other change in the values due to noise or change in velocity. I made my own derivative function, which was a newton quotient that looked at (xi+N)-(xi-N) instead of (xi+1) - (xi-1), but this still did not give good results. My next idea is to just look at the difference of every N points, and arbitrarily decide a threshold to indicate when it has levelled off. Any other ideas would be really helpful though.
    Thanks,
    -SK-
    Attachments:
    position.PNG ‏17 KB

    Lets see if I can answer without having to write a book.
    Fisrt I'd run the data through a zero-phase shift low pass filter. Then look at the 2nd derivative to find the knee. Using a zero-pahse shift fileter I was able to detect when a value was jumping up when it started to jump rather than after. THis thread may be interesting.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • I would like to see the values from pointer mouse like cursor, i would like to put the mouse in point of graph and see the value of point!

    I want to use the mouse pointer like cursor, i want use in my graph xy, i dont like to move the cursor to see the point.
    is it possible?

    There are vi's available to read mouse position. Look for mouse in the example code section here. You can use the Position attribute of the property node of your graph to get the mouse position within the graph. You can get the range of the scales from the property node. Then it will be a bit of straightforward math to figure out the values.
    Beware that the size of the drawing area of the graph can change as the numbers in the scales get bigger or smaller! Good Luck
    Yours Sincerely
    John

  • Adding extra points/knots to a rotoshape in Shake?

    hello,
    i have a rotoshape im animating...i see that there is a "delete knot" button (right next to the group button) to delete points in the rotoshape...i was wondering...
    how to i add extra knots/points to my rotoshape?? thanks!

    Insert a new knot by pressing Shift and clicking a segment area.
    A new knot will appear.

  • Monitoring points on graphs in webi

    i have a graph which have axis in quarterly and corresponding point shown as point in the graph quarterly but instead user want something like x axis should be shown quarterly and point on the graph should be shown monthly. like if it is q1 in axis it should show 4 points as per months in q1 on the graph
    so here it is showing points on the graph as per quarter but wanted to see the points monthly but axis in quarter

    Hi Silpa,
    We cant show the values of months by displaying category axis as quarter,you have to take month and quarter both as category axis.
    Regards,
    Samatha B

  • Relate mouse click position to points on graphs

    I am working with labview 7, on windows XP. I am trying to relate between a mouse click on a waveform chart to a point on the chart. All I managed to do so far is relate with a cursor, but the cursor has to be dragged and I want the user just to click on the graph. Is that possible?

    Hello
    Attached is a labview example lv 7.0 about how to map cursor coordinates to graph units.
    Perhaps Chilly Charly can post his vis en 7.0
    Greetings
    Alipio
    "Qod natura non dat, Salmantica non praestat"
    Attachments:
    uievents.llb ‏90 KB

  • HT2731 How do I check my app purchases ? I.e. purchase for extra points. I pay $1.99 but I am being charged $5.00 or more.

    How do I check my account for all charges such as paying for extra bonus points etc

    View Purchase History...
    Sign Into your Account... Click on your account name... Click on Account.... Purchase History
    http://support.apple.com/kb/HT2727

  • Skipping data points in graph's axis

    I just started playing with Flex and I have a question. I
    have 60 data points in a graph and the 60 show in the horizontal
    axis. It looks very cluttered. How can I show just one out of every
    five points [0, 5, 10, ...] in the axis?
    Thanks for your feedback!

    "mtowers" <[email protected]> wrote in
    message
    news:gefa9c$107$[email protected]..
    >I just started playing with Flex and I have a question. I
    have 60 data
    >points
    > in a graph and the 60 show in the horizontal axis. It
    looks very
    > cluttered. How
    > can I show just one out of every five points [0, 5, 10,
    ...] in the axis?
    >
    > Thanks for your feedback!
    Use a filterFunction.
    HTH;
    Amy

  • Add/Delete Points from Graph

    Attached is a VI that I put together for manipulating data in an XY graph.  The points in the plot are navigated by using the left and right arrow keys, a point is removed using the subtraction (-) key, a removed point is added back by using the addition (+).  I am posting here so that others can use it if needed, and I would also like to get feedback.  If anyone sees a way to make it better please feel free to make the changes and repost.
    Cheers!
    CLA, CLED, CTD,CPI, LabVIEW Champion
    Platinum Alliance Partner
    Senior Engineer
    Using LV 2013, 2012
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
    Attachments:
    AlterXY.vi ‏89 KB

    Its one of those mornings, my apologies...
    CLA, CLED, CTD,CPI, LabVIEW Champion
    Platinum Alliance Partner
    Senior Engineer
    Using LV 2013, 2012
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
    Attachments:
    Index Manipulation.vi ‏14 KB
    8,45.vi ‏19 KB
    43.vi ‏17 KB

  • I apologize for my stupidity right from the start so extra points for the help! how do you get get rid of apps that you dont want ever, off of the list of waiting i guess youd call it? im beginning to think its allowing something to affect the safari?

    i started having issues with my i pad yesterday afternoon, then i noticed the upper section of the safari which was grey was now charcoal? since then searches are odd and when i click on history to erase its not there? i went into the apps to see if there might be some i missed cleaning out and not only were there, but i cannot remove them, am i doing something wrong? im not a computer person at all so any help would be greatly helpful. your humble ammature, joe.

    Try clearing Safari's cache : Settings > Safari > Clear Cookies And Data and also Clear History
    If that doesn't work then try closing Safari via the taskbar and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a soft-reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    Not sure what you mean by the 'list of waiting' (?). Do you mean that they are on your iPad's homescreens with 'waitin' against e.g. they have haven't finished downloading ?
    You can delete fully downloaded apps from your iPad's homescreens by pressing and holding any of them for a second or two and they should start to shake. Then press the 'x' in the left corner to delete the ones that you don't want, and when you've finished deleting press the home button below the iPad's screen so as to stop the apps shaking. If you don't get the 'x' on any of the apps that you've downloaded (you can't delete built-in apps) then check that Settings > General > Restrictions > Deleting Apps isn't set 'off'

  • Why do I get an extra set of anchor points when I "Expand Appearance"

    When I use the expand appearance?  First I create a rectangle then I transform it vertical or horizontal I create 2 copies, then expand appearance. I see double the amount of anchor points.  I was trying to copy a youtube video and when they do it the amount of anchor points does not double. I am doing the expand appearance in order to use pathfinder tool shape mode unite in order to create shape inside.  The Youtube video I was trying to follow is below. Any help is appreciated! I kinda of got stuck inthe the very begining.

    Depending on what version of AI, what specific appearance is used and a couple of other things this may happen. Some are bugs, others logical like theprogram inserting extra points to retain the shape of paths. In any case, you can always remove extra points if they get in the way, though most likely you will see other unwanted points after the pathfinder operations, anyway.
    Mylenium

  • Grapher doesn't import point sets??

    Howdy,
    I'm trying to import a CSV of points into Grapher as a point set. I go to the "Points" panel of the Point Set, where I see a button that says "Import...". I select my CSV file to import, but nothing happens. The file selection box closes and I return to the list of points, although none of the points from the file have been loaded. In short, the import button appears to do nothing. I have tried with commas and with tabs, I have removed header rows (even though there is a box in the import window that allows you to ignore header lines supposedly), and I have tried matching the number of columns in the point set before import to the number of columns in the CSV. Nothing. Its like the import button is just there for looks.
    Any suggestions? I can provide any more information that might be useful, just let me know.
    Thanks very much,
    Adrian

    Bravo !
    "Grapher" is an Applications Utility of Mac OS X 10.4, 10.5 & 10.6, it is a very interesting graph plotter software and math equation editor, but Grapher's Help is a lot too brief and reveals only a small fraction of its possibilities . A more complete manual of 68 pages in French, illustrated with screen captures and starting with tutorials, is downloadable free on the following websites :
    < <a class="jive-link-external-small" href="http://">http://macetprof.free.fr/MacEtProf/Grapher.html > " ManuelGrapher05112009" & " 2D Examples " & " 3D Examples " ;
    < <a class="jive-link-external-small" href="http://">http://freeware.avosmac.com/ > letter "G" > Grapher (le manuel) ;
    < <a class="jive-link-external-small" href="http://">http://edu.mac.free.fr/index-a.php?trucs=719&page=7 > logiciels, Grapher, télécharger le manuel de Grapher.
    For YOUR QUESTION see Annexes 1 page 67 in this manual and 31, 32 for txt files examples.
    An english manual, PDF and video tutorials to be downloaded on :
    < <a class="jive-link-external-small" href="http://">http://homepage.mac.com/tlindywizdumb/math/Grapher_index.htm > (easy for new users, bugs unknown, no tables for syntax, keyboard shortcuts, etc. : a lot more details in the french manual.
    < <a class="jive-link-external-small" href="http://">http://guides.macrumors.com/Grapher > (english) a tables with some details about math symbols, a few 2D curves bugs unknown.
    Please send an e-mail for any question about Grapher.
    Au revoir, Yves Barois

  • Front panel graph with selectable points

    I don't if this can be done, but I was wondering if I can have a graph in the front panel that would graph only the points I select. This is the situation: I'm taking measurements in the program and I want to make a graph with them. The thing is that a don't want a graph with lots of points, I just want to select a point and graph it. When I want to, I select to take a point and graph it, then I'll change the independent variable and then select again one point and graph it, showing a curve of what I have, and so on. I know that for this maybe I'll need to store those single points with an array or something. If anyone can help me, please do so. Thank you.

    The data you acquire is received in array form and based on the sample size, you should be able to determine the number of points in the array.  Then simply decide which points you want and put them into a second array and plot that array.

Maybe you are looking for