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

Similar Messages

  • 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.

  • 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();
    }

  • 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 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 keyframe effect - at start and end (crop and scale)

    I'm having this odd problem with keyframe effects.
    Setup:
    I have a gif image that I have on video 1 for say 2 minutes.
    I have my real video on video 2.  It is a person talking.
    First I start with my video full size on top of video 1.
    Though the motion and cropping keyframe management I slowly reduce the scale and crop my video image so that it is reduced to the lower left bottom of the screen, on top of the gif, which is now revealed.
    My problem is at the start and end of the transition from full video to small box on lower left on top of my gif I often get 1-2 frames where the video goes blank and/or I get a bunch of random red bars on black background appearing on the video - Or I get the gif from video 1 without the video 2 at all (it disappears).
    I've tried moving my start of end of the transition to skip the bad spots - but these new transition starts or ends not get their own bad spots in the same way.  Its only a couple of frames but it's really unacceptable for the finished video.
    Note, when I say transition here I don't mean real transition events, but rather the start of effects that are managed with keyframes.  My move from start to end of the effect runs for about 4-6 seconds.
    Any ideas?

    Bill,
    Here is more detail and screen captures.
    Concept:
    I have 3 minutes of video.  It contains a person making a speech.  During parts of the speech I want to reveal a graphic image that will be discussed.  The speech will begin with the speaker full screen.  Half way in, the speaker will shrink down to 45% in the lower left corner of the screen.  While the animation occurs (the shrink, move and cropping) it will reveal the graphic below.  The graphic will take up the full screen with the speaker at 45%.
    Technique:
    I put the video in Video 2 and the graphic, a GIF image in Video 1.  The scene begins with the speaker talking at full screen.  After a minute, I animate the move of the speaker using Motion: Scale and Position and Effect: Crop changing Top, Bottom, Left and Right sides.  The animation occurs over approximately 8 seconds.
    I am manually adding keyframes at the start and end of the animation.  I set the ending state of the video image in the end keyframes.  The interpolation between these start and end keyframes should be managing the animation.
    Problem:
    At the beginning and end of the animation – usually 1-3 frames from the start and 1-3 frames from the end, where the change has barely begun or almost ended, I get these problems.  On some frames, the video (in Video 2) completely disappears only showing the Video 1 GIF image below.  On other frames, the video image turns black with horizontal red bands half way across.
    Troublshooting:
    I’ve tried deleting all start and end keyframes and moving the start and end earlier or later to see if I can fix this, but the problem continues to show up in these new locations.
    I have added a few screen shots.
    1:32:15 is the start of the animation change and 1:40:22 is the end of increasing from the mini video speaker to full size (on top of the GIF).
    At 1:40:16 the video image completely disappears only showing the GIF below.
    At 1:40:17 its back and slowly increases in size through the interpolation until it is full size at 1:40:22.
    Let me know if you need anything else.
    Thanks!
    Evan

  • Problem with chart/grap​h multiple scales

    I have a chart with multiple scales. If I turn the visiblity off for some of the scales and then turn them back on they are not in the correct order on the chart. I have attached a program that I used to recreate the problem.
    Please advise.
    Thanks
    Attachments:
    Possible_bug.vi ‏36 KB

    The only solution I can think of is to make all the scales invisible then make them visible in the order you want. I have modified your code to do this and added code to speed up the processing by disabling the front panel updates.
    Attachments:
    LV61_Possible_bug[1].vi ‏56 KB

  • Z10 problem with Scala rider q3 bluetooth headset

    Hi there, I've got a Z10 and I’m trying to steam music to a Scala rider Q3 (Bluetooth motorcycle headset) but I'm having problems with it. When trying to listen to music it sounds as if the music is stuttering and sounds slowed down almost like its buffering a song.
    The problem is only there between the z10 (I’ve tried 2 different z10s) and the q3. I've tried the phone with other Bluetooth devices and it works fine also the headset works with other phones.
    Any ideas??
    Solved!
    Go to Solution.

    I emailed Cardo tech support this morning and Geoff replied within about 5 minutes (very impressive). He also sent me a link so I can update to software version 1.2 (beta). I will try it this evening. Thanks for letting me know it worked for you.
    Zwartie

  • Problem with waveform chart: time scale does not show time correctly

    Hello,
    I have some problems with a chart.
    I want to display some data and the time between two single data can vary. It is something between 50ms and 500 ms.
    The problems I have:
    1. The time is not shown correctly in the chart (allways 2:00:10 instead of the current time)
    2. the data points in the chart have a distance of 1 s (x-scale). That is not correct.
    I have tried several things but I thinkt I am on the wrong track.
    Could you please help me?
    Johannes
    LabVIEW 7.1 (!)
    Message Edited by johanneshoer on 10-14-2009 04:26 AM
    Greetings Johannes
    Using LabVIEW 7.1 and 2009 recently
    Solved!
    Go to Solution.
    Attachments:
    Chart Test.vi ‏55 KB

    I have modifierd the vi again.
    Now it looks much better.
    I have a data array and the last 10 seconds of the data are displayed.
    The array size is maximum 150 and that is more than I need to display. If new data is inserted, the oldest gets deleted.
    I wonder if this style is efficient?
    The time is stil not displayed correctly in the graph. Why does it always show 2:00:00 ?
    Johanens
    LabVIEW 7.1
    Greetings Johannes
    Using LabVIEW 7.1 and 2009 recently
    Attachments:
    Chart Test 3.vi ‏57 KB

  • HAVING A PROBLEM WHEN I PRINT A WEB PAGE WHICH IS MORE THAT ONE PAGE LONG. ONLY THE FIRST PAGE PRINTS TO SCALE...THE REMAINING PAGES PRINT OFF THE PAGE????HELP-IT IS DEFINITELY A PROBLEM WITH FIREFOX BECAUSE IT DOES NOT HAPPEN WITH SAFARI???

    Question
    HAVING A PROBLEM WHEN I PRINT A WEB PAGE WHICH IS MORE THAT ONE PAGE LONG. ONLY THE FIRST PAGE PRINTS TO SCALE...THE REMAINING PAGES PRINT OFF THE PAGE????HELP-IT IS DEFINITELY A PROBLEM WITH FIREFOX BECAUSE IT DOES NOT HAPPEN WITH SAFARI??

    Thank you for the response. I tried to fix the problem with some of the suggestions on that page, but none seem to work. I believe that is the only website that I'm having that problem on. I got to fooling with it a bit more and when I highlight the whole page and select to print the selected area, it actually prints the whole page then, but it won't do it as a default. I guess I can just do it like that from now on, but I thought there would be something in the settings that I could have changed. Thanks again for the help.

  • Problem with intermittent sampling and writing to file(s)

    I am describing the functionality that I am trying to achieve via the attached VI.
    The VI opens with a sequence structure. In the first sequence step analog output voltages for 2 AO channels are set
    The next sequence step consists of analog data acquisition
    Custom linear scales for 3 input channels are specified, to convert input ‘volts’ to respective physical quantity being measured
    The input voltage signal is with +/- 10V but the physical quantity (forces) are greater than 10N
    The headers for the data files are created as strings
    The acquisition is set for finite sample acquisition
    The VI is set for periodic acquisition, wherein the data is acquired for specific time period given by ‘Sampling on’ and then ignored for time period specified by ‘Interval off’.
    The VI is set to write instantaneous data to multiple files. Each time the While loop is executed the instantaneous data, number of samples read (sampling rate x Sampling on time),  is written to a ‘.dat’ file.
    Statistical operations on data collected for each While loop execution is performed. These values (average & st. dev) are then written to another file ‘*.sum’ with respective headers
    The headers for the ‘*.sum’ file are written only for the first execution of the While loop
    The VI is designed to run for a specific duration after which the execution of  While loop is stopped
    Certain safety features are incorporated to terminate the execution of the While loop if the ratio of measured quantities exceeds a preset limit.
    In the last sequence the analog outputs are set to zero
    I am having following problems with the execution of the VI:
    The VI does not write instantaneous data to data files (*.dat)
    The VI writes the averaged data for *.sum file for only the first execution of the While loop.
    It also truncates the values to around 10.5 written in *.sum file. While implies that the custom scale is not working as intended.
    I would really appreciate if you would tell me how to fix these bugs with the VI. I would really appreciate your help.
    Have a happy holiday season.
    Thanks,
    Dinesh
    Attachments:
    VLBT_Sequence_AnalogIP_2.vi ‏437 KB

    Lynn, he may actually not be to blame for the diagram size. It does not change if you "clean" it, which leads me to believe that this is what he did. But a very entertaining diagram it is. A true case study :-)
    Now, the strange thing is that stuff like this remains in it:
    As Lynn said, the reason why the file is updated only once is that there must be an error after the first acquisition completes. The only way to figure out which one it is (in order to avoid or correct it) is to debug your code in situ (using a probe on the error wires). It might be because you try to restart your acquisition within the loop (you probably should stop it first if you really want to restart it anyhow). I would put the start out of the while loop and try this way. The error might occur elsewhere though or for another reason...
    Since you recreate your dat file at each iteration, the second giving you nothing because of an (unknown) error, will essentially erase your first successful iteration.
    I don't understand the truncation statement.

  • Problem with JPanel in JFrame

    hai ashrivastava..
    thank u for sending this one..now i got some more problems with that screen .. actually i am added one JPanel to JFrame with BorderLayout at south..the problem is when i am drawing diagram..the part of diagram bellow JPanel is now not visible...and one more problem is ,after adding 6 ro 7 buttons remaing buttons are not vissible..how to increase the size of that JPanel...to add that JPanel i used bellow code
    JFrame f = new JFrame();
    JPanel panel = new JPanel();
    f.getContentPane().add(BorderLayout.SOUTH, panel);

    Hi
    JFrame f = new JFrame();
    JPanel panel = new JPanel();
    // Add this line to ur code with ur requiredWidth and requiredHeight
    panel.setPreferredSize(new Dimension(requiredWidth,requiredHeight));
    f.getContentPane().add(BorderLayout.SOUTH, panel);
    This should solve ur problem
    Ashish

  • Printing problem with HP deskjet 3050 all in one J610 series

    I have a HP deskjet 3050 all in one J610 series which I am using with Windows Vista Version 6.0 (Build 6006: Service pack 2).  Connecting is by USB port.  I have not used the printer for some time, but have done all the maintence checks & it is good to go.  When I want to print a letter the only thing that gets printed is the email address which is coloured blue.  I think the problem is in the settings of the printer features.  I can print the letter in gray scale but this is not easy to read and not suitable for business dealings.
    I would appreciate help with this problem.  A definition of the terms used in the printer features might help me resolve it by my self.
    Thanks
    This question was solved.
    View Solution.

    Hello @Tellen,
    Thank  you for visiting the HP Support Forums! I understand you are running into some print quality problems with your HP Deskjet 3050. I see when you attempt to print a letter you will only see the email address and its in blue ink.
    First I would like you to click here to download and run the Print and Scan Doctor > www.hp.com/go/tools- It was designed by HP to provide users with the troubleshooting and problem solving features needed to resolve many common problems experienced with HP print and scan products connected to Windows-based computers.
    What does the PSDR find? If you are still not getting black text, please continue here: Fixing Print Quality Problems for the HP Deskjet 3050 (J610) All-in-One Printer Series
    If after the troubleshooting has been done and you are still seeing the issue leave me with the following information:
    1. What is your current Operating system, Windows or Mac and which version?
    2. How is the printer connected, USB or Wireless?
    3. If you print a test page from the front panel do you see the same issue?
    I hope to hear from you soon.
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

Maybe you are looking for

  • CUCM Upgradation - DMA Error

    Hi all, Am trying to upgrade from CUCM 4.3(2)SR1B to 7.1.3. For this i downloaded DMA for 7.1.3 and installed on the Publisher server. After rebooting, i tried to export the data after completing the Pre-Export tasks. But its not getting successful a

  • Out of Memory Issues in Plannign web application

    We have a issue with Planning application running in VM environment. I have noticed following entries in Hyperion Planning log as soon as user launches web forms. Some times this issue is causing serious trouble to my users as it is stopping planning

  • Too many shared computers

    I work for a University that has approximately 2,500 computers on its network. The "Shared" section in the Finder sees every one of those computers (a very large majority PC). The only systems I'm interested in are the Macs (15 total) used by the oth

  • IT 0028 - Do not specify a subtype

    I am trying to enter data in IT0028 through PA30. But after choosing subtype , it is givngin me this message. whereas all the configuration is correct. Please help me in this. Thanks, Viru

  • ICal won't let me edit events

    Recently I'm unable to edit any events in iCal. This happens both when I try to edit from my iPhone 4 and from my 2013 MacBook Air. I am given the option to edit, the edit window comes up, but then the changes I make are not reflected on the calendar