+ Reply to Thread
Results 1 to 2 of 2

How do I plot chart with negative value using Logarithmic Scale ?

  1. #1
    FTian
    Guest

    How do I plot chart with negative value using Logarithmic Scale ?



  2. #2
    Del Cotter
    Guest

    Re: How do I plot chart with negative value using Logarithmic Scale ?

    On Sun, 14 May 2006, in microsoft.public.excel.charting,
    FTian <[email protected]> said:

    [no content, but Subject line reads: "How do I plot chart with negative
    value using Logarithmic Scale ?"]

    It's not Excel's fault you can't do that, it's a mathematical
    impossibility. Zero is an infinite distance way down past the bottom of
    the chart, and negative numbers are "beyond infinity".

    If you still want to try it, then you need to use a linear scale, but
    create a column with a formula that looks like:

    =IF(x<0,-LN(-x),LN(x))

    and plot that instead. Then go to Jon Peltier's site and learn about
    using "dummy axes", ranges of labelled data that are created to mimic
    the appearance of an axis in Excel, to do what Excel's axes can't do.

    Then you should put a text box in the chart to explain to the readers
    that what they're seeing is not a proper log scale, but two log scales
    back-to-back, one for positive, and one for reversed negative.

    --
    Del Cotter
    NB Personal replies to this post will send email to [email protected],
    which goes to a spam folder-- please send your email to del3 instead.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1