Marker allignment in XY Graph

I am Using Labview 8.6. I am plotting XY Graph In which Y Axis = Time and X Axis = Value.
When I am Plotting data for 24 Hour means my main Division = 12 = 120 min / Div and Sub Division = 12 = 10min/Div.
But When I am plotting the graph i missout the sub division from the ist main division. (please see the attached file)
So please help me to sort the problem.
Prabhakant Patil
Regards
Prabhakant Patil
Attachments:
graph.jpg ‏97 KB

prabhakant wrote:
But When I am plotting the graph i missout the sub division from the ist main division. (please see the attached file)
This is not clear to me
Do you bother about the missing sub divisions in the lowest main division (19:00:35: 06/07/2009) or do you want to remove all sub divisions while plotting?
That last can be done be setting the minor division to transparent "T" in the colour pallet.
Don't know if this helped but I tried

Similar Messages

  • How to mark points on a graph

    Hi All,
    I want to write a program which plots data on a surface graph then
    allows the user to click on the graph and "mark" points on the plot. The
    program should change the color of the "marked" points on the graph.
    Based on the sample code provided by "Ben" here
    (http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=144155#M144155)...
    I wrote the attached code which uses "event structure" and cursors to do
    the job. I used cursor to read the X,Y,Z position of the clicked point on
    the plot and store them in arrays. These arrays then were feed into a
    new plot added to the graph using CWPlots3D.Add() method. However, my
    code does not draw the second plot (which would show marked points in
    green) nor it does not get the marked points coordination correctly. I
    appreciate your help to correct the code.
    Thank you,
    Attachments:
    change read xyz.vi ‏27 KB

    Hi Trin,
    I have altered your VI a little bit to get the marked points in an array. You will realize that the mouse up event is requested in a parallel loop, that's because this event doesn't get triggered ifyou drag a cursor.
    All you have to do now is to make a graph from the array and create new cursors. But leave Cursor 1 always as the last one and save the past values to new cursors. But maybe you don't need to set a cursor on each marked point.
    Kind regards,
    Kleisi
    Attachments:
    3D_Example.vi ‏39 KB

  • Programming Marker Color in XY Graph

    Hello Everyone,
    In Igor by Wavemetrics, I can plot XY graph with marker only, the marker color can be tied to the corresponding value in a third data column.  In some sense, this is similar to but not quite like an intensity graph.  Is it possible to do this in Labview?
    I will move my X-Y stages to search for a laser beam in large steps and nail its maximum in finer steps.  I would like to plot the trails of my search.  I would appreciate if someone already has this kind of search vi.
    Thanks in advance.
    Fang

    Fang,
    It is possible to change plot point colors of an XY graph by using a property node run through a case structure.  If the results found entering the case structure set it to either true or false, the points can be set to be a certain color.  The property you are looking for is Plot.Fill/Point Color.  However, this is definitely not the most robust method for doing this, as it involves breaking down your x and y data into individual numbers using a for loop.  Also, because the way the XY graph pulls in data, it is essentially impossible to change the color of just one point.  In order to do this, you would need to set up a multiplot and have one plot using one color and the other plot using the default color.  The plot that utilized your signal color would only plot if certain conditions were met.  
    So, I would say that using the 3-D graph functions would be a much simpler method, as was suggested by the previous user.
    Mr. Moore

  • Mark points on 3D graph

    Hi, 
    I need to mark points (by changing the color of the point)on a 3D graph
    which the user would select using mouse clicks. How should I implement
    this? Should I use both cursor and mouse event handler in my VI?
    IS there any similar example code available?
    Any helps would be greatly appreciated
    Cheers,
    Trin

    Start reading at reply #7 in this thread.
    I would use a seperate plot to handle the highlighted points. Just add the new point and redraw that plot as they go.
    The code for that example is all there.
    Have fun,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to change marker size in line graphs

    Hello,
    I'm using line graph and i show markers for the user know where to see a tooltip. I observed that the line markers are very big and clutter my graph when points are very close one anothers. I would like to make them smaller, but I don't know how to do it.
    Any help is appreciated.
    Thanks,
    Plan.
    <dvt:lineGraph ...>
    <dvt:seriesSet markerDisplayed="true">
    </dvt:seriesSet>
    </dvt:lineGraph>

    >System Preference>General
    this will change text size and associated icon size.

  • Custom Icon / Marker / Point-style on Graph

    Is there a way I can use a custom icon (or point-style) on a graph or chart?  I want to place a series of points on an XY-Graph but I don't want to use any of the built-in point styles, I want to use a .gif file I have.  I have toyed with the idea of converting an XY position to a screen position (in pixels) and hiding / showing an icon already on the front panel, and moving it.  This seemed like a bit of a hack to me, I'm hoping there's a better way.
    Thanks

    ptilghma -
    I know you can modify programmaticaly:
    Graph palette
    Plot legend (waveform chart, waveform graph, xy graph, and digital waveform graph only)
    Scrollbar (charts only)
    Blinking plot
    Label scroll position
    Active X/Y Scale
    Using property nodes  but I don't think that it modifies the icon.
    I think mapping out the screen and applying some sort of logic to replace the points is your only way out.
    Here is a link describing the use of property nodes in graphs
    http://digital.ni.com/public.nsf/websearch/A0525AF9D64408F186256BFB005970EB?OpenDocument
    Best Regards
    Bruno Noronha
    Bruno Noronha
    Certified LabVIEW Associate Developer
    Using LabVIEW 8.6

  • Filter out marked data from XY graph (Draw graph)

    Hi there,
    I've a question about "filtering" data from an XY Graph, please see the attachement.
    The graph shows some sample data (white plot) and a red "ballon" plot (you can press left mouse button
    and move over the graph to draw the red plot).
    My need is to get all samples inside the red ballon, but presently I got stuck with it!
    Any Ideas?!
    (The attached VI is saved by LabVIEW2009 version)
    Solved!
    Go to Solution.
    Attachments:
    Paint_XY_Graph.vi ‏24 KB

    To determine id a point is inside of the red baloon it must satisfy the condition where the X,Y is less than any X,Y point and greater than any other X,Y point.   To filter them out remove outliers from the array or set their values to nan to not plot them 
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

  • Is it possible to modify marker shapes in a line graph

    Hello,
    Some questions regarding the marker shapes in line graphs.
    I have a line graph with two series. The client wants one series to have the diamond shape (black border, white inside) and the other series to also be a diamond but be filled in black.
    Is there a way to do this?
    Also, the marker shapes appear small in the graph. Is there a way to increase the size of the marker shapes?
    Lastly, I can't get the marker shapes to appear in the legend. I have tried setting markerShapeInLegend="true" in the Graph tag but that didn't help. It still just displays the line colour of the series.
    We are on version 10.1.3.4.1
    Any help is greatly appreciated. Thanks!
    Jared

    Hi,
    It is impossible to do that because the user query is using query generator. Click the condition button in the quer generator windows. The selection criteria text used the condition.
    you can use a custom report instead of using user query e.g. crystal report or reporting services
    JiM

  • Help with GRAPH Marker Design Tutorial

    I am trying to create a custom marker design for a line chart (Using Illustrator CS3). I've followed all the steps in the HELP RESOURCE CENTER, but I can not get my marker to size any larger than the initial itty-bitty-square it creates. According to HELP, you can size your artwork larger than the initial marker square you copy and build the art over. That the design is scaled so that the backmost rectangle in the design is the same as the default square marker.
    I've built it all in the proper order. But when I go to apply my new custom marker design, it is all sized DOWN to fit in the default square marker space.
    Anyone out there with experience in customizing?

    To add a detail: the marker box will always 6 pt square, no matter how big or small your designed marker is. So, to create a new marker design, simply draw the design as big or small as you want; position it in relation to the orig 6 pt square [which is always backmost].
    I found this clarification with step-by-step instructions in this pdf document:
    http://www.adobe.com/products/adobemag/archive/pdfs/9611qaai.pdf
    When you save your marker design in the graph dialogue box, only the portion of your design that falls WITHIN the 6 pt square is previewed; but your entire design will show up when you apply it.
    Hope this saves a bit of frustration!

  • Automatically place a marker on a graph

    How can I automatically place a "marker" on an XY graph? I want to highlight a few points on the graph were other events take place.
    I would like to place a marker and a note at that point like "X happened here" and "Z happened here" as the chart is being generated.
    The chart is exported to an image at the end and this is given to customers who are interested in when these event occurred.
    Solved!
    Go to Solution.

    (A chart has a very special meaning in LabVIEW. It typically takes a scalar instead of an array, keeps an internal history buffer of a given size, and shows the last N points, discarding the oldest data when new points arrive. Charts cannot have cursors.)
    The two examples are called:
    plot images.vi
    Graph plot area Images.vi
    They are easiest to find if you search for the keyowrd "image" in the example finder. (Yes the keyword search sucks).
    For more examples, look at the links here, here, or here, for example
    LabVIEW Champion . Do more with less code and in less time .

  • How do I get two independent data sources to graph on the same chart?

    I have one graph of streaming voltage and another graph of a simple boolean function which jumps from zero to one when a button is pushed. I'd like to have both lines of data display on one graph. The goal is to have an even marker for the voltage graph - pressing the boolean button would "mark" important data points during acquisition. How do I combine the two? (I tried putting both into an array and graphing that, but it seems to just average the two instead of plotting them separately.) Thanks.

    And yet another way...
    If you present an array of waveform data-types you can sidestep this issues of disimilar sample rates.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    Wform_chart.vi ‏40 KB

  • ADF graph refresh

    Hi,
    I am new to ADF and while learning, I am stuck in a problem and couldn't find a solution since long.
    I
    am explaining my demo project scenario as below , sorry for making it long .....................
    I have two java class, ClassID that returns IDs of the student in an arraylist and ClassMarks that returns sum of marks for that ID(it returns Id and sum(marks) as arraylist. I have created data model for these two classes, using rt clk and 'create data model'.
    Next, I created a JSF page and on the top I dragged the IDs data model method as 'select one choice'. Below that I dragged the marks method for the 2nd class model as a dvt bar graph
    I added a button from the control palette .
    In the button action I am adding the selected ID from the SOC into session variable. The end logic for the graph class is that it will pick the value from the session and based on the ID, it will fetch rows from database and return an array list of ID and marks. and create a graph.
    But the problem i am facing is that, when the first time page loads, it loops through the datamodel for the ID and graph. and creates the page without any graph as no value was there in the session. when I select one ID and hit the submit button, the graph doesnot refresh with the new values.
    Please help me out. I tried googling and read forums but every where it is shown as ADF BC from table and i have not used that.
    Thanx in advance.

    Hi,
    I am new to ADF and while learning, I am stuck in a problem and couldn't find a solution since long.
    I
    am explaining my demo project scenario as below , sorry for making it long .....................
    I have two java class, ClassID that returns IDs of the student in an arraylist and ClassMarks that returns sum of marks for that ID(it returns Id and sum(marks) as arraylist. I have created data model for these two classes, using rt clk and 'create data model'.
    Next, I created a JSF page and on the top I dragged the IDs data model method as 'select one choice'. Below that I dragged the marks method for the 2nd class model as a dvt bar graph
    I added a button from the control palette .
    In the button action I am adding the selected ID from the SOC into session variable. The end logic for the graph class is that it will pick the value from the session and based on the ID, it will fetch rows from database and return an array list of ID and marks. and create a graph.
    But the problem i am facing is that, when the first time page loads, it loops through the datamodel for the ID and graph. and creates the page without any graph as no value was there in the session. when I select one ID and hit the submit button, the graph doesnot refresh with the new values.
    Please help me out. I tried googling and read forums but every where it is shown as ADF BC from table and i have not used that.
    Thanx in advance.

  • Add marker

    Hello..
    Let me define my final goal: building a modern spectrum analyzer by the SR-760 model.
    The Problem:
    i need to add a MARKER to the Spectrum graph output.
    MARKER mean that in the real spectrum analyzer there is a "turning scroll button" that you rotate it and on the screen you see a cursor running on the Spectrum lines
    ( all the cursors and markers in this forum relate to the graph itself, regarding the lines that display on the graph...)
    my question: how do i add a cursor to the graph that change accordinly to the signal displayed on the graph??
    basicly i would love to get any information about this subject - for instance, later on i need to add a "Next Peak" button - that related to the signal as well..
    hope i was clear abot the question.
    another example - Let say i have a 3 sin wave in different frequencies.  fft(signal) -> result 3 main harmonic,
    display on the graph - three impulse.
    marker cruise on the signal lines on the graph , and on the side display each time what is the x value and y value.
    later adding next peak button and now each time you press it the cursor jumps between the impulses..

    Seems like you want a cursor that is locked to a plot.
    Here's a quick example (LV 8.5.1) where you can pick the plot # and cursor X with controls and it will give you the corresponding Y. Modify as needed.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    OneCursorMultiplePlots.vi ‏26 KB

  • When I insert new data on an existing graph, the graph deletes

    When I insert new data on an existing graph (for example, just adding a new year of data) and press insert, it just deletes the graph entirely. My only option is to recreate the entire graph which is frustrating because I lose its format and colors. Any suggestions?

    Here I opened the existing chart, with the old data. I need to remove the oldest year and add a new year. Which I do below:
    When I press the check mark, or enter, the graph details all delete.

  • Place markers on waveform graph

    I'm trying to place an obvious marker on a waveform graph programatically. I have a single line continous input, and I need to put a line on the graph each time a certain condition is met.
    A thin vertical line would be best, but i can't seem to alter the cursor appearance. Also, I don't know how to dynamically create multiple cursors.

    See attached:
    Paul
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA
    Attachments:
    MarkPlot.vi ‏40 KB

Maybe you are looking for