Problem with logarithmic scale in combination chart

Hi Experts,
I have a combination chart where in primary axis i am showing column chart and in the secondary axis, i am showing line chart. Now as the range of values used in the column chart is big, I have to use logarithmic scale in primary axis. But if i do so, the line chart is also being affected. The markers for negetive values in the line chart plotted in secondary axis disappears if I apply logarithmic scale in primary axis.
Is it a bug ?
I am using Xcelsius 2008 SP3.
Thanks and Regards

Hi:
   Yes, I also noticed this problem, seems when you set primary axis as "Logarithmic", the secondary axis with negative value "<0" will be ignored as "0". I think it should be an issue.
   A quick work around here is, swith your primary axis and your secondary axis, when you set seconary axis as "Logarithmic", the negative values in primary axis will not be ignored.
Hope it helps.

Similar Messages

  • Graphing with logarithmic scale in AI5?

    I received a graph in MS Excel that uses a logarithmic (as opposed to linear) scale, but as far as I know, it isn't possible to create a scatter-plot graph with logarithmic scale in Illustrator. Does anyone know if there is a plug-in or a script that can do this?
    I am happy to upload the Excel file if that would be helpful. This is my first time using this forum, though, so I just need to know how to attach it.
    Thanks

    I found this link that has a plugin that states it does logarithmic scale, it is called ToolDemo here is the link, hope it's what you are looking for. http://www.telegraphics.com.au/sw/#tooldemo

  • Problems with Range 2D Column Flash Chart

    I am having three problems with the Range 2D Column Flash Chart.
    1. Series Name: I have two series one named AAA the other BBB. AAA returns two values AAA_MIN and AAA_MAX. BBB returns two values BBB_MIN and BBB_MAX. The Legend shows two series both labeled AAA.
    2. Show Hints: The Hint Labels are all AAA even when looking at a BBB value. And the Values show no precision, 0.03 shows as 0.
    3. Y Axis Scale not showing precision. My values range from 0.01 to 0.11 and the Y Axis Scale simply shows all 0

    Hi Marco.
    Thanks for the help.
    2 and 3) I have reverted to handling the decimal places declaratively rather then with Custom XML. Thanks for that, I just did not see that setting on the form.
    As for (1) I did read something about the column alias was supposed to show as the Label for the Legend and Hints. But I am not doing something right. These are the SQL for each of my two Series. In my Legend and Hints I get:
    AAA
    AAA
    First Series:
    Series Name = AAA
    SQL =
    select
        NULL as LINK,
        to_char(DATETIME, 'DD HH24') || ':00' as LABLE,
        round(min(decode(AAA,0,NULL,AAA)),1) as "AAA_MIN",
        round(max(decode(AAA,0,NULL,AAA)),1) as "AAA_MAX"
    from
        ZZZZ
    where
        DATETIME between to_timestamp(:P47_SEARCH_X_FROM_DATE,'MM/DD/YYYY HH24:MI') and to_timestamp(:P47_SEARCH_X_TO_DATE,'MM/DD/YYYY HH24:MI')
    group by
            to_char(DATETIME, 'DD HH24')
    order bySecond Series:
    Series Name = BBB
    SQL =
    select
        NULL as LINK,
        to_char(DATETIME, 'DD HH24') || ':00' as LABLE,
        round(min(decode(BBB,0,NULL,BBB)),1) as "BBB_MIN",
        round(max(decode(BBB,0,NULL,BBB)),1) as "BBB_MAX"
    from
        ZZZZ
    where
        DATETIME between to_timestamp(:P47_SEARCH_X_FROM_DATE,'MM/DD/YYYY HH24:MI') and to_timestamp(:P47_SEARCH_X_TO_DATE,'MM/DD/YYYY HH24:MI')
    group by
            to_char(DATETIME, 'DD HH24')
    order by
        2 asc

  • Line bar combo with logarithmic scale

    hi, I found that
    logarithmic scale is not supported for line bar combo.
    I have checked the checkbox "Use logarithmic scale" under "Tick Marks & Scale Type" under "Axis Scaling" for the left axis.
    but the charts (both checked and unchecked) are the same, there is no difference.
    And it is unable to check the checkbox "Use logarithmic scale" for the right axis.
    is it the limitation ?

    Hi,u use enterprise Edition???
    check this blog,really helpfull
    http://obiee101.blogspot.com/search/label/CHART
    hope i helped...
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Problems with date in stacked bar charts

    I am having a lot of problems trying to generate stacked bar charts where one of the fields is a date. Using the chart generator in word, the stacked bar charts work perfectly if I use (for example) Labels=Country, Series=Product, Values=Quantity(Sum) . The correct quantities are shown.
    However if I change Country to Expiry (date), the quantities are all wrong ? Such that I have no idea how it is obtaining the values.
    The generated code is :
    <Graph depthAngle="50" depthRadius="8" pieDepth="30" pieTilt="20"
           seriesEffect="SE_AUTO_GRADIENT" graphType="BAR_VERT_STACK">
      <Title text="" visible="true" horizontalAlignment="CENTER"/>
      <LocalGridData colCount="{count(xdoxslt:group(.//G_MED,  'EXPIRY'))}"
                     rowCount="{count(xdoxslt:group(.//G_MED,  'PRODUCT'))}">
        <RowLabels>
          <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                              select=".//G_MED" group-by="PRODUCT">
            <Label>
              <xsl:value-of select="current-group()/PRODUCT"/>
            </Label>
          </xsl:for-each-group>
        </RowLabels>
        <ColLabels>
          <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                              select=".//G_MED" group-by="EXPIRY">
            <Label>
              <xsl:value-of select="current-group()/EXPIRY"/>
            </Label>
          </xsl:for-each-group>
        </ColLabels>
        <DataValues>
          <xsl:for-each-group xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                              select=".//G_MED" group-by="PRODUCT">
            <RowData>
              <xsl:for-each-group select="current-group()" group-by="EXPIRY">
                <Cell>
                  <xsl:value-of select="sum(current-group()/QUANTITY)"/>
                </Cell>
              </xsl:for-each-group>
            </RowData>
          </xsl:for-each-group>
        </DataValues>
      </LocalGridData>
    </Graph>Any help would be greatly appreciated !
    Cheers,
    Brent

    Thank you all for your replies so far:
    @Alex: You are right, using your short script in sqlplus gives me also 2009 as result
    So, I am now posting the essential excerpts of the procedure because the whole one is to large:
    function insert_szrl (my_fremd_name varchar, my_elementadresse varchar,
    my_zeitstempel varchar, my_wert float,
    my_status varchar, my_zyklus varchar,
    my_offset integer,
    my_quelle varchar, my_nzm_daten integer) return integer is
    begin
    my_date := to_date (substr (my_zeitstempel, 1, 10), 'dd.mm.yyyy') + my_tageswechsel +1/24;
    if my_zyklus = 'mm' then
    my_zeitstempeldate := add_months(to_date(last_day(to_date(my_date, 'dd.mm.yyyy')), 'dd.mm.yyyy'),-1) +1 + (my_tageswechsel+1/24);
    my_days := to_date(last_day(to_date(my_date, 'dd.mm.yyyy')), 'dd.mm.yyyy') - add_months(to_date(last_day(to_date(my_date, 'dd.mm.yyyy')), 'dd.mm.yyyy'),-1);
    my_year := to_number(to_char(to_date(my_date,'dd.mm.yyyy'), 'yyyy'));
    ptime.umschalttage_tuned (my_year, my_ws, my_sw);
    end if;
    While debugging the complete procedure I see since the start only a date which looks like '01.04.2009 07:00:00'
    Edited by: user10994305 on 19.05.2009 15:58
    Edited by: user10994305 on 19.05.2009 15:58

  • Problems with auto-scale vertical charts when change time zones

    I have built an application that utalizes Vertical Strip Charts.  Basiclly, XY Charts that are filled with 100 points of data each loop cycle.  To get the Time portion of it I use the Get Dat/Time in Seconds Function and then typecast it to a double.  I have built the application and installed in on several PC in my same time zone no problem, but when I send it to someone in the UK on GMT time the strip chart does not update correctly.  The scaling is off.  The interesting thing is the most recent time on the chart is correct and is updating correctly, but the time at the top of the graph is not correct.  Any suggestions or thoughts would be appreaciated.

    Can you post a copy of this application, or an example that would demonstrate this? If you change your timezone on your computer to UK's timezone and restart LabVIEW (which is necessary for the change to take affect in LV), do you see this behavior?
    Jarrod S.
    National Instruments

  • Problem with Diagram Scale

    Hello,
    first I have to say I tried my best, but I couldn't find any solution for this problem.
    I created a table with two components: variable x and y. Then i turned it into a vertical grouped bar chart and I got this result
    http://img217.imageshack.us/img217/2050/26012png.png
    Because I ddin't want these point numbers I formatted the number into integer. Now I got this result.
    http://img39.imageshack.us/img39/6647/2601.png
    Why does it show each number twice or more? I just wanted to have 0 1 2 3 (etc.) to see.
    Where is my mistake? I've done everything I could get out of my knowldge.
    Please help me, I don't know what to do...
    Greetings
    Khaleesi

    hi,
    Please keep the Y-axis > Values > Number Format as default only.
    But if you are sure about maximum value on Y-axis then below steps will solve the issue.
    Y-axis > Scale >
    Auto scale  (Uncheck)
    Min. value = 0
    Max. value = 3 (You can set this to your maximum Y-axis value if range is known)
    Logarithmic  (Uncheck)
    Duplicates will not occur. Only numbers will appear without decimal.
    Regards,
    Vamsee

  • Problem with the scale of pictures when importing.

    I have taken 250 images which I will edit into a stop motion film. however, I've encountered a few problems.
    The biggest problem is that when I imported the images into the timeline they were severely magnified and not even centered in the frame. as you can see by this screenshot:
    This is a big problem. You'd think I wouldn't have to go through every signle image and scale it down to correctly fit the frame..... right?? It's not even centered which means I have to scale and move and be very accurate and it's going to take so many hours to do! What is wrong here, how do I fix it so that when I import the images, they are the correct scale?
    problem 2: when i put the images in the timeline they were "backwards". As in, the last image was first in the timeline and the first image was last. It's like the program is TRYING to make my life a living hell.

    I upgraded to cs6 and imported all the images together, I made them 3 frames per and exported them. The problem is slightly improved but still there. I'm still getting flicker.
    Check it out: http://www.youtube.com/watch?v=g_yZjskzTLs
    Black screen version from yesterday if you want to look at it: http://www.youtube.com/watch?v=NCcAEO8YU6Y
    The problem has to be with my settings. when I upgraded it deleted all my prefrences and settings. There was no dslr preset either so I had to redo it all from  scratch to the best of my ability. Here is a complete rundown of my settings:
    I shoot with a canon dslr 60D in 24fps and upload all my stuff in 1080p. Please advice.

  • Problems with Image scale

    hi,
    I have an Image instance that I want to manipulate by increasing and decreasing its visible size
    I've used many algorithms
    but most of it throws an out of memory error when enlarging for a couple of times.
    such as getScaledInstance(),or so;
    another thing,
    does any one know how to get a BufferedImage reference out of Image reference without casting?
    I hope any one can help.
    thanks in advance

    Maybe the code underneath helps to solve your bufferedImage/Image problem. scaledImage is the Image in that case. your other problem, in fact is, that u are running out of memory, because the Image repaints itself on and on again wihout being cleared out of the memory. in that case i would have to know about what u woild like to do with the program, so that maybe i can be of help for u. hope that helps...
    if (image != null)
    //Create BufferedImage as base
    BufferedImage sub = new BufferedImage
    Width,Height,BufferedImage.TYPE_INT_RGB);
    //Initialize painting area
    Graphics2D g = sub.createGraphics();
    //Paint scaledImage onto painting area
    g.drawImage(scaledImage, (int) -Sx, (int) -Sy, null);
    g.dispose();
    }

  • Problem with Proficiency scale (PD) in ESS

    Whenever we create qualification update through PA30 or ESS, the system will allow us to save the record without selecting any proficiency scale, i.e., blank proficiency scale "0".
    Can we make that field mandatory, so that users have to select something out of proficiency scale?
    My client doesnt want the system to allow users to save their record with no proficiency value. please advise
    sap version : ECC 5          PA is integrated with PD

    Hi Sarika,
    Thank you for your reply.
    Could you give me the Abap statements to be used in that userexit?
    this will be a great help to me.

  • Problem with continuous scale, crop JAI operations

    Hi,
    I am using JAI in my application, i need to do the following operations in order, for the given image.
    1. Scale
    2. Crop
    3. Crop
    Each operation gets the RenderdOp object given by the previous operation as input [Output of the 1st operation is provided as input to the 2nd, etc.]
    I am facing a problem while doing the 3rd operation. This crop gives an IllegalArgumentException : Crop The rectangular crop area must not be outside the image.
    When i debug the program i found that minX and minY values are causing the problem. Input for the third operation is a 45x46 image and the crop is for 45x45 and the minY is 10, the crop recatangle is 0,0 to 45,45 the crop considers the minX and minY as the starting positions of the image and result the exception.
    Can anybody guide me to solve this problem!
    - Rakesh

    Very late, but I've just faced the same problem today. Since I'm in a hurry I've not been able to research if that behaviour is OK or some kind of bug. I guess it's OK but are missing something...
    Anyway, I just summed the values from getMinX () and getMinY () to the x and y variables which I passed to the Crop operator. That way it's like if I were working in the 0,0 coordinate which I expected to be.

  • Problem with Webdynpro Tables and Scatter-chart

    I have a Webservice who returns two one-dimensional arrays. I want to know how to fill one table with these arrays. And how to get this data displayed in an two dimensional scatter-chart as x and y Values.

    Create a context node "Rows", cardinality 0:N, add attributes A, B (type as needed e.g. "string").
    Fill the node with the content of your arrays array1, array2 (assuming both arrays have same length):
    for (int j = 0; j < array1.length; ++j)
      IRowElement row = wdContext.nodeRows().createRowsElement();
      wdContext.nodeRows().addElement(row);
      row.setA(array1[j]);
      row.setB(array2[j]);
    Display in a Table: Create a Table T, add columns CA / CB, add to each a TextView as cell editor. Bind cell editor's property "text" to attribute A / B.
    For display in BusinessGraphics element, read the documentation at
    http://help.sap.com/saphelp_nw04/helpdata/en/e5/08b6eb35637a44830b9e6df22987aa/content.htm
    Armin

  • Installing problem with 10.3.9 Combined Update

    I am trying to update my iMac from 10.3.4 to 10.3.9. Since I only have a dialup connection, and the Combined Update software is 117 Mb, it would take many long hours to download the update using my own computer. So, here's what I did.
    I went to a friend's computer, an eMac which has a high-speed connection on it, to download the actual .dmg file. The file downloaded in a few minutes, and the eMac automatically opened it which caused the virtual disk to mount, and the updater automatically started to run, although I cancelled the update before it actually did anything. Double-clicking on the .pkg file starts that updater again, but I did not actually let it run. Then on that computer I burned the downloaded .dmg file onto a CD, using Toast.
    I then brought that CD to my iMac, and copied the .dmg file to the desktop. The file copied to my iMac with no error messages. I double-clicked on the .dmg file, and the Mac verified and mounted the virtual disk. So I have a virtual disk called Mac OS X 10.3.9 Combined Update on my iMac, and when I double-click on it, the window opens and sure enough, there is MacOSXUpdateCombo10.3.9.pkg - but it is a FOLDER, not a file. Double clicking on it opens up the folder and there is another folder, and so on. I can't click on anything to start the updater running on my iMac.
    I belive that I sucessfully got the .dmg file over to my iMac intact, and the virtual disc mounts, but after that the updater won't work. What went wrong and how do I fix it?
    Thanks

    Hi Bob
    How about you go back to your friend's computer and just burn a copy of the /Library/Packages/MacOSXUpdateCombo10.3.9.pkg
    and put that package into your /Library/Packages, along with all the others, double click on it and so install it.
    regards
    roam

  • Problem with G/L  ACCT and Chart of account

    Hi ,
    I am new to SAP field and working in MM module.
    I am facing some problem while creating PO.
    That my g/l account is not defined for my company code.
    How can i create it for Comapny code for country india. As chartof accounts for india is not there in list.
    Awaiting replies.

    Hi
    The operating chart of accounts is shared by Financial Accounting as well as Controlling.
    This will be hadled by FI/CO Consultant.
    for detail help, please follow this link.
    http://help.sap.com/saphelp_47x200/helpdata/en/c7/a88b4143dd11d182b30000e829fbfe/content.htm
    regards
    Srinivas

  • Problem with Drill down using Pie chart

    Hi all,
    I have a dashboard which displays sales according to product category in which I'm using combo box for category.
    Based upon the selection the corresponding products are displayed in the Pie chart and when I click a particular
    product its total sales value should be displayed in a Guage.
    The problem is if for one category there are 10 products the pie chart is showing only 5 labels if drill down option is checked
    and if its not then its showing all the products......
    What could it be ??
    Thanks
    John

    Hi John
    Is this fixed now?
    Regards
    [Charles|http://www.reportex.co.uk/xc_dataload.html]

Maybe you are looking for

  • -50 Syncing Error?

    I recently upgraded the RAM on my computer, and this is the first time I have connected my iPod since the upgrade. As soon as I connected my iPod to my computer, it told me I had to restore it to factory settings. So I did that. I have attempted to s

  • Function module in SRM for adding number to date excluding weekends

    Hi Experts, Please help to get the standard FM in SRM for adding number to date and getting next date excluding weekends. Thanks in Advance. Thanks, Sahil

  • I don't have the "covert to video timeline" option in Photoshop CS6

    The button doesn't show up under the timeline and the option is not in the drop down menu's, I have version 13.0

  • 0CRM_COMPLAINTS_I - Tables CRM

    Hi, do anybody knows the tables for extractor 0CRM_COMPLAINTS_I ??? Are those informations stored in tables CRMD_ORDERADM_H and/or CRMD_ORDERADM_I ?? Thanks, Frank

  • My window shrinks when I open an app

    I got a problem with my Iphone window, SOMETIMES, (I say sometimes because to annoy me, it does not happen all the time, but when it does happens, a restart does not fix it, I have to put my phone in "safe mode" and then back on "normal mode", then i