How to adjust the width of a bar plot?

Hi,
I have to draw a bar plot and when I wire values to the chart for some reason they are almost 1 inch think for each number. I was wondering how to adjust the width such taht it is something more like 2 mm per entry?

What you seem to be running into is the autoscale on the X-scale. Right click on the X scale and turn off autoscaling. You will then have to manually set the scale to get the width that you want.
Hope this helps.
Rob

Similar Messages

  • How to adjust the width of a shape?

    I am tweaking an image that was created by another person (long gone). It's a shape that is too wide and I want to make it narrower. When I click on the shape itself, I see the outline, but no handles to adjust the width. How does one change the width or height of a shape that is already created?
    Thanks,
    Amy

    One way is Edit>Free Transform Path.
    MTSTUNER

  • How to adjust the width, height of the window in the apex.navigation.popup.url call?

    Hi,
    I created a Feedback page using the apex feedback feature, not a customized page. The link to the Feedback page calls the apex.navigation.popup.url using javascript to open a popup window. Does anyone know the proper syntax for adjusting the width and height of the popup window?
    I have tried the following, but the window width/height does not adjust:
    javascript:apex.navigation.popup.url('f?p=&APP_ID.:102:&SESSION.:::102:P102_APPLICATION_ID,P102_PAGE_ID:&APP_ID.,&APP_PAGE_ID.',width=350,height=400);
    javascript:apex.navigation.popup.url('f?p=&APP_ID.:102:&SESSION.:::102:P102_APPLICATION_ID,P102_PAGE_ID:&APP_ID.,&APP_PAGE_ID.',350,400)
    Version: APEX 4.2
    Thanks,
    Makeisha

    Why not call navigation.popup instead of navigation.popup.url then? popup.url does have the hardcoded values, but it just calls popup anyway. Nothing stops you from doing the same:
    javascript:apex.navigation.popup({"url":'f?p=&APP_ID.:102:&SESSION.:::102:P102_APPLICATION_ID,P102_PAGE_ID:&APP_ID.,&APP_PAGE_ID.',"name":"winLov","width":350,"height":400});
    Use "winLov" if you want to keep that same popup.url functionality of overriding the same opened window. If you do not provide name the url will open in a new window every time.
    The width and height values are hardcoded in popup.url, but they are not in .popup. There are only defaults in a default object there, and will be overridden when you provide an object with these parameters to the function.

  • How to fix the width of each bar in the Bar chart.

    Hi,
    In BO design studio 1.3 is there any way to make each bar in the bar chart with fixed width.
    Thank You,
    Palani.

    Hi,
    if you are using a grid layout the witdht of the bars is not really fixed.
    When you adjust the screen size, the charts and the bars in each chart rezise according to the size of your screen.
    But that is one of the advantages using grids.
    Otherwise the size of the chart and the bars is fixed but as far as I know there is no option to manually adjust the size/width of each bar.
    Regards,
    Steffen

  • How to change the width of scroll bar

    hi,
    is there some way to increase the width of the scroll bar or is it operationg system dependent?
    thanx and regards
    deepak saini

    hi
    not sure if this is the best way to do it, but it does work...
    try this...
    int newWidth = 50; //for example - this is big!!
    int h = (int)myScrollBar.getSize().getHeight();
    myScrollBar.setPreferredSize(new Dimension(newWidth, h));
    the above depends on whether your scrollbar is horizontal or vertical also. if you're using JScrollPane, call getVerticalScrollBar() to retrieve the bar (or horizontal as required).
    hope this helps
    Takis

  • How to adjust the width of the accordion widget

    I'm builting my 2nd wesbite with Muse and cannot find a way to decrease the width size of the accoidion widget to fit my grid. When I try to decrease it it just "jumps" back to its original spot. 
    I may be going crazy but I can't seem to find any information on this in the forums. I'm sure it's a simple fix I just cannot find it. Any help would be appreciated!

    Reduce the width of the inner most container which is the usually the Text frame for each of the panels. Then you would be able to resize the width of the overall Accordion. Its just that the width of the Content Area cannot be less than that of the Text Frame inside.
    Thanks,
    Vinayak

  • How do you adjust the width of the panel bin?

    I just got Elements 9.  In the earlier versions you could drag the line that separates the panel bin from the rest of the workspace to adjust its width.  Also, you could double click the center of this same separator line to minimize the panel bin.  Once it was minimized you could bring the bin back by double clicking the line on the far right edge of the screen.  That does't seem to work anymore in Elements 9.  I see where you can minimize the panel bin by unchecking it under "Window" in the menu bar, but double clicking was a lot faster and I haven't been able to figure out how to adjust the width.  Any help would be appreciated.  Thanks.

    Thanks for the response.  Too bad you can longer adjust the width.  I used that option a lot on my earlier versions.   Oh well, I am sure there are other improvments that more than make up for it.  Thanks again.

  • How do I adjust the width of a spry tab container without affecting others on website?

    I have a spry tab container with 3 tabs and I want to add more width to the container as a whole, but when I change the width in the CSS styles panel, it affects all the containers on my site. How can I make a change that only affects the one container I'm working on? Thanks!

    No problem. Here you go.
    http://victorylcms.org/newsite/recipes.html
    As you can see, I have it as two separate spry tabs. I want one that goes the width of the page, but if I change the width it affects the other spry tab I have here.
    http://victorylcms.org/newsite/sermons.html
    I know how to add more tabs, I just don't know how to adjust the width on the top container only.

  • I can no longer adjust the width of the Bookmarks Sidebar, how do I fix this issue?

    In the past I could hover my mouse arrow over the slider vertical bar to the right of the sidebar and get a 2 headed arrow that I could use to adjust the width of the Bookmarks Sidebar but that stopped working. I need to fix this issue. What do I need to do?

    Maybe something you installed to Firefox messed up that feature.
    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • How to change the width of bar ?

    i want to plot the bar graph, that we can change the width of bar.
    exp: I got y1,y2,y3 : the length of each bars. x2-x1 , x4-x3,x6-x5 :  is the width of each bars.
    How can i plot like the picture? I saw in help index the formular node : bar(x,y, width) , maybe it's possible. Any better ways to do it? Thanks
    Attachments:
    naamloos.PNG ‏10 KB

    see how you can change the widths
    Message Edited by JoeLabView on 11-23-2007 09:01 AM
    Attachments:
    2ndExampleBarGraph.PNG ‏18 KB

  • Text wrap for a paragraph: How to define the width of a Text box /  active text area? I simply need a longish text to wrap within the frame!

    Hello, I've been searching for a good while in the forums now, but have found no solution or real mention of the problem – I hope some of you can help.
    I want to very simply layout a text between scenes, a slightly longer text that wraps within the frame margins. Here's an example of how I want it to look:
    Now, I couldn't for the life of me get the Custom Text to behave like that, as there are no parameters to set for the width of the text area. The Text Size, yes, along with the Tracking, Baseline and all that, but the width of the text box, no. The above was created by customizing one of the other Text Generator presets that happened to be left aligned.
    However, this preset has a fade in/fade out transition, which I do not want. There's no way to remove this transition as it seems integrated into the Text Generator (meaning they are not really presets, but separate kinds of Text objects? Very silly.)
    So I am asking you: Is there any way to get the Custom Text generator to behave like that? Just a text paragraph as above. Below you'll see all I can manage with the diffferent Custom Text parameters. Any kind of repositioning and resizing of the text just changes the position and size of the frame – but the actual text items are just cropped off where they extend out of that frame. Apparently the bounding box for the text is just some default length, and I can't find any way to adjust the width. See below my different attempts.
    The same text pasted into a Custom Text generator clearly extends outside the frame:
    Here Transform just moves – or resizes – the video frame that the Text Box exists inside:
    The Crop gives similar results, and of course Distort doesn't get me closer to what I need, either. There should be simply a Text Box Width parameter to set somewhere, but if it exists they have hidden it very well. How do you do it?
    Thanks for any help, this is a silly problem, but one of now many trivial problems that amount to me growing quite dissatisfied with FCPX. Hopefully I've just overlooked something.
    All the best,
    Thomas

    Thomas...same kind of crap here.
    I used Custom Text - entered a sentence, hit return, entered another.
    Set to 72 pt.
    The default alignment is centred - I want left aligned text...the text start point stays at the centre of frame and the sentence runs off the edge of the bounding box.
    There is no settings in the Text or Title inspector dialog to correct that!
    Using Transform will not sort it!

  • Adjust the width of a column in a report.

    Hi,
    How can we adjust the width of a column in a report.
    We have a report with around 10 columns.
    out of the 10 columns 1 column has a width of 500 char..
    we want to display only the first 150 chars of that column with 50 char on first line,next 50 on second line and last 50 on third line.
    i have tried using the the substr and <br> in the region source but it takes 3 lines by default even if it is not of 150 chars .I want to display it in 3 columns if it of 100+ chars.
    Thanks in advance.

    Hi,
    Using the col tag is the more proper way of fixing the width of a column.
    If you don't want to use the col tag, you should change your expression to:
    &lt;table style="width:500px"&gt;
    Firstly, you should use the unit of length (ie, "px") for any non-zero value and secondly because we are being encouraged to use the style attribute whenever possible as, as I understand it, this will become the standard.
    Regards
    Andy

  • How to set the width for a selectManyShuttle component

    Hi,
    I'm using selectManyShuttle component from Oracle ADF Core and some of the items in the showing list are long, therefore the width of selectManyShuttle expands the page. How to set the width property for selectManyShuttle component? After that does selectManyShuttle provide horizontal scrollbar as well?
    Thanks in advance,
    lapi
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

    Solution here:
    Re: ADF Faces Scrollable Panel or Scroll Bar inside a component
    Regards
    Grant

  • How to redefine the width of key figure through ABAP CLASS

    Hello experts:
         I encounter a problem when using table interface.
         I make a wad with two table(two query).The two queries have same characteristics, but different key figures in row.Now i want to adjust the format to make all the cell aligh. I have realize that when i keep the column header of the tables. But if i hide the second column header of table,  it's failed. I don't know where i can adjust the width of the key figure cell without column header.
    For example: query1: zmodel  qty01
                                          aaa       100
                          query2: zmodel  qty02
                                          bbb        200
    how to make the width of qty01 the same as qty02
    look forward to your answer.

    While populating the value in the cell use the following command.
    c_cell_td_extend = 'style = "width:200px"'.

  • How to fix the width of sorting column about adf table ?

    I develop project with ADF in jdeveloper.
    When click on the sorting column header in adf table,it will adjust the width of the sorting column header.It will make page shifting.
    How can I do to avoid the adjusting ?
    How can I do to fix the width of soting table header?
    Any hint will be appreciated.
    Thank you!
    Message was edited by:
    user618145

    I have set the column width like this:
    in style.css:
    /** Column Settings **/
    af|column::header-text
    background-color:#F0EDE1;
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom:3px;
    border-color: #B5B5B5;
    WIDTH: 120px;
    af|column::sortable-header-text
    background-color:#F0EDE1;
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom:3px;
    border-color: #B5B5B5;
    WIDTH: 120px;
    and in jsp page,write like this:
    <af:panelBox text="test" width="1000" background="dark" >
    <af:table emptyText="" value="#{ftOverview.listOfTransefersVect}" var="transfers" width="100%" banding="row" bandingInterval="1">
    <af:column sortable="true" sortProperty="transactionId" headerText="#{resources['ft_overview.ref']}" formatType="text" width="39"
    noWrap="true">
    <af:outputText value="#{transfers.transactionId}" escape="false"/>
    </af:column>
    </af:table>
    </af:panelBox>
    but it seems doesn't work well.

Maybe you are looking for

  • Due to plugin problem online games don't open i have played them a lot before

    it don't say which plug in. i keep losing the response you send. i am having trouble with knowledge of this stuff.

  • Problem in using RUN_REPORT_OBJECT built-in ?

    I am trying to use following code to call a report from a menu of a .MMB file.      my_report_id := find_report_object('my_report');      my_report := RUN_REPORT_OBJECT(my_report_id); This 'my_report' has been developed in report builder independentl

  • About Oracle Workshop and other Oracle's development tools...

    Greetings, I'm wondering what would be the future of the Workshop IDE. Oracle also distributes JDeveloper which is the company's historical development tool for Java/J2EE. Will both tools continue to be supported ? Or rather they will merge in an uni

  • IPad WPA Enterprise connection

    I am setting up a bunch of iPads at work and I keep getting "Unable to Join Network" when I try to login to the WPA Enterprise network. I successfully set up about 8, but for some reason I still can't get this one going. I have tried reseting the net

  • Do the two GPUs work together?

    Hi On the new MBP do the 2 GPUs work together? So if you switch on the second GPU does it work WITH the 9400 one or instead of it?