How to create Forest plots (odds ration plots) in Keynote '09?

Hello,
I am trying to convert to Keynote from PowerPoint and I was wondering how to create odds ratio plots without drawing them out. These are plots of an odds ratio and its 95% confidence interval.
In PowerPoint, one creates a line chart, removes the lines leaving the data points, and then adds high-low bars for each data point. Easy.
How do I do this in iWork/Keynote?
Thanks for any help.
Sunil

A line chart is a "Category" chart.
One axis, usually the 'x' axis, is a Category axis. The category axis does not show numerical values (even if the values are numbers, they are simply text that names each category). Categories are evenly spaced along this axis. Labels for the categories must be placed into a Header Column.
Values shown on the Value axis (usually the 'y' axis) are numerical.
Here are two examples of the same data, presented first as a scatter chart with the data points connected by line segnments, then as a line graph.
Note the differences in organization of the table, and the differences in spacing along the x axis.
Scatter chart:
All data in 'body' cells. Series labels in Header row. Note the shape of the line for Data series B (Green) and C (Yellow).
Line Chart:
Category labels in a Header column (Column A), Data series labels in a Header Row (Row 1). The 'numbers ' in column A are seen as text, and a regularly spaced along the x axis.
Data series in regular cells (B2:D8) Only the data cells are selected when making the chart.
Note the shapes of the lines for data series B (Green) and C (Yellow).
For your setup, you would need to place the 'x' values into a Header column. The Y values in columns Y, Z and AA could stay in those columns.
You would select only columns Y, Z and AA, then make the Line chart, as I've done in the example below after inserting some new columns to the left of that data.
Regards,
Barry

