Scatter Chart with over 24 hours: confusing result

I have two columns of data. TIME is formatted as a date/time value with "Date: None, time: 19:07.» AVERAGE is formatted as a number. TIME contains values between 0:00 to 23:59. TIME is on the x-axis of my scatter graph, and the AVERAGE is on the y-axis.

When I create the graph XY scatter with these columns, the y-axis are mapping correctly, but axis x are not. Values of x-axis does not range from 0:00 to 23:59, but leave 08:05 on the left at 0:15 on the right. The values 0 and 08:05:15 not yet listed in my Chronicle of the TIME.

I suspect the formatting of date and time is the problem, but what is the solution (or work around)?

Thank you

view a sample of your table here for us to try would be helpful AND post a screenshot of what you have would also help you

Tags: iWork

Similar Questions

  • I can't get my redemption code to work to get my serial number... No one is very useful with the cat from adobe... wasted over an hour of my time. Please someone help me

    I bought 13 items. I can't get my redemption code to work for my serial number.

    No one is very useful with the cat from adobe... wasted over an hour of my time. Please someone help me

    Redemption Code http://helpx.adobe.com/x-productkb/global/redemption-code-help.html

    - and https://forums.adobe.com/thread/1572504

  • VS2012 problem of configuration and deployment with scatter chart

    I've recently updated one of my programs of VS2008 to VS2012.  I also had Measurement Studio 2009 and upgraded to 2013.  Since Microsoft dropped its installation and deployment in VS2012, I'm looking to use Flexera Express to create an installer.  My app contains a form that contains a scatterplot graph control that must be deployed on both Win7 and XP computers.  I tried to force the compilation to .NET framework 4.5, but that only supports XP.  I demoted the .NET framework down to 3.5.  I noticed that I had to change the references OR whenever I changed the .NET framework.  I only had references to the NationalInstruments.UI, NationalInstruments.UI.WindowsForms and NationalInstruments.Common.  When I build the installation it requires me to explicitly declare the redistributable packages.  So I chose the package OR Measurement Studio Windows Forms Support and automatically selects the load at the time of Design and common User Interface Support (dependencies I guess).  But after I create this version of installation and install it on a system, I get the following message when you attempt to initialize the scatter chart control:

    Could not load file or assembly 'NationalInstruments.UI, Version 8.9.35.246, culture = neutral, PublicKeyToken = 18cbae0f9955702a' or one of its dependencies.  The system cannot find the specified file.

    Y at - it a redistributable package I'm missing?  I tried to add the base components for the execution of Measurement Studio, but get the same error.

    I tried to use Wix, but ran out of patience, trying to figure out this one.  Any help is greatly appreciated.

    In general, when controls utilities deploying Measurement Studio you refer to this documentation for the required dependencies for the merge modules:

    http://digital.NI.com/public.nsf/allkb/6677098983C36F9086256CFE007F457A?OpenDocument

  • Chart with graphic behavior

    I would ask for advice about how to best manage the following scenario:

    I often update a XY Chart, with 12 curves. I created a Subvi ActionEngine which acts as a buffer (add points, read out data) of the graph, and has a few other actions, like emptying the buffer, decimating the data points, etc. So at 1 Hz rate I send data to this XYGraph 12 curves, and it will redraw, everything is OK.

    There are 12 permanent tasks of data acquisition, with a frequency of 1 Hz, I want to show the user how to change the curves. It is also important to have a line of vertical slider so that the user can examine the values to different timestamps (X - values are absolute timestamps). Everything works fine, except that when I turn off the X-autoscale, if the user cannot see lets say the last hour of data points (3600 X 12 points curves, I know I should decimate usually, but LabView usually completely manipulates the situation OK when you have several points and pixels... at least then I can live with that).

    So the problem: If X autoscale is disabled and I have send new data to the chart sets every second, the chart does not display the points on the right side, as in the case of a graph. Shell how I make the chart handle this situation? Shell, I put the 'max' (X-scale - range - Maximum property) of the scale-x via property nodes every second? Is this OK to do? Any other idea?

    A kind of workaround would be to use a chart XY-Graph. The user could inspect lets say later 1 hour of data with the table (or disable autoscale, the last minutes if necessary) and the XY-Graph would work as an overview, the user can manually update by a button and after the game with the zoom features, etc...

    What do you think? How do you manage such a request for data acquisition? If the user needs to see what is happening recently with curves (pressure, flow rates, temperatures), but also be able to examine the evolution of the curves of the last 24 hours...

    Edit: hmm, usually I get new ideas after writing my problem I think I try to attack the problem from the wrong side: instead of fighting with the properties of the graph, I could just create a 'Set Range' action in my Subvi buffer, so when the user wants to see lets say that the last 10 minutes of data , I only send these data to the Subvi points to the curve... hmm I think this would be a more pleasant solution... What do you think?

    Here are a few options. You may want to consider depending on your actual application:

    1. A graph-based mouse event opens a new VI, where you put all the data that you want and let the user to play with him. When they are done, they close and you will return to the live graph. It's somehow easier, because you are working on a separate copy.
    2. The range of the actual data fed to the curve is controlled by a separate scrollbar X. The scale is then set to autoscale. When the user changes the value of the bar to scroll or zoom, you stop the chart update. That you take back the update after a time-out or after the user makes the scrollbar of the max value or after they have pushed a button to refresh.
    3. Feed you all the data in the chart, but you control the X scale. In this case, you must still decide when to stop the change of scale and when come back.
  • Now its over an hour be frustrated

    I have Adobe Creative Suite Production Premium and here an easy way to find out how this is for upgrade from 5.5 to 6?

    Now its over an hour being frustrated by the darkening designed in the interface when a simple page with a product - simple price is not so difficult!

    Post edited by: david newman

    Yes I agree, Adobe site is desperate, can't find anything myself. Have everything bookmarked.

    Here you go;

    Creative Suite 6

  • Scatter chart: get the value of the label XYcursor

    Measurement Studio Visual Studio Professional 2012 2013 using,.

    On a scatter chart, it is possible to get the value of the actual label for a xycursor?

    For example, my label displays a date-time on the X axis format, it looks like: [04: 35:49; 0,27101]

    It is possible to get this value? For example, if I want to display in a TextBox?

    I am able to get the xycursor. Which and xycursorYposition but not what I want.

    Thanks for any help!

    Here is a solution to my question:

    {

    Get xy cursor index of the point in plot
    int index = xyCursor1.GetCurrentIndex ();

    Get values at that time (in the plot)
    Double x;
    Double y;
    scatterGraph.Plots [0]. GetDataPoint (index, ByRef x, y);

    X value to the DateTime format & convert to the format of the time
    DateTime t = (DateTime) NationalInstruments.DataConverter.Convert (x, typeof (DateTime));

    string time = t.ToString("hh:mm:ss");

    }

    It is also possible for which xycursor and convert it in the same way.

  • How do I export video on DVD with over the loss of its quality

    How do I export video on DVD with over the loss of its quality

    Comparison of video screen photo sizes http://forums.adobe.com/thread/1120039

    When you change HiDef video and down the size to the size of 720 x 480, a DVD, you will lose a quality of image... but your DVD will look always 'good' considering the mandatory resolution of a DVD-video

    Export of the body using the MPEG2-DVD preset and import are still the TWO files (audio and video) for the creation... If you stay in the 'legal' to create a DVD, yet will not transcode again

    CS5-thru-CC body/Encore tutorial list http://forums.adobe.com/thread/1448923 has many links to help learn

    Instructions again, cloud or version https://forums.adobe.com/thread/1992717 serial number

    -a of notes on different versions of cloud and step by step on these differences

    -contains information about the separate library download which is necessary

  • I try to download the 30 day trial of PS and and he says his 'download now', but it's not. There is nothing that's going on, nor is it a file in my downloads.  It's been over an hour now and I tried 3 times.  If anyone can help?

    I try to download the 30 day trial of PS and and he says his 'download now', but it's not. There is nothing that's going on, nor is it a file in my downloads.  It's been over an hour now and I tried 3 times.  If anyone can help?

    If you follow the 7 steps you can directly download a free trial here: Adobe CC 2015 Direct Download Links: Creative Cloud 2015 Release | ProDesignTools

    If you have a problem from the download, you follow the 7 steps, or your browser does not accept cookies.

    the most common problem is caused by failing to meticulously follow the steps 1, 2, and/or 3 (which adds a cookie to your system, allowing you to download the correct version of the adobe.com site).

    failure to obtain this cookie translates into an error page displayed after clicking on a link on prodesigntools.com or initiates the download of an incorrect (e.g., current) version.

  • I opened an older catalog and lost the original catalogue with over 2 years of picture about it - help

    I opened an older catalog and lost the original catalogue with over 2 years of picture about it (I have never opened any other catalogs - I never chose to save either). It is not saved anywhere that I can see as a catalog on my computer. If I didn't save it before opening the oldest catalog (I don't remember specifically save anything) would it save in another format, other than a catalog somewhere?

    What happens if you choose file-> to open the new item? Another catalog is listed, and you can choose it? Simply switch to a different catalogue may not cause the previous catalogue to disappear.

  • line chart with a single point of data not displaying not

    I work with the line chart and I am facing problem
    (1) if I get a data with a single point to draw, the graphic is not
    the graphic line required at least 2 data raising the graph appear
    How to make a graph to display when I get one record in my
    data provider.

    I'm housing one gettong point (x, y) in a single record.
    so this table does not appear I need two points, two points (x 1, y1) and
    (x 2, y2)
    y at - it a solutioin to draw the line chart with a point (x, y) and
    show some points in the chart?

    Looking forward to hear from you guyzz, thanks for looking into it.

    Thank you

    I tried in IE and Firefox - everything is OK.

    What version on FP for IE and Firefox are you using?

  • Cannot export the chart with result when discoverer report is run u

    Hello

    I am trying to automate the discoverer, calendar using the Scout command line interface, the following command runs the report * "Facilities assigned to the employees-ORG" * in the batch, export the results to Microsoft excellent sheet.

    This command exports successfully results in excel format in the location specified in C:\drive, but did not export the graph associated with the report.

    also if we compare the exported results for the report ran in more Discoverer and discoverer Office (using the command line) is not in the same format in excel (excel export result is very good compared to the results of the command line).

    Is it possible to have the results in the same format and graphics using command line? is possible to execute commands on the application server side so that we can retrieve the results and a similar graph when this document comes in addition.


    Command-line END user license.

    C:\oracle\oracle92ds\bin > dis51usr.exe/connect n1rpawaska/[email protected] /opendb "equipment assigned to the employees-ORG" / batch/Export xls "C:\CPEReports\ equipment assigned to the employees-ORG".


    Thank you
    Sunil

    Hello

    It is not possible to export charts in an Excel file. If you want to keep the formatting and then try to export the HTML report in .xls file, then open the file in Excel. by example/Export html "C:\CPEReports\ equipment assigned to employees - ORG.xls.

    Rod West

  • of WPF XY scatter chart

    I'm trying to display a WPF graph where each data point corresponds to a constant fractional delta along the asis x. E.. g. (0.15, 1), (0.30, 5), (0.45, 3.6),...

    My best guess is that I want to draw an array of Points that contain values such as above because I do not understand how to inform the chart control that each value to plot represents a value of delta-X which is not 1 (e.g. 0.15).

    When I try to update the dependency property of the data source of the graph through data binding (for example to call the event handler property change with the name of the property of code-behind), I get the following exception:

    I have sought examples of graphics 2D point clouds using the WPF chart without success control. Note that this is a different problem from that of several plots on the same graph display.

    Thank you in advance for your help!

    -Paul.

    Currently, we have an example called 'XYPlotting' that shows dispersion of the data in the chart in WPF. You can find this with the WPF examples that have been installed with Measurement Studio.

    Pointis the most common type that provides data from point clouds, although like other types ComplexDouble or ChartCollection would also work (see how: map and graphic topic for a list of all supported data types).

    About the exception, this is the expected behavior during the initialization of a data type. Note that it is a "first chance exception", which means that this dialog box appears immediately when the exception is thrown, even if it is subsequently managed. If you continue execution, you will find that the exception is handled, and the graph shows data.

    "Warnings of exception are controlled in Visual Studio through the Exceptions dialog box, accessible by the Debug" Exceptions... menu. "First chance" corresponds to the column up; Unmanaged user represents the exceptions that spread to your code:

    To explain a bit more on the reason why the exception occurs: all the types supported by the chart controls is expandable and not fixed before hand. When a data type is encountered for the first time, we search to determine the best descriptor to use. The initial version of WPF controls, we chose to rely on the .NET, verification of the arguments type system generic, but since there is no method "such would be valid?" we must build the type and manage type load failures that occur. Because we cache the result, these exceptions do not often appear, but it is something we intend to improve in the future.

  • How to see the chart with labview WebService

    Hi all

    I am looking in the labview 8.6 web services option. I've seen some simple examples that can be found here on the website of the NC. But these examples generally deal with static data. As in the example of the sum, you enter your parameters in the URL, and the result is displayed in your web browser.

    What I want to do now is display a chart in my web browser that show a mobile signal. But I'm having a hard time the realization of this. How to make this work? Do I need AJAX, Measurement studio? or is it sufficient to use the labview web service.

    Best regards.

    ynse,

    You are right that web services do not require runtime must be installed on the client. Unlike the remote panels that make the VI on the client, web services nothing do with the client at all. Simply, the web service is running on the server and returns data to the client. The customer can return the data, but he wishes.

    Your question about studio of measure and AJAX is really asking questions on the client end. You can certainly use the AJAX controls that are updated with the data they acquire a web service from LV. A graph, however, is extremely difficult because javascript has not yet drawing capabilities.

    Web graphics I've seen do one of the following:

    -'Draw' the points on graph using HTML elements with javascript. It of complicated, would be difficult to get working on all browsers and would have problems of severe performance with large data sets.

    -The web service returns an image of a graph that refreshes the client. It takes more bandwidth than necessary, and the server must be able to take a snapshot of the graph. (LV real-time cannot use this approach.)

    -The graph is rendered using a plugin for the browser. There are many technologies that can be used to do this: Java, Flash, Silverlight, etc. The example you mentioned used flex from Adobe which is a valid approach that you should not be quick to dismiss.

    Measurement Studio is not my area of expertise, and I don't know what it can provide for the creation of a graph. What it provides probably made use of one of the above methods.

    Nathan

  • Help with 3.5 hour, 2 video disc with still and Premiere Pro CS6?

    I need to publish a DVD 2 disc set (with menus on both discs), because the final length video in Premiere Pro CS6 is about 3.5 hours. In the past I just sent my large video file to an editor, and they put my file on 2 discs. But now I'll be self-publishing and the need to know what is the best way to create my DVD. I have Encore CS6, but cannot find a way step over the images between two discs. What do I have to split the video into Premiere Pro, then send it to yet? Or export the file in full size/resolution of the PP and it is separated into yet?

    And what settings should I use in PP and yet?

    BTW, I'm on Windows 10, so I don't know if I need Quicktime to DVD (cannot install on Windows 10). Thank you!

    Option B WINS.

    What is the length of the program? Don't forget to use 560/minutes or a bitrate calc to fill as many disks as you can for a better quality, no sense given the empty space (unless the program is less than an hour, then it is inevitable).

    Thank you

    Jeff

  • After worsening in the last month that I finally drop with Firefox - 2 hours trying to get today and still not satisfactory - what happens?

    It is impossible for me to put in operation these days and get an instant response. The faster this last month has been an hour - after will disappear and return at intervals. It seems to go better after 08:00 but that it no good for one early don't like me - I should be able to connect at any time, but I can't. As I'm not technically mind I pay someone to come and fix this - and they seem to do it but then it would be when they visit later in the day - but as soon as they are out of the door he's back. I was recommended to use Firefox as it is no longer compatible for my use and served for three years, but now I'm going back to what I've already used on the need, of despair and frustration. Shockwave flash may be busy... plugins does not respond. I am happy to see the back of all this, but such a shame really.

    You seem to be using a very old Firefox profile folder.

    For example, your system details list shows security.enable_ssl2: True and SSL2 did not had been in charge for a while now (Firefox 8 +), so it might be a good reason (opportunity) to start with a fresh profile, through a refresh or through the Profile Manager.

    Reset is not too difficult and requires to open help > troubleshooting information page.
    This page has a reset button to reset Firefox and create a new profile.

    Another possibility is to hold down the SHIFT key pressed when Firefox starts with a double click on the shortcut on the desktop.

    This gives the Safe Boot Mode dialog box that also has a button Reset Firefox.

    When you reset Firefox and a new profile is created and some personal data (bookmarks, history, cookies, passwords, data form) are automatically imported and the current profile folder will be moved on the desktop to a folder "Old data Firefox".

    Installed extensions and other customizations (toolbars, Pref.) that you have made are lost and must be redone.

    It is possible to recover more data from the old profile, but be always careful not to copy the files corrupted to avoid transporting on the problem.

Maybe you are looking for