Turn around a log graph

Hello all,
I need a strange graph.  It has to be logarithmic, but I need the time axis markers to be spaced so that the first values are denser than the last values.  In other words, I need the same physical space between 0 and 100, and between 100 and 110.  Is there an easy way to do this?
Thanks
Christie

I can't make it look pretty, but I can get the functionality, I think.
I used a regular x-y graph with the x-axis set to logarithmic scale. I then set the XScale.Multiplier and XScale.Offset to -1 and 111.1111111... (1000 / 9, which is the upper limit of your scale), respectively. The big issue with this is you must compensate all of your x-values for this by reversing the calculation (i.e. subtracting 1000/9 and negating) before feeding it to the graph. Also, the graph tends to become ugly at values closer to zero.
Does anyone else have an easier (prettier) solution?
Attachments:
FlippedLog.vi ‏17 KB

Similar Messages

  • Turn Around Time to convert a Prospect into a Customer

    Hi All,
    We have implemented Oracle Teleservice module. We have a client request to develop a report which gives them the Turn Around Time for converting a prospect to a customer. For eg: A prospect called up at the call center inquiring abt the various products, he is logged into the system as a Prospect. Later in the week, the customer buys the product and TCA API uploads the customer information into the system with an account number and the product details. Is there anyway, that I can track the total time between these two events? We dont have Sales implemented.
    Any help on this would highly be appreciated.
    Thanks and Regards,
    Amit

    I guess you can get this turnaround based on audit fields available in prospect master table and account master table
    To be specific:
    - When a prospect is created in the system, a records gets created in HZ_PARTIES table. Prospect is also known as 'Party' in TCA.
    - Normally an account is created for a party and account is created in the table HZ_CUST_ACCOUNTS
    you can join these two tables based
    so
    HZ_CUST_ACCOUNTS.creation_date - hz_parties.creation_date
    where HZ_CUST_ACCOUNTS.party_id = hz_parties.party_id
    should give u this time

  • HT204266 Hi... I bought an app from app store... It turned around to be a false app and not as per the description. App dev page is a fraud. How can I get a refund?

    Hi... I bought an app from app store... It turned around to be a false app and not as per the description. App dev page is a fraud. How can I get a refund?

    Welcome to the Apple community.
    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History.

  • Is the only way to import large amount of data and database objects into a primary database is to shutdown the standby, turn off archive log mode, do the import, then rebuild the standby?

    I have a primary database that need to import large amount of data and database objects. 1.) Do I shutdown the standby? 2.) Turn off archive log mode? 3.) Perform the import? 4.) Rebuild the standby? or is there a better way or best practice?

    Instead of rebuilding the (whole) standby, you take an incremental (from SCN) backup from the Primary and restore it on the Standby.  That way, if, for example
    a. Only two out of 12 tablespaces are affected by the import, the incremental backup would effectively be only the blocks changed in those two tablespaces (and some other changes in system and undo) {provided that there are no other changes in the other ten tablespaces}
    b. if the size of the import is only 15% of the database, the incremental backup to restore to the standby is small
    Hemant K Chitale

  • N85 screen turns around

    Hi guys!
    I have a one-year old Nokia N85 mobile. Some months ago its screen started to turn around by itself (from vertical to horizontal position), and I have no idea why nor how to get it back to the vertical position. I am used to restart the phone, but there are days when it gets back to the "horizontal" mode almost immediately. In addition, my "Menu" bottom (on the main panel close to the green line) stoped operating. I don't know if these two errors are related or not, but just mention it here just in case.
    Any ideas on how to turn the screen back to the normal position without restarting the phone? Any suggestions for a "durable" solution?
    Million thanks in advance!

    Hi guys!
    I have a one-year old Nokia N85 mobile. Some months ago its screen started to turn around by itself (from vertical to horizontal position), and I have no idea why nor how to get it back to the vertical position. I am used to restart the phone, but there are days when it gets back to the "horizontal" mode almost immediately. In addition, my "Menu" bottom (on the main panel close to the green line) stoped operating. I don't know if these two errors are related or not, but just mention it here just in case.
    Any ideas on how to turn the screen back to the normal position without restarting the phone? Any suggestions for a "durable" solution?
    Million thanks in advance!

  • How do you turn off the log file?

    How can I turn off the log file for WLS? Don't want the added overhead
    of logging during performance tests.
    Edwin

    The only way I know is:
    # startWebLogic.sh > /dev/null &
    Only if you are running on unix.
    Edwin Marcial wrote:
    Ok, I'll settle for this. How do I stop the echo?
    "Larry L. Presswood Jr." wrote:
    you can also have it not echo to the console as well
    Srikant Subramaniam wrote:
    I don't think you can turn off the system log file (weblogic.log). You can
    disable the HTTP specific logging with the following:
    weblogic.httpd.enableLogFile=<boolean>
    (defaults to true)
    Srikant.
    Edwin Marcial wrote:
    How can I turn off the log file for WLS? Don't want the added overhead
    of logging during performance tests.
    Edwin
    Damon Sicore
    [email protected]

  • [ALSB] turning on/off logging/tracing for proxy services

    Hi all,
    do you have any snippet for turning on/off logging/tracing for proxy services using WLST or JMX ?
    I've seen a previous thread about Enable/Disable Proxy Service using JMX and I'm looking for something similar.
    Regards
    ferp

    Thanks, but I mean using WLST or JMX code and not by ALSB console
    regards
    ferp

  • Apple should make a macBook where the screen can turn around and become touch screen, for easier use

    Apple should make a macBook where the screen can turn around and become touch screen, for easier use. especially for when i go to uni

    Why touch and swivel screens arent a good idea on a laptop:
    The so-called Gorilla arm: Gorilla arm is a term describing the tired arms users get after reaching out and touching a screen for a long time.
    Added thickness: Touch screen panels are usually thicker than non-touch ones—especially if the touch panel has an active digitizer for pen support.
    Possibly shorter battery life: Touch screens require more power. Laptop Magazine compared a couple of touch screen laptops with their non-touch counterparts (same model and size) and found that the non-touch laptops lasted over an hour longer.
    Easy to break: Swivel screens are notoriously prone to break, especially the hinge and the cable that feeds the screen from the logic board which is being constantly twisted.
    And thats what the Ipad is for.

  • Straight line on semi-log graph

    hi, I'm trying to graph an array of 500 points on a semi-log graph. The line look right on the Linear Scale but it curves a little bit when I changed to Logarithmic scale. How can I make it a straight line on the logarithmic scale? please see attachment
    Attachments:
    graph.vi ‏53 KB

    There's nothing you can do short of changing the data--or the scaling of the x axis. What you're seeing is an effect of the y-axis scaling.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Elements 13 will not download, when I attempt to sign in after entering my pass word the instruction block freezes up, turns white and little square blocks turn around ?

    Elements 13 will not download, when I attempt to sign in after entering my pass word the instruction block freezes up, turns white and little square blocks turn around ? Nothing seems to work and yes it is the right password.

    Is the internet working when you are entering your password?  In PSE12 and PSE13, you need to be online first-time when you register/activate your product.  It is made mandatory for reasons I don't know.

  • How do I turn off the log in screen when turning on my mac air?

    I have accidentally turned on the log in screen when booting my mac and I would like to turn it back off, can you tell me how to do this?

    System Preferences>Accounts. Click 'Login options'. Set 'Automatic login' to your name.

  • Crossgrade turn-around time

    I just sent in my install DVD and was wondering what type of turn-around time people have been recently experiencing in getting their crossgrade disks now that the initial rush has passed.
    Thanks!

    Start to finish twice in seven days.
    Return by media mail first time and UPS the second time.

  • Turn around time

    We are ordering a book for one of my daughter's teachers, and we need it back before May 19. What do you think is the latest date I can order by and still get it in-time?

    There are two book centers in the US....one on the East coast and one in Elk Grove, CA (outside Sacramento).
    SInce I am near SF, my books come from Elk Grove. I created my most recent book (27 pages) on the night of 4/28, placed the order around 3am 4/29. It was shipped on May 1, Standard shipping, and I received it yesterday, May 5th.
    It was my first order in iPhoto 08.....too busy making movies/DVDs The book is great, and the photos on the cover are great also, not too dark, as some have reported. It was of my husband's recent birthday dinner and he loved it!
    I can't speak to how long it takes for the East coast, but I am very happy with the turn-around times here.

  • How can I turn off archive logs are being generated by system? (ugrent)

    Dear all,
    How can I turn off archive logs are being generated by system?
    Best Regards,
    Amy

    Sorry not to you @kamran its to OP.accidently it reply button pressed for you
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145750508 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 262144 bytes
    Database mounted.
    SQL> alter database noarchivelog
      2  /
    Database altered.
    SQL> Khurram

  • How to plot semi log graph?

    I am dealing with circuit in which resistance is automatically varying(IC AD633).I want to plot graph of Voltage against this variable resistance.Also as the  range of variation is very large I want to use semi log graph.Is it possible in Multisim? Please reply as soon as possible.

    Hello,
    In the Grapher View you can configure scale, range, etc. Double-click the Grapher View area to open its Properties. There, you can configure the Left/Right axis and the Top/Bottom axis. For example, you can select a Linear scale for the bottom axis and a Logarithmic scale for the left axis to create a semi-log graph.
    Regards,
    Fernando D.
    National Instruments

Maybe you are looking for