Similar Messages

  • How to create 2 plots xy graph in excel

    Hi,
    I need help!
    I am trying to create a XY graph in excel which has 2 Plots with a bit different X and Y scales and i am not able to understand how to do it, It should be easy
    basicly i have a table already imported into labview but i cant understand how to create a graph similar to the graph in the attached xls.
    Please see attached xls file with an example for the graph i need which is created from the table inside the xls. 
    Thanks!
    Attachments:
    machs.xls ‏25 KB

    Create clusters of the different sets of x and y data and then build them into an array and feed into the graph. For example....

  • Is it possible to create box plots in illustrator? If yes, then how?

    Is it possible to create box plots in illustrator? If yes, then how?

    You draw them manually. There is no built-in functionality. AI simply sucks for any kind of diagrams.
    Mylenium

  • Re: how to make bode plots in Labview 7.1 without using Control Toolbox

    I am using Labview 10. I have connected a signal generator, a LP RC filter and an oscilloscope. I am using Labview in order to control the generator (sine with frequency sweep) and acquire the signal from the scope. I want to plot the Bode diagram without using the transfer function, from the amplitude of the sine signal and the frequency.  
    Thank you very much.
    Best Regards.

    Hi pflo,
    Are you using the CD Bode Plot VI or the SI Bode Plot VI?  For the CD plot you must use a transfer function.  Below, please find a link to an example on how to create a Bode plot without using the toolkit.  
    https://decibel.ni.com/content/docs/DOC-14762
    Regards,
    Kira T

  • Creating a plot on a java Frame when a button is clicked

    hi
    I want to create a plot in a java application in a frame when a button is clicked.I mean to say a
    a plot between two single dimensional arrays one as x-axis and the other as y-axis. Can u please suggest me with an example
    Thank u

    JFreeChart

  • How to display scope plot in Labview GUI?

    I am trying to figure out how to show TDS8000 scope output plot in LV GUI(?)
    This maybe a two fold question.
    1. I suppose it may be necessary to adjust the scope scale with appropriate level so that the plot will show enough details of information. (e.g., finding Max and Min points)
    2. how to display scope plot in LV GUI?
    It would be a great help if anyone can share an example VI.
    Thanks,

    Hi jjlee,
    It shouldn't be that difficult of a task. Most instrument drivers have
    a simple initialize VI, and then some type of waveform measurement VI.
    You would connect these two VIs and then take the output from the
    waveform measurement (may be waveform acquire or something like that)
    to a graph or chart (depending on if you're outside of inside of a
    loop). That should be all you need to do for the simplest form of this
    application. You would, of course, want to handle errors and close the
    connection to the device when you're done collecting the data.
    Hope this is of some help,
    Regards,
    Matt S.
    LabVIEW Integration Engineer with experience in LabVIEW Real-Time, LabVIEW FPGA, DAQ, Machine Vision, as well as C/C++. CLAD, working on CLD and CLA.

  • How to Send Multiple Plot XY Graph from LabVIEW to Microsoft Excel

    The link below describes exactly what I would like to do, however the link to the solution/work around does not work.
    Has anyone got an alternative solution?
    http://digital.ni.com/public.nsf/allkb/CFD30D5E9C01AB5386256CFB0082AF3E

    Please check the link again as it seems to be working fine now.
    How to Send Multiple Plot XY Graphs from LabVIEW to Microsoft Excel:
    http://digital.ni.com/public.nsf/allkb/CFD30D5E9C01AB5386256CFB0082AF3E
    The standard Excel Insert Graph.vi cannot insert multiple XY Graphs to Microsoft Excel, so you will need to use the Report Generation Toolkit for Microsoft Office.  You will find a link to an example program at the bottom of the page.  I have also attached it below.
    Attachments:
    example.zip ‏35 KB

  • How to clear polar plot Programmatically

    How to clear polar plot Programmatically, thanks!

    This doesn't technically clear the plot, it's writing an array of zeroes to it. But if all you want is to make the plot appear to dissapear that's ok.
    I've taken a closer look and found that you have to use the Erase First property node to set which pictures can be erased. The default is never erase any, which is why the plot doesn't clear.
    Then, you can get an empty picture constant from the pictures sub-pallet and wire that into the Value (Signalling) property node and it will work.
    I have attached one VI with and one without the event structure to tidy things up, but you may not have the event structure available to you. I wrote these in LV2012.
    Attachments:
    PolarPlotV1.vi ‏16 KB
    PolarPlotV2.vi ‏22 KB

  • How to create sine wave and step input using cwgraph in VB 6.0

    hello..
    i'm doing my master's project now. i'm stuck on how to create a sine wave and a step input using the cwgraph using VB 6.0. please help. thanks.

    hello..thank for the reply.
    i'm having problem with my coding using cwgraph. can anyone help. everytime i do the full compile, there's error.but it can still can run, but can't convert to application form.for your info, i'm using RTscope and cwgraph to plot graph.the error is in the cwgraph coding.below are part of the coding with error. and can somebody tell me how to add cwgraph component in the VB? i try adding component, but it's not in the list of component,and i've browse for it already too.i'm doing the software at home, but i'can run it at my lab cause cwgraph component is not listed.please help.
    Dim countTime As Integer, count1 As Integer, countFreq As Integer, countVolt As Integer
    Private Sub cmdRun_Click()
    If cmdRun.CausesValidation = True Then
    cmdPause.CausesValidation = False
    tmrOsc2.Enabled = True
    tmrOsc3.Enabled = True
    Else
    cmdPause.CausesValidation = False
    tmrOsc2.Enabled = False
    tmrOsc3.Enabled = False
    For count1 = 0 To 100
    Data1(count1) = 0
    Data2(count1) = 0
    RT1.Value(1, count1) = 0
    RT1.Value(2, count1) = 0
    RT1.Refresh
    CWGraph2.Plots(1).PlotY count1 ' THIS CODING HAS AN ERROR ...
    CWGraph2.Plots(2).PlotY count1 ' THIS CODING HAS AN ERROR ...
    Next count1
    End If
    End Sub

  • How to create report on excel without excel toolkit??

    Can anyone please tell me how to create an excel based report (much like what an excel toolkit produces) without having the luxury of
    an additional Microsoft Office toolkit/???
    thanks
    Now on LabVIEW 10.0 on Win7

    okey... simple question... i got the NI OFFICE toolkit, and i want to save all my DAQ data on an excel sheet and plot the graph for it....(create a report)
    my sampling speed it not much, 1 sample/sec. i am using the MS Office Report.vi to save the report to a file. however, i observe that if i add the MS Office Report.vi in while loop,
    the program keeps on asking for a file name every iteration unlike the Save to Measurement file.vi (where it asks only once and then keeps on adding data to the next file unless 
    any other logic is applied). also, it only saves the first 3 rows of data.
    how do i make the code so that the excel file saves the entire data and the graph plots a summary kind of plot of the data i have from the DAQ.
    Thanks in advance.
    Now on LabVIEW 10.0 on Win7

  • Please help. How to create reports including charts in pdf format .

    Please help.
    I have two problems.
    Any help will be highly appreciated.
    1. I need to query database through JDBC (which is easy) using servlet or JSP and then create a report in pdf format (which I do not know how to). If anyone knows how to create a report in pdf format, I would highly appreciate.
    2. I need to generate charts and embed them in these reports. I do not know how to make charts. If anyone knows and helps me out, I would highly appreciate. I have to make charts and embed them in the pdf reports.
    Thanks a lot in advance.
    Indrasish.

    Ok ibasuroy, but i don�t speak ingles.
    first problem:
    http://sourceforge.net/projects/jfreereport/
    JFreeReport is a Java class library for generating reports. It provides a flexible printing functionality for Java applications and supports output to Printers and PDF, Excel, HTML and XHTML, PlainText, XML and CSV files.
    second problem:
    http://sourceforge.net/projects/jfreechart/
    JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots.
    write my. I have a class JDBCAdpater and a BridgeJFreeReport
    [email protected]

  • How to create a 3D LINESTRING?

    Hello
    Our users a working in AutoDesk Map, which is configured for Oracle Spatial.In the current requirement, the user creates a new plot (polygon) and assign its number as attribute...
    I need to write a trigger in such a way that when ever a user creates any plot and gives its number, the trigger will store the plot number as a text record in a separate table..
    Now AutoCad stores Text as a LINE feature in Oracle Spatial. So now i am querying centroid of the new plot and then dynamically creating 2 points to store this value...
    In order to achieve this i am creating a LINESTRING and then passing the line string in MDSYS.SDO_UTIL.FROM_WKTGEOMETRY() function...but i am getting an error message ....stating that the spatial dimensions are different..I later found that the LINESTRING is generating a 2 Dimensional data(2002), where as AutoCad creates and register table as a 3 dimensional data(3002)...
    How can i create a 3 Dimensional WKT LINESTRING and pass it in MDSYS.SDO_UTIL.FROM_WKTGEOMETRY() to create a spatial object dynamically?
    Regards
    Sunny

    Hi
    Thanks for bothering to contact me.
    I had a couple of images that show the sort of thing I want to do but I don't see an attach faciity here. I've written a lot of eBooks and I'd like to sell them but I think I'll do better if the cover looks good.
    I do have something that does what I call a pretend cover as can be seen on one of my sites http://healthy-living-store.com at the bottom of the page but it's not a professional finish.
    There is a product that somehow fits into Photoshop but I don't really want to spend money when I already have a programme that supposedly does the job. Here's the site. http://coveractionpro.com/
    I hope you can help me.
    Thanks again
    Peter

  • How to create X-Bar R graphs in numbers

    I cannot for the life of me figure out how to create X-Bar R graphs in numbers. It is beyond frustrating. Can anyone provide any insight? Thanks

    Hi Zac,
    I am not sure what you mean by an X-Bar graph. R has a box plot. Is that perhaps what you want?
    More information will lead to a solution .
    A screen shot of what you are trying to achieve will help.
    Regards,
    Ian.

  • How to create a double Y axis bar chart

    I have a table with 3 columns, how to create a double Y axis bar chart with title and scale of one Y axis on one side and the other title on the other side, left and right side of the chart.
    Dec 13 107.9
    Jan 9 106.5
    Feb 11 96.1
    Mar 15 111.5
    Apr 13 106.3
    May 13 101.1
    Jun 14 100.2
    July 18 100.8
    Aug 15 103.4
    Sep 16 108.8
    Thanks a lot!
    Stanley Tam

    Start with chart that looks like a column + line chart with a left & right Y axis. It should be the one on the bottom left. After plotting your two series, go to the chart inspector, series tab, and change the second series from line to column. Go to the Axis tab and choose to show the titles for the Y1 and Y2 axes.

  • How to create multiplot with PlotHelper.VI 3d surface.VI

    I selected PlotHelper.vi and 3D surface.vi because I could (according to the Help info) do " Successive calls to this VI with the same 3D Plot Input with different Plot ID values will create multiple plots"I attached my testing VI.  The radius of each sphere will be provide by another VI, for now it is fix to 8 and I want to plot 2 spheres with different X, Y and Z coordinates.  I generate a first set of coordinates and switch to a second set.It seems that the plot show only the last generated plot.The While loop produce the successive calls to the Plot Helper VI and the ID is changes accordingly.  What could I do to keep each plot on the drawing?  How the scale of the 3D draw will include both spheres?
    Thank you for your help.   
    Solved!
    Go to Solution.
    Attachments:
    Pratique 3D Surface Plot.vi ‏20 KB

    fmethot,
    Hello! This document talks about How to Upgrade or Revert a VI to a Different Version of LabVIEW. 
    I took a look at your code and played with it a little bit. I was able to get it to graph different plots at the same time. Take a look.
    Ben Sisney
    FlexRIO V&V Engineer
    National Instruments
    Attachments:
    Multi_sphere.vi ‏22 KB

