Graph values rounded

I have a multiplot xy graph with as an input a range of x values and y values from 5.8 to 6 that are doubles.
However, once the graph is displayed all the y values are rounded off to 6.
I guess it must be a matter of setting somewhere that the values in the graph are not integers, but i can't seem the find it.
I've already changed in graph settings->format and precision->digits of precision to 8 but still i get rounded off to 6?
Where is the magical setting for this?
Solved!
Go to Solution.
Attachments:
round off.PNG ‏3 KB

The graph autoadjusts to the datatype wired directly to it. If you wire to a local variable, you don't get that feature for good reasons.
Most likely you had an integer wired to the graph terminal at one point in the past and LabVIEW remembered that.
The first choices should always be to wire directly to the terminal. Don't think of local variables as "variables" in text based code, they are not and should not be used as such. Local variables break dataflow, can cause race conditions, complicate debugging, and force extra data copies in memory (can be very expensive for xy graphs!), so there is a big difference. Local variables should only be used if there is a very good reason.
(See also this link and many other similar discussions)
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • Purchase Order value rounded to a single number

    How is the Purchase Order value rounded to a single number ?
    Ex: Example - 100.51 to be rounded to 101 OR
    100.49 to be rounded to 100 
    It is required at PO - Price conditions . (Item details----material net price )
    (and also in PO output screen which can be done with the help of developer)
    regards,
    ck

    Hi,
    Go to
    SPRO - > MM -> Purchasing -> Define price detmination process -> define condition types -> go for define condition type ->  select any condition type -> go to details -> inside it you will see the Rounding rule -> choose 'A'
    Save your enteries...and check..
    Hope it helps..
    Regards,
    Priyanka.P
    AWARD IF HELPFULL

  • Sales Order Net Value - Round off

    Hi Guru's,
    I am having a requirement to round off the total value (VBAK - NETWR) in sales order.
    Condition type DIFF is not fulfilling our requirement because its functioning as an item condition. It's doing round off for each line item.
    Our requirement is Header level net value round off.
    I have searched in SCN but I cant able to find any solution. Kindly throw some light on this subject.
    Regards,
    Dinesh

    Hi,
    After downloaded the note 1158475 implementation status show that cannot be implemented.
    Check the screenshot below.
    Regards,
    Dinesh

  • Graph values on the Vertical Bar

    Hi,
    Is there any possiblity of the of the graph values to be there on the Vertical bar graphs.
    Generally the vertical bar graph values will display on top of the vertical bar graph.
    Thanks in Advance.
    Siva

    Here is a link that will walk you through setting up each of your Device Profile pages for your iPod:
    http://ipod.about.com/od/tes1/ss/ipod-touch-setu.htm
    Cheers,
    GB

  • WAD Graph-  Value Axis display value with commas

    Hi Gurus,
    In the WAD graph Value Axis displaying the value from 0 to 40000 like below
    40000.
    30000.
    20000.
    10000.
            0.
    But we want to display with comma for every 3 digits(1000). like
    40,000.
    30,000.
    20,000.
    10,000.
              0.
    Please do needful.
    Regards,
    Kiran A
    Edited by: Kiran A on Oct 21, 2009 6:00 PM

    Hi Kiran A,
    you can do it as follows:
    Edit Chart->Refine->Value axis->Line->Format-> here you have to put: 0,
    That is all
    Regards
    Erwin

  • Rounding  Down Values / Rounding Profile in Delivery

    Hi
    I have a query regarding Rounding down Value / Rounding Profile
    Our system currently rounds to full case pack if the customer orders in partial quantity.
    Please advise if it is possible to only round DOWN to full case Pack.
    This is a customer specific requirement not applicable to all. customer does not want to round up.
    Plse help me with configuration.
    Thanks
    Rajesh

    Hi Raazesh,
    Please check the below link if you can use it for your purpose. Also there are lot of similar links in SDN which you can search and use.
    How to do automatic rounding in outbound delivery?
    rounding profile in delivery!!
    Regards,
    Sampat
    Edited by: Sampat Vijay Sadalge on Jun 21, 2011 1:38 PM

  • ORA-23319: parameter value "ROUND(SYSDATE + 1) + 4/24 " is not appropriate

    I am trying to create a materialized view with the rfresh time every night 4 am , and i am getting the error : any suggestions whats wrong ? here is the sql
    CREATE MATERIALIZED VIEW BDS_COST_CATEGORY_MV
    STORAGE( INITIAL 64K NEXT 64K)
    BUILD IMMEDIATE
    REFRESH COMPLETE ON DEMAND
    START WITH SYSDATE
    NEXT ROUND(SYSDATE + 1) + 4/24
    AS
    Here is what i get
    ORA-23319: parameter value "ROUND(SYSDATE + 1) + 4/24 " is not appropriate
    ORA-06512: at "SYS.DBMS_JOB", line 57
    ORA-06512: at "SYS.DBMS_JOB", line 134
    ORA-06512: at "SYS.DBMS_IREFRESH", line 186
    ORA-06512: at "SYS.DBMS_IREFRESH", line 369
    ORA-06512: at "SYS.DBMS_REFRESH", line 88
    ORA-06512: at "SYS.DBMS_REFRESH", line 62
    ORA-06512: at "SYS.DBMS_ISNAPSHOT", line 76
    ORA-06512: at line 1
    thanks

    What is your database version?
    works fine for me (on 10.2.0.3)
    SQL> create materialized view bds_cost_category_mv
      2  storage( initial 64k next 64k)
      3  build immediate
      4  refresh complete on demand
      5  start with sysdate
      6  next round(sysdate + 1) + 4/24
      7  as
      8  select * from emp;
    Materialized view created.Best regards
    Maxim

  • Neg graph values in graphic columns?

    I can enter negative graph data and have the affected graph bars extend below the 0 line no problem.
    with flatm 2D-appearing column designs, this isn't much problem; graph column designs which are meant to be 3D in appearance, ie with depth/both, simply appear flipped and the bottoms of such columns don't respect the correct vanishing point, such as a 3D solid bar type column. Is there a way to make such dimensional graph bars look correct visually when their data values go negative?
    thanks!
    w

    Nope, not that I know.
    Mylenium

  • Multi line graph values issue

    Hi,
    I am using JDev 11.1.2.2.0
    I made a standard line graph which I populate with data through a backing bean.
    I read a post on how to put points to the graph:
    ArrayList <Object[]> data;
    Object[0] -> x axis data, here I have dates
    Object[1] -> name of the serie, a new serie is created for each different name
    Object[2] -> y axis data, here I have values
    Then I put the list to the graph and it works fine, only for one serie.
    When I display 2 or more series, the graph shows the different series in different colors as it is suposed to do.
    But, the values (Y axis) are not displayed at the correct place. I mean for instance the point with value 4K is displayed below the 3K Y axis marker...
    And sometimes the point is displayed above as its real value...
    So my graph is false, but my values are correct (I tested it)
    Then what can I do? The graph can draw several lines as I managed to put more than one serie. The only problem is that they are not displayed properly...
    (if you need the code I can show it)
    Edited by: Jikai on 20 sept. 2012 16:51

    Ok, I found what was wrong.
    In the graph properties the subType field was set to LINE_VERT_STACK, then I changed it to default (LINE_VERT_ABS) and it worked.
    <dvt:lineGraph id="lineGraph" subType="*LINE_VERT_ABS*"
    binding="#{backingBeanScope.backing_ReportingPopUp.lineGraph}" shortDesc="Graph that shows metrics"
    inlineStyle="height:100%; width:100%;" imageFormat="FLASH">
    <dvt:background>
    <dvt:specialEffects/>
    </dvt:background>
    <dvt:graphPlotArea/>
    <dvt:seriesSet>
    <dvt:series/>
    </dvt:seriesSet>
    <dvt:o1Axis/>
    <dvt:y1Axis/>
    <dvt:legendArea automaticPlacement="AP_NEVER"/>
    <dvt:graphTitle text="Metrics for Hosts by Date" horizontalAlignment="CENTER"/>
    </dvt:lineGraph>

  • Condition type value rounding

    Hi Experts
    I want to know about rounding of decimal in PO conditions. We have customised condition type like ZFRE in % and it is found that when PO is created i see  that ZFRE value is rounded i.e suppose if value is coming as 3.97 then the system takes automatically 4 and if value is 39.37 then the value becomes automatically 39. The decimal places dont appear in PO. I thought it is because of condition type configuration.
    The ZFRE condition type has setting as:
    rounding rule - commercial(standard)
    It is not set as rounding up or rounding down. How the values are not geting rounded?
    Thanks
    Dinakar

    Hi
        From the above suggestion you cant round off the condition type as said. Use t.code OB90 and for your company code and currency and maintain 100 in the field 'Unit to be rounded up to'. But it is client level setting. Be careful while setting this.
        Then go to your pricing procedure and assign Routine-17-Rounding as perT001R in Altcaltype field. Then create order. Your requirement will be solved.
    Reward if helpful

  • Displaying Graph Values

    I would like to display values on a graph axis. The number of
    displayed values (1-15) and location (varies in the vertical
    direction) is variable depending on user input. I tried using a
    display icon in an interaction loop with the value and position
    determined using incremented variables but the previous number is
    erased leaving only the final number in its correct location. How
    can i display all of the numbers without stringing 15 display icons
    across an interaction loop with conditional responses? Thanks in
    advance for the help.

    "Djjwood" <[email protected]> wrote in
    message
    news:f5bofs$fkg$[email protected]..
    >I would like to display values on a graph axis. The
    number of displayed
    >values
    > (1-15) and location (varies in the vertical direction)
    is variable
    > depending on
    > user input. I tried using a display icon in an
    interaction loop with the
    > value
    > and position determined using incremented variables but
    the previous
    > number is
    > erased leaving only the final number in its correct
    location. How can i
    > display all of the numbers without stringing 15 display
    icons across an
    > interaction loop with conditional responses? Thanks in
    advance for the
    > help.
    You could use Flash.

  • Operation Overview-Standard Values Rounding

    In production order operation overview screen, the standard values (setup time & Processing time duration) are rounding up and displaying with one decimal place. Where as in routing the same standard values are displaying with 3 decimal places.
    Is there any config setting (or screen exit) for to display setuptime duration in CO02/CO03 operation overview screen with more than one decimal places?

    Saiful,
    Execute T code CUNI.
    Select 'Time' & click on 'Unit of measurement'.
    In the next screen, select the desirder UOM. Click on details.
    Under 'Display' put 3 for 'Decimal places'.
    And under conversion put 6 for 'Decimal places rounding'. Save.
    It will solve your problem.
    Hope this helps you.
    SmanS

  • Export some xy graph values to spreadsheet

    Hello,
    I'm newish to labview and i'm trying to extract the values used to plot the XY Graph, but only for x=0,10...90,100 ... 360.
    instead of extracting 361 values i need only 37. I tried using another for statement but with no succes.
    Any help ?
    Solved!
    Go to Solution.
    Attachments:
    Mecanisme1.1(v2).vi ‏42 KB

    Hi Lies,
    but only for x=0,10...90,100 ... 360. instead of extracting 361 values i need only 37.
    Well: "0, 10-90, 100-360" are ~350 values and not 37.
    Can you explain how you get that value "only 37"!?
    i'm trying to extract the values used to plot the XY Graph
    You should only put those values in the arrays you are interested in. Right now you create arrays for a x range of 0…360!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Graph values are plotted in float

    hi
    1) When i try to display the graph the x and y axis are displayed in float 100.0 i need to display in integer value like 100.
    2) i am trying to display a line graph now sure how many points i add when the value x axis increases the graph extends its width.. i need to stop this and let it display in as it is.
    Please tell me how to do this.

    hi Ashish,
    Pull the cities in Section's section of pivot table and construct the graph ,use is prompted filter on the city
    It should work
    thanks,
    Saichand.v

  • ALV: issue in truncating decimal values (rounding up)

    Hi,
    I have been receiving a problem truncating decimal values in alv environment using this abap code.
    WRITE gwa_komv-kwert TO gv_out_tax CURRENCY rte0143sf-currency
            DECIMALS l_decimals LEFT-JUSTIFIED.
    where l_decimals = 0.
    More exactly the value is rounded up but this is not my expectation.
    Any idea?
    Thanks.
        Giovanni

    Standard behaviour with DECIMALS 0: rounding up or own.
    And when you use the addition DECIMALS, then the CURRENCY addition is ignored as well.

Maybe you are looking for