Adding trendline and equation to lv graph in 6.0

Is it possible to add trendline and equation to a lv graph in 6.0? It is normally done in excel.

Hi,
LabVIEW 6.0 does not have any built-in trendline option. However you can use the interpolation functions to achieve the same results. As for adding the equation to the graph, you can do it simply by selecting the "Edit Text" tool from the Tools palette and write the equation in the grid of the graph.
Hope this helps.
Ankita

Similar Messages

  • Zoom and scrol option in graph

    Hi,
    I have problems with adding zoom and scrol option in graph. As I have a lot of data to show it is hard to see it correctly without zoom and scrol.
    I saw a possibility on oracle documents for adding managed bean and using zoom and scrool listener but I don't know how to add it :/.
    Thanks

    You can see the code in the ADF Faces component demo:
    http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/graph/zoomAndScroll.jspx
    Download instructions here:
    http://www.oracle.com/technetwork/developer-tools/adf/documentation/adf-faces-rc-demo-083799.html

  • How can i relocate R^2 and equation values in scatter plot?

    hey, i used Numbers to crate scatter plot and findig trendline and R^2 values.
    the problem is that numbers automaticly put the values in the left side of the plot, and i couldnt find a way to edit their location.
    there is a way to do that?
    btw i usees the last version with OSX 10.9.

    I do not see how to move these either.  Looks like intent is that the user NOT be able to move as there is a formatter for the R^2 value and the equation when they are selected.

  • Memory problem with loading a csv file and displaying 2 xy graphs

    Hi there, i'm having some memory issues with this little program.
    What i'm trying to do is reading a .csv file of 215 mb (6 million lines more or less), extracting the x-y values as 1d array and displaying them in 2 xy graphs (vi attacked).
    I've noticed that this process eats from 1.6 to 2 gb of ram and the 2 x-y graphs, as soon as they are loaded (2 minutes more or less) are really realy slow to move with the scrollbar.
    My question is: Is there a way for use less memory resources and make the graphs move smoother ?
    Thanks in advance,
    Ierman Gert
    Attachments:
    read from file test.vi ‏106 KB

    Hi lerman,
    how many datapoints do you need to handle? How many do you display on the graphs?
    Some notes:
    - Each graph has its own data buffer. So all data wired to the graph will be buffered again in memory. When wiring a (big) 1d array to the graph a copy will be made in memory. And you mentioned 2 graphs...
    - load the array in parts: read a number of lines, parse them to arrays as before (maybe using "spreadsheet string to array"?), finally append the parts to build the big array (may lead to memory problems too).
    - avoid datacopies when handling big arrays. You can show buffer creation using menu->tools->advanced->show buffer allocation
    - use SGL instead of DBL when possible...
    Message Edited by GerdW on 05-12-2009 10:02 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • My performance is very slow when I run graphs. How do I increase the speed at which I can do other things while the data is being updated and displayed on the graphs?

    I am doing an an aquisition and displaying the data on graphs. When I run the program it is slow. I think because I have the number of scans to read associated with my scan rate. It takes the number of seconds I want to display on the chart times the scan rate and feeds that into the number of samples to read at a time from the AI read. The problem is that it stalls until the data points are aquired and displayed so I cannot click or change values on the front panel until the updates occur on the graph. What can I do to be able to help this?

    On Fri, 15 Aug 2003 11:55:03 -0500 (CDT), HAL wrote:
    >My performance is very slow when I run graphs. How do I increase the
    >speed at which I can do other things while the data is being updated
    >and displayed on the graphs?
    >
    >I am doing an an aquisition and displaying the data on graphs. When I
    >run the program it is slow. I think because I have the number of
    >scans to read associated with my scan rate. It takes the number of
    >seconds I want to display on the chart times the scan rate and feeds
    >that into the number of samples to read at a time from the AI read.
    >The problem is that it stalls until the data points are aquired and
    >displayed so I cannot click or change values on the front panel until
    >the updates occur on the graph. What can I do to be a
    ble to help
    >this?
    It may also be your graphics card. LabVIEW can max the CPU and you
    screen may not be refreshing very fast.
    --Ray
    "There are very few problems that cannot be solved by
    orders ending with 'or die.' " -Alistair J.R Young

  • Allow user to fill in a fillable pdf but disallow adding comments and annotation

    Hi there.  I have a fillable pdf created by livecycle designer.  I want to let users fill in the form but prevant them adding comments and annotatons to the form.  I cannot reset the above requirements in form property - form security if I have already set a password and allowed user to fill in the form.  Can I user javascript to that effect during the document loading?
    Thanks.

    Hi,
    If you save the form as a Dynamic XML Form in the save-as dialogue, then the user will not be able to apply comments. They can only do this in flat or static PDF forms.
    See here: http://assure.ly/gYyYc2
    Previous post exploring annotating forms:
    Drawing field?
    Hope that helps,
    Niall

  • In adobe reader app on iPad, I have a PDF document that added notes and comments to.  Once I left the document and returned to it, the notes and comments were gone.  Where are they?  I clicked "save" and "done" buttons after I entered text.

    In adobe reader app on iPad, I have a PDF document that added notes and comments to.  Once I left the document and returned to it, the notes and comments were gone.  Where are they?  I clicked "save" and "done" buttons after I entered text.

    The application auto-saves your input when you close the document.  If you left the document, as you state, the notes/comments should have been saved and should have been visible the next time you opened the document with the Mobile Reader (note that if you are opening the document with another app such as Apple's built in PDF Viewer, things like notes/comments may not be visible).  Also note that if you are doing an Open In... from another app (like Dropbox), the version of the document in Dropbox does not update; only the version of the document in the Mobile Reader is updated.
    Would it be possible to send a video of the problem you are encountering to [email protected] so that we can try to help?

  • Read a text file and display a xy graph

    Hi!
    I am using LabVIEW 8.5, and I am trying to read columns from
    a file and plot with xy graph. I can do it with two channels, but I am having
    problems when the numbers of channels connected increase (maybe six or ten).
    My text file looks like this:
    [Where first column x = time, the rest of the columns are
    channels = y]
    8.828        22.604        23.076            [The number of channels connected can
    change]
    9.828        22.604        22.604
    10.828      21.658        22.131
    11.828      22.131        22.131
    12.828      22.131        22.131
    13.828      22.604        22.604
    14.828      21.658        22.604
    15.828      22.131        22.131
    16.828      21.658        23.076
    17.828      22.604        22.131
    18.828      22.131        22.604
    I attached a picture of what I already try… Now I am trying
    a combination of those. If anyone has some
    advice or suggestion, please let me know.
    Sincerely,
    Julieta.
    Solved!
    Go to Solution.
    Attachments:
    xygraph.PNG ‏25 KB

    Thanks for the advice!... I just modified what I had a
    little bit and it is working, maybe is not the optimums solution…
    I would like to make the time invisible in the graph… It that possible? I attached a picture of my graph, because my English is not good.  There are two lines near to 22 (two channels
    connected at that moment), and a line near to 0 which is time (the strong pink one).  I would like to make invisible the strong
    prink one only.  I try to make invisible,
    but I fail… I changed colors looking for another solution and I fail again,
    because it is taking the colors that I choose for the channels.  I can not disable because I need it to make
    the x axes works with the time that I already saved. 
    If someone has an advice or suggestion I really appreciate it…
    Sincerely,
    Julieta.
    Attachments:
    xygraph.PNG ‏9 KB

  • How to switch trends on and off in a graph

    Hi,
    Quite new to this so bear with me.  I've numerous temperature sensors I'd like to be able to display on a graphical display.  To display all of them on one graph would be a bit of a headache for the user and I don't want numerous graphical displays.  I'm after the best way to code this up so I can select the required channels by using individual boolean switches for each channel. 
    I'm thinking that a switch next to each channel name would be a neat solution to switch channels on and off on the graph.
    Thank you
    Carl
    Solved!
    Go to Solution.

    LabVIEW 2013 has inbuilt Plot Visible selection in Plot Legand in Waveform Graph

  • I've added songs and vedios to iTunes in my computer then I synchronise it with my iPad the problem came to the video that I couldn't show the videos and the screen became black

    I've added songs and vedios to iTunes in my computer then I synchronise it with my Ipad3 ..... For the songs it was OK but for the vedios I got a message that  some format are not supported then the screen became black with no video or sound ....how can I get back the vedios...I'm afraid to make reset to the iPad otherwise I'll loose all the applications and media.. Any ideas please .... Thanks

    First of all - depending upon how you define resetting the iPad - you will not lose anything. If you erase all contents and settings - then you will lose everything. Don't do that!
    If the videos are not in the correct format - launch iTunes on your computer. Click on one of the videos in your iTunes library in order to select it. Then go to Advanced>Create iPad or Apple TV version and see if the video will convert. Do the same for the other videos and then select those to sync again with the iPad.
    To get the videos app working again, first quit it completely and restart the iPad.
    Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If the videos app still doesn't work, try this.
    Swipe to the right from your first home screen to get to the iPad Spotlight search. Type in the name of any of your movies in the field at the top. when the movie appears in the search - tap on it and it should hopefully start to play. Let it play for a minute or so - hit done - go back to videos app and see if all is OK.

  • Adding images and buttons without a frame appearing

    I would like to add images to some of my pages without having them appear in a frame. I would like to place some transparent gifs on the page to use as buttons for hyperlinks. I would also like to have some photos (with transparent backgrounds that appear on the page and are not surrounded by a picture frame. Any Suggestions

    iWeb seems to default to stroking newly-added images and shapes. Pages (iWeb's close relation) includes a way to change the default appearance, but I can't find anything similar in iWeb. You can, of course, remove the stroke using the Graphic Inspector (just set Stroke to None). Transparency in gifs and photo images is supported. Just drag into iWeb or use Insert > Choose... Again, remove the stroke if this appears.

  • When I copy and paste a chapter from MS Word into Pages my tables and equations are trashed.  But importing them results in no control over my template How do I get my chapter into my template without copying

    When I copy and paste a chapter from MS Word into Pages my tables and equations are trashed.  But importing them results in no control over my template How do I get my chapter into my template without copying?

    Try just Opening the Word .doc from within Pages and see if that gets closer to what you want, then copy the chapter you want from the Pages version.
    Peter

  • Adding keywords and description to filename

    I've built myself an online gallery system to let my clients view and purchase their photos online.  To streamline my workflow, the script that imports my photos and resizes them for web display will also parse the file name to pull out a description and tags (keywords).  So I went in and added descriptions and keywords to a few test images and went to save them out to try running through the script, but when trying to save from Camera Raw neither keywords nor description were available to add to the jpg file name.  I figured I could get around this by simply using Bridge to rename the NEF files using the keywords and description, then I could just have CR save the jpgs using the current filename, but even Bridge doesn't seem to be able to access this metadata (and this would add addition time to the process anyway).
    I know I can work around this by simply batch renaming the sets of files that I would otherwise add this metadata to, and creating the file names manually before export, but that would add a fair amount of time into the process and eliminates me being able to use keywords in Bridge.  I work two jobs right now and anything I can do to my workflow to shave precious minutes off of it is huge to me.
    So I guess my questions are:
    1) Is it possible to get keywords and the description into my filenames (without spending more time than this process was designed to save)?
    2) If not, what's the point of having that metadata?
    3) Is this functionality available in a newer version of PS?
    I'm using Photoshop CS3 and the format my final JPG files need to have is: "[4 digit sequence number]_[Description]_[comma delimited keyword list].jpg"
    Thanks for reading, and hopefully helping. 

    Sorry about that, was too early in the morning when i posted that. No, you can't use Batch Rename to add keywords to files, i was thinking about metadata in general. The point of keywords is that you can search images for keywords and you can also use the Filter panel to show only images that contain certain keywords.
    If you want Bridge to have this functionality then i suggest that you make a feature request here: http://www.adobe.com/go/wish

  • I lost my "recently added" file and can't get it back.

    I lost my "recently added"  folder and can't get it back.

    If the "recently added" playlist is no longer visible under your lists of playlists, you can just make a new one and set it with the parameters below.
    In iTunes, go to File, New Smart Playlist. In the dialog box that appears, change the settings to look like the one in the screen grab:
    These are the exact settings from my default recently added smart playlist. Customize to your liking.
    Hope that helps...

  • [svn:fx-trunk] 7765: Fixing up some copyrights, adding copyrights, and fixing up some legal-eese for the Flash Component Kit For Flex.

    Revision: 7765
    Author:   [email protected]
    Date:     2009-06-11 15:58:18 -0700 (Thu, 11 Jun 2009)
    Log Message:
    Fixing up some copyrights, adding copyrights, and fixing up some legal-eese for the Flash Component Kit For Flex.
    Also, updating the MXP to get latest changes to base classes.
    QE Notes: -
    Doc Notes: -
    Bugs: SDK-21670
    Reviewer: No one (just header updates)
    tests: checkintest (seem to fail due to local changes to ScrollBar, which I'm not checking in here)
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21670
    Modified Paths:
        flex/sdk/trunk/frameworks/flash-integration/FlexComponentKit.mxp
        flex/sdk/trunk/frameworks/flash-integration/readme.txt
        flex/sdk/trunk/frameworks/projects/flash-integration/FlexComponentKit.mxi
        flex/sdk/trunk/frameworks/projects/flash-integration/JSFL/Convert Symbol to Flex Component.jsfl
        flex/sdk/trunk/frameworks/projects/flash-integration/JSFL/Convert Symbol to Flex Container.jsfl
        flex/sdk/trunk/frameworks/projects/flash-integration/JSFL/MakeFlexComponent.jsfl
        flex/sdk/trunk/frameworks/projects/flash-integration/readme.txt
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/ContainerMovieClip.as
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as

Maybe you are looking for