Maybe you are looking for

  • Message Transformation Bean - Usage of external classes

    Hi SDNers, I am planning to write an external Java class to be loaded from AF_Modules/MessageTransformBean . The idea is simple, I want my class to handle an extra level of hierarchy in FCC process. I know writing the Java class which is as generic a

  • Google visited links indication failure

    Background Normally when browsers load a page they render previously visited links listed in History in a distinctive default colour. Style statements on the page, or elsewhere, can override this colour. Some pages use JavaScript to dynamically chang

  • Finder is not responding....its fully blank

    when i was trashing the files ..at that time my mac book pro hang up for a minute and i just shut down it,while i opening my mac the finder was not responding its fully blank..... now it dosent show its version too .

  • Undervolting Thinkpad A31p (P4m, 2Ghz)

    Hello, now that I have managed to get Arch working on my new/old A31p I tried to get undervolting to work in order to reduce fan noise and temperature (fan cleaned, tpfand working, temperature while surfing ~53°). - Recent kernel does not include the

  • Insérer un fichier audio dans l'applicat​ion exécutable sans devoir spécifier le chemin du fichier audio à chaque fois

    Bonjour, Je viens de créer une application exécutable qui fait appel à un fichier audio. Seul problème le chemin indiqué pour le fichier n'est plus le même quand j'installe l'application sur un autre ordinateur. N'y a t-il pas  moyen de faire en sort