How can I get my log-scaled chart to zoom in closer than one order of magnitude?

I have data that sometimes varies over many orders of magnitude, and sometimes varies narrowly. To handle the former gracefully, I chose to use a log scale on the chart for this data. However, when the differences are subtle, the chart does not close in any tighter than 1 order of magnitude.
Is there a way to get the chart to come in closer automatically? I've definitely seen ticks for 3.5*10^N, not just 1*10^N - but now they don't appear, let alone using them as the boundaries of the graph.
I'd rather not have to track the chart data in the program and use property nodes to change the scale programmatically myself!
Solved!
Go to Solution.

altenbach wrote:
Here is the property description. (If loose fit is off, the scale goes from the data minimum to the data maximum.)
I've seen this, but was not getting a clear picture, how the graph looks with 'Loose Fit' True and how it looks when this property is False...!!
I'm too lazy, so was asking you to make one...!!
Anyways... I made it myself.
I am not allergic to Kudos, in fact I love Kudos.
 Make your LabVIEW experience more CONVENIENT.

Similar Messages

  • How can I get a log of conversation with Apple Support Chat ?

    How can I get a log of conversation with Apple Support Chat ? Case ID: 52****250
    <Edited By Host>

    The only way I know of is to copy the entire content of your chat window (while it is still active) and then paste it into a text document (or, if it is short enough to fit the window without scrolling, take a screenshot). Once you terminate the chat, the record is gone (as far as I know).

  • I am trying to update my time machine backup on time capsule, but time machine keeps trying to create an entirely new backup (evidenced by the 200GB backup size). How can I get time machine to modify my old backup rather than create a new one?

    I am trying to update my time machine backup on time capsule, but time machine keeps trying to create an entirely new backup (evidenced by the 200GB backup size). How can I get time machine to modify my old backup rather than create a new one?

    It must have found the old backup corrupt.. so you will more than likely have little choice. You can archive off the old backup if it is still useful.
    You can also verify it. See A5 http://pondini.org/TM/Troubleshooting.html
    He also has some info on this problem. eg C13.

  • How can I get Elements 11 to open up in Organizer rather than Editor?

    How can I get Elements 11 to open up in Organizer rather than in Editor?

    Well, you can go to Window>Welcome and make your change there, but the welcome screen leaves a process always running, so you would do better to go into the Program Files or Program Files (x86) in windows or the applications folder on a mac and find the actual .exe/application for the organizer and make a desktop shortcut/dock icon and use that in the future to launch the organizer, avoiding the welcome screen entirely.

  • How can I get the photos from iPhoto copied to a disk in the order I want?

    How can I get the photos from iPhoto copied to a disk in the order I want??

    To ensure a custom ordering, sort the files in an album and rename the files with a sequentially numbered filename.
    File > Export > Version/Originals
    Then use "Filename > Sequential"
    or "Filename > Album name with index"

  • HT201318 How can I get a storage plan on iCloud that's more than 50GB?

    How can I get a storage plan on iCloud that's more than 50GB?

    Welcome to the Apple Community.
    If you purchase a higher-tier storage plan for your iCloud account to replace your existing storage plan (for example, a 20 GB plan to replace a 10 GB plan), the existing plan will be canceled and you will receive a prorated refund for the time remaining. The new storage plan is applied to your iCloud account and the annual payment date is updated to reflect the purchase date for the new plan.
    http://support.apple.com/kb/HT4874

  • Something went wrong with my apple tv and now it says that it is in retail demo mode. How can i fix it?  I have had it for more than one year without any problem

    something went wrong with my apple tv and now it says that it is in retail demo mode. How can i fix it?  I have had it for more than one year without any problem

    To turn on/off retail mode, go to settings, general, legal.
    Do not open legal, just put the cursor there.
    Then, on the remote, type this sequence : right - right - left - center.
    The AppleTV should reboot.

  • After updating to mavericks I have to constantly enter my apple ID for mail, iBooks, iTunes and many other applications that used to be part of my keychain. How can I get my log-in to work again?

    After updating to mavericks I have to constantly enter my apple ID for mail, iBooks, iTunes and many other applications that used to be part of my keychain. How can I get my apple ID log-in to work again?

    Several times I've re-entered my passwords under Preferences/Internet Accounts/iCloud and it won't save since I've installed Mavericks.  Also, the iCloud icon in the left column in Preferences/Internet Accounts/iCloud is greyed out but allows me to click on it to set-up.  When I click on iCloud the password is filled out but the "Enable this account" check-box is not checked.  I check it, and all seems correct.  The icon is no longer grey, the password is correct, the "activate this account" check-box is checked.  Then, when I launch mail, notes etc. I'm still prompted to re-enter my apple ID.  The log-in loop continues.  For years my keychain has worked perfectly.  What has changed in Mavericks?

  • How can i get my new password sent to an email other than my apple id

    how can i get my password sent to an email other than my apple id

    Hey deisseroth,
    Thanks for the question. If you currently have access to your Apple ID, you can setup a rescue email address:
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    When you provide a rescue email address, all future security emails, such as password resets from iForgot, will be sent to the address provided. The rescue email address you provide cannot be the same as your primary email address for your Apple ID.
    If you do not have access to your Apple ID, you’ll want to reset your password with your security questions:
    Apple ID: If you forget your password
    http://support.apple.com/kb/HT5787
    Thanks,
    Matt M.

  • I deleted my phone from the list after trying to back it up how can I get it back and back up my phone , the only one showing on the phone is my ipad which is synced to it

    I wanted to back up my phone as have bought a new 6 so went to settings I cloud then back up but it wouldn't turn on . I went in to view the backups and it wasn't done since September last year , then I clicked on my phone detail and made a mistake of pressing delete back up . the phone now isn't listed just my ipad which is linked to the phone . So how can I back this phone up please and perhaps restore the phone detail in backups

    Your title asks "How do I get my iPhone information back on my (iPhone)?
    You also said "I have yet to back it up."  Therefore, all your information that had been on your iPhone is now gone.
    Your iPhone has (and will continue to) been refreshed from iTunes.

  • How: can i get a specificated item from a list with more than 100.000 items

    Hi,
    i have a very large list and i got always an exception that the list has more than 5000 items and cant query!! But in the default list view i can see, order and filter all items. So how can i do this by c#?

    Hi,
    According to your description, my understanding is that you want to get a specific list item form a list which with more than 100000 items using C#.
    I suggest you can use CAML Query with some condition and set Row Limit to specify the number of items to return.
    Here is a detailed code demo for your reference:
    Client Object Model Access Large Lists/Overcome ListView Threshold while accessing large list
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • In Pages, How can I get headers and footers to show up on more than the first page of each section?

    In Mountain Lion, I considered myself a fairly expert user of Pages. Since "upgrading" to Mavericks, I can't get even basic things to work anymore. My current problem is that the headers and footers are only showing up on the first page of each section. A related annoyance is that if I copy the information in a header or footer, all the associated formatting disappears when I paste it. But the first problem is the one that matters — headers and footers that only show up on one page sort of negate the whole point of headers and footers.

    If you click the link I posted previously, it takes you right to the Pages community.
    Here >  Pages: iWork: Apple Support Communities
    Then click New.

  • How can I get the logged-in user's capabilities?

    Hi Guys,
    I want to find the logged-in administrator's capabilities? Any ideas on how to do that? Sample code?
    Thanks in advance.

    Hi,
    Have a look at the 'hasCapability' and 'hasCapabilities' methods here

  • How can I get Safari 7 to open to my homepage rather than Top Sites?

    Not sure why I would want to open to Top Sites all the time...  I'd like my homepage back but I can't figure out how to get Safari 7 to open to my homepage now.

    Visit the Apple site you want to be set as Homepage.
    Safari > Preferences > General > Homepage:
    Apple site should show up and highlighted.
    Click the "Set to Current Page" button at the bottom.
    Select "New windows open with "Homepage" and
                "New tabs open with "Homepage".
    Launch Safari, if the Homepage is not opening by default, hold shift key down and launch Safari.

  • How can i get the full URL of a page displayed rather than just the main website URL

    I'm using Safari 8.0 on an iMac.  When I go to a website I'm used to seeing a specific page URL displayed /changing as I navigate around a site through its various subsections etc. Now after updating to Yosemite all I get is the URL of the general website. This means I can't make specific references/links in work that I'm doing/sharing. There must surely be a way of  getting the info into the bar so that I can copy it .... can anyone help please?

    Jorge Huedo wrote:
    > Yeah i know it was because i was getting crazy and i wanted to see debuggin if the image really existed in the km.
    > Okey I have use the IUrlGeneratorService like this.
    >
    >      IURLGeneratorService ugs = (IURLGeneratorService) ResourceFactory.getInstance().getServiceFactory().getService(IServiceTypesConst.URLGENERATOR_SERVICE);
    >      IUriReference uriRef;
    >      uriRef = ugs.getRelativeUri(PathKey.IMAGE_PATH).appendPath(
    >      resourceimg.getRID().toExternalForm());
    >
    > And it has returned me the next url:
    >
    > irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/public/mimes/images/pip_hesaeventos/blank.JPG
    >
    > Now i have added to the base of the server the url:
    >
    > http://altp4.es.heiway.net:54500/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/public/mimes/images/pip_hesaeventos/blank.JPG
    >
    > And the return is:
    >
    > 404
    > El recurso solicitado no está disponible.
    >
    > Any idea?
    You need to use the propert PathKey; I think CONTENT_ACCESS should be correct.

Maybe you are looking for