Creating a chart that has one series as a scatterplot, and another series as a column plot?

I need to create a single chart that has two different series: one as a scatterplot, and another as a column plot. Please, I really have no idea how to do this, I know it's possible with excel, but I'm new to numbers and haven't figured it out yet, despite my best efforts. Thanks, any help would be greatly appreciated.

Hi sy',
Scatter charts are the only type of chart in Numbers that have two Value axes. All of the other charts are Category charts, and have a single Value axis and a Category axis.
The two types can't be combined.
You can produce a combined line and bar chart; these are both category charts. The two can share the same value axis, or each can have a value axis with a scale and range different from the other.
Regards,
Barry

Similar Messages

  • How do i create a report that has drill-down with class?

    How do I create a report that has drill-down levels so that I can have summary information at the top level but then view specific records at a more detailed level?

    can i know ur email address.
    this is my other one coding
    but problem is very very slow when i 1 see my output
    TABLES: proj, coep.
    *&            TYPES DECLARATION                                        *
    *TYPES: BEGIN OF tb_coep,
             wtgbtr TYPE coep-wtgbtr,
          END OF tb_coep.
    DATA : int_proj TYPE proj OCCURS 0 WITH HEADER LINE.
    DATA : int_coep TYPE coep OCCURS 0 WITH HEADER LINE.
    DATA : gd_date(10). " FIELD TO STORE OUTPUT DATE
    TYPES : BEGIN OF t_date,
              year(4)  TYPE n,
              month(2) TYPE n,
              day(2)   TYPE n,
           END OF t_date.
    *&            SELECTION-SCREEN                                         *
    SELECTION-SCREEN BEGIN OF BLOCK b01 WITH FRAME TITLE text-001.
    SELECT-OPTIONS: so_pspnr FOR proj-pspnr OBLIGATORY.
    SELECTION-SCREEN ULINE.
    SELECTION-SCREEN END OF BLOCK b01.
    *&            TOP-OF-PAGE                                              *
    *&            fetch the data for the list                              *
    SELECT * INTO int_proj FROM proj where
             pspnr in so_pspnr.
    append int_proj.
    CLEAR int_proj.
    ENDSELECT.
    SELECT * into int_coep FROM coep WHERE
             wtgbtr in so_pspnr.
    append int_coep.
    CLEAR int_coep.
    ENDSELECT.
    LOOP at int_proj.
      write : / int_proj-pspnr, int_proj-post1.
    ENDLOOP.
    LOOP at int_coep.
      write : int_coep-wtgbtr.
    ENDLOOP.
    Edited by: Dickson on Jul 10, 2009 10:53 AM

  • I am creating a form on LiveCycle Designer and I am trying to create a form that has a e-mail submit button.  When the butten is utilized it attaches the form to the e-mail in an plain text .xml format rather than the pdf format.  Is there a quick fix?

    I am creating a form on LiveCycle Designer and I am trying to create a form that has a e-mail submit button.  When the button is utilized it attaches the form to the e-mail in an plain text .xml format rather than the pdf format.  Is there a quick fix?

    Hi,
    You have the choice between xml or pdf, in later versions of designer you can choose with a dropdown on the email button Object palette, the "Submit As";
    In earlier version you had to edit the XML Source and change the format from xml to pdf (or vice-versa);
    Regards
    Bruce

  • I have an iPad that has one app that loads to only 72%. Apple tells me that the app is no longer available in canada but it has content that I paid for. How do I get the app to work again?

    I have an iPad that has one app that loads to only 72%. Apple tells me that the app is no longer available in canada but it has content that I paid for. How do I get the app to work again?

    If it's not available in your country and you do not have a copy of it in iTunes backed up on your computer, you don't.

  • How do you change a brush tool color in Photoshop13. The color chart that has always been on the right side of the screen is gone and I cannot find out how to turn it on

    How do you change a brush tool color in Photoshop13. The color chart that has always been on the right side of the screen is gone and I cannot find out how to turn it on

    I now have the pallete on the right side of my screen. But, I am unable to change the color of the brush. I move the eye dropper over red and click on it. A panel comes saying 'Pure Red', I click ok but the brush color does not change.
    David Miller
    [email protected]

  • Can you create a template that has a header and footer to forms?

    Can you create a template that has a header and footer to forms?

    Yes but how are they going to create the Landscape versions?
    The problem with doing it in Pages '09 as rotated content is that the Headers and Footers are not rotated and there is inherent clumsiness in the rotated content usually being too large for the page when viewed at 90°.
    Best to make it in two or more separate documents.
    Peter

  • How to deactivate one of our computers that has crashed so I can download on another

    How to deactivate one of our computers that has crashed so I can download on another?

    I'm also having the same problem, except my hard drive died. It worked for a little while on my other computer and then told me that I was running it on another computer and had to deactivate it, so I clicked the button to deactivate it. Now it's doing it again but wont let me deactivate it, saying I've reached my limit for deactivations or something like that and to try again later. It's only doing this with Muse, I'm using Photoshop too and haven't run into this problem. I'm in the middle of working on a site and really don't have time to waste with it being stupid like this, so any help would be greatly appreciated!

  • Creating a PDF that has editable fields and replaceable images

    I've been trying to figure out how I can create a PDF that has editable texts and replaceable images. I'm working for a company in which all computers only have Adobe Reader as means to view or edit a PDF file. So far I have managed to create a file that has editable text fields with customized appearance, which is great! The next step however was to create 'fields' that can be filled by an image. Is there a way to create replaceable images with LiveCycle or any other prorgram for that matter.
    My goal is simple: Create a PDF that has editable textfields and replaceable images. All of which should be done in Adobe Reader.
    I'm using Adobe Acrobat X Pro to create this file and I'm wondering if Live Cycle can help me with this problem, or if this is even possible to begin with. Thanks in advance.

    Your goal is very simple with the LCD. You are have to use only an Image Field (important no Image) from the object library.
    Any time you can click on it and select a new picture.
    Hope this information is helpful?
    Kind regards Mandy
    PS: Oh I opened this tab and there are no answers at this time

  • Trying to create a property that has a structure to it

    Hello:
    I am trying to create a property that has a structure to it.  Specifically, I am trying to create a multi-valued property called checks.  This property is composed of check number, check date and check amount.
    The data for this should display like the rows in a table, like an Excel spreadsheet.
    I realize this is a tall order.  However, is this possible?  I have tried the composed of feature, but did not find this to work.
    The best I could come up with so far is to have three multi-valued properties each for check number, check date and check amount.  The user would then need to ensure that the first entry for check number applies to the first entry for check date, and then the second entry for check number applies to the second entry for check date, and so on, and so on...
    Any ideas?
    Thanks.
    Bill
    (508) 259-6605

    Hi,
    You have the choice between xml or pdf, in later versions of designer you can choose with a dropdown on the email button Object palette, the "Submit As";
    In earlier version you had to edit the XML Source and change the format from xml to pdf (or vice-versa);
    Regards
    Bruce

  • Create A Form That Has The Ability To Be Filled In

    Hi, I'm new to PDF creation and what I am attempting to do is create a PDF that I can email to clients, have them fill it out and then email it back to me. Right now, I can create the PDF with no problem. What I am having a challenge with is creating a PDF that they can fill in the blanks and then send it back to me. What am I missing?
    Thanks
    Don

    From what I read in your e-mail, you don't know where to start. The manual is the first place to hit (it is under the HELP). You have a choice of using AcroForms done directly in Acrobat. Just select the FORMS menu and then add form fields or such a menu item. You can also use Designer for creating forms (but can then no longer edit the PDF in Acrobat, only Designer). The tow methods have pros and cons, but I would suggest you start out with AcroForms.
    Allowing for the form to be saved depends on the extent to which you expect it to be used. If the use will likely exceed 500 over time, then do not use this option. Simply create a button field that will allow for submission of the form and submit the form to a URL for processing (you will need help there) or a mailto:<mail address> with the pitfalls of the mailing. You should not include any private info, like credit cards if you use the email submission, and even with web submission without a secure server. I would suggest you have the form data submitted as a FDF data file (one of the selections in the submission setup). When you receive such a FDF file, simply open the PDF and then go to the form menu and import the data file. The result will be identical to what the customer had.
    If this is confusing, sorry. It is best to start out creating a simple form and see if you can process it for yourself. Then go back and try to fix it with the desired form when you have a better idea where you are going.

  • How do I remove an alert for a calendar item that has long since been deleted? and yet goes off mysteriously, un-deletably, and un-editably every single ****** week !!

    How do I remove an alert for a calendar item that has long since been deleted? and yet goes off mysteriously, un-deletably, and un-editably every single ****** week !!

    I have the same problem with my iPhone.  I set up a recurring calendar event for every Thursday.  That event is no longer happening during the summer, so I went in and chose one from the current month and selected Delete.  Then it gve me two choices, one of which was to Delete All Future Events of this one, and that's what I chose.  I figured, this way, I'll still be able to see the ones from the past, but won't have to see (or hear the alert) for the future ones.
    The following week, my phone alerted me to the appointment, and even showed it on the initial screen, even though it wasn't in the calendar.  I went in to the calendar and NOTHING was scheduled for that day.  So why is this happening?
    So I set up a new recurring event, for in the past, then went in and deleted all furture occurances, and it did the same thing... still alerted to an event that was no longer in the calendar.
    I hope somebody else has found a fix, or at least a reason for why this is happening.

  • Why are most of the apps (anything that has to search) on my iphone4 and ipad (1) running very slow (or not at all) since iOS5 update...esp google. Search seems to go quickly, but then when I try to open a link..nothing. I have turned off icloud.

    why are most of the apps (anything that has to search) on my iphone4 and ipad (1) running very slow (or not at all) since iOS5 update...esp google. Search seems to go quickly, but then when I try to open a link..nothing. I have turned off icloud.

    I am having the same problem. Did turning off iCloud work? Did you just turn everything off or did you actually delete the account off your iPod?

  • Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this

    Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this is indeed possible?

    This forum thread appears to point towards the problem.
    Re: Unable to Switch Audio Sync Settings

  • HT201364 is there any way to update to OS X from a non-aluminum Macbook from 2008 that has the 2 gb of memory and snow leopard installed, with 8 gb of free space?

    is there any way to update to OS X from a non-aluminum Macbook from 2008 that has the 2 gb of memory and snow leopard installed, with 8 gb of free space?

    The Early 2008 MacBook can only go up to Lion...the compatibility requirements for Mountain Lion and Mavericks are the same http://www.apple.com/osx/specs/ which says Late 2008 MacBook.

  • How to synchronize if one servlet read a file and anothe servlet update the

    How to synchronize if one servlet read a file and anothe servlet update the file at a time?

    Create a class that holds the reference to the file and do the whole file manipulation just in that class. than synchronize the read and write methodes. A reference to this file handler class can be stored to the servlet context in one servlet and read out from the servlet context in the other servlet.

Maybe you are looking for