Axis options

I just picked up numbers in a hope of getting completely out of Microsoft's clutches, but there are two things I absolutely have to be able to do in my charts that I can't figure out.
1. Can I reverse the y-axis so the lowest numbers are on top (making a plot by depth)?
2. Can I connect points in a scatter plot?

Amphioxus wrote:
I'm experiencing micropaleo's problem as well. The line-plot option doesn't seem to work if I want to plot my y-values (e.g. voltage) against my x-values (e.g. time steps in 50ms). Line plot assumes that each column contains data points and produces two plots. It then just takes the cell number as the labels on the abscissa.
As far as I can tell, only the scatter plot allows you to graph arbitrary x-values against arbitrary y-values.
This is exactly right. A line plot might be considered as having a categorical x-axis and a continuous y-axis, whereas with a scatter plot, both axes are continuous. A further distinction might be drawn in that on a line chart the x-axis data is ordered, and on a scatter plot, the data is unordered.
But there's no option (that I could find) to connect your dots with a line if you so choose. (Of course I didn't even get that far because I can't control both axes limits independently, but that's another story...)
Yes, I don't think there is a way to connect the dots on a scatter plot currently in Numbers. This is why Yvan is encouraging people to provide feedback to Apple using the "Provide Numbers Feedback..." item in the "Numbers" menu of the application (discussion in this forum may not be sufficient).
Some information visualization experts might argue that scatter plots with pips connected by lines do not make sense. I only mention this not to apologize for this missing feature, but because maybe something else makes better sense. What is it that you are trying to plot?

Similar Messages

  • Record simple rotate of object on Z axis Options

    Hi,
    Using CS4. Is it possible to automatically record an object
    turning
    360 on the Z axis? At the moment, I am turning the object a
    couple of
    degrees (using 3d Rotation tool), pressing Insert Keyframe,
    then
    turning the object a little bit more, then Insert Keyframe
    again, etc.
    But it's just a simple 360 rotation - it must be possible to
    do this
    automatically?
    Thanks.

    Well, I'm getting closer but I'm not there yet.
    I found out how to use this expression which seems to do what I want but only for a single object sway.  If I could randomize this and put it on all of the items it would be pretty close.  Here's the expression:
    Math.sin(time*2)*1;
    This has two problems.  First it appears to start  swaying at the begining of the comp instead of the comp starting with the object already swaying.  I might be wrong on this.
    The other problem I already mentioned.  I don't know how to randomize this so each additional object has a random sway.  I at least found out how to attach the stay to a slider:
    Math.sin(time*2)*thisComp.layer("new slider control").effect("SwayAmmount")("Slider");
    I am able to set the slider at 1 and then to stop it I set it to 0.  I don't think this has a real ease or inertia, but it's ok I guess.
    But again, no random options.  I've searched high and low to understand the random function.  I found: "random()" but I need it to freeze at a random number.  I found "seedRandom(x,true)" but all directions I can find for that talk only about possition in the comp.  I've given up trying to translate this from position.
    Here's the closest I've come, but honestly I'm not even sure that it's a real function...
    seedRandom(3,true);
    RanNum = random(-2,4)
    Math.sin(time*(RanNum))*thisComp.layer("new slider control").effect("SwayAmmount")("Slider");
    This again links to the slider.  It DOES randomize somewhat and is better than nothing.  But surely there is a "correct" way which I am completely overlooking.  Using this method all layers sway left to right (fairly similarlily).  I would love to have some begin right to left, random...
    Any thoughts?
    Thanks!
    -Stephen

  • Axis options in chart

    Hello everyone, I am a new LabVIEW user and I am using version 8.20
    I am trying to do a real-time plot of voltage vs. temperature but I cannot find the correct chart that I need.  I have two sets of data (voltage and temp.) that I want to plot on a chart, but I cannot find a chart where I can specify the axes.  I want to be able to specify temperature for the x-axis and voltage for the y-axis (like you are able to do with the express xy graph vi).  I cannot use the express xy vi because graphs do not remember past data points and I want a continuous voltage curve over a range of temperatures.
    I know the answer is probably very simple but I've spent two days trying to figure this out by using bundles and such with no luck.

    The Express XY Graph is perfectly capable of remembering past data points. There is an input called Reset, The default value for this is true. Wire a false constant to it. You can also look up the shipping example called XY Chart. It uses a subVI to make an XY Graph behave just like a chart with a history size that you can specify.

  • Y and X axis options are not showing up

    I want to edit the position of the null object, but the Y and X axis aren't present! It's been a while since I used AE so I don't remember how to get them to show up. They used to just show up automatically, but now I don't know where it is at. Please help!

    Right click on the top bar to reveal the properties, move the divider. You have just hidden them....
    You could also click on the bottom left icon in the time line to reveal everything.

  • Crystal Reports - Charts - Restricting the data points on the X-axis

    Hi,
    Is there a way to restrict the number of points to display on the x-axis of a crystal chart keeping the number of data points the same.
    For example, if the chart plots date vs value points and the data for the chart is from 1980 to 2009. This means the data points on the x-axis appear very close to each other.
    I need a way to show the chart with all data from 1980 to 2009 but limited x-axis labels. Is there a way to configure the number of labels to show on the x-axis.
    Thanks!

    Thanks for the answer.
    "Right click on one of the x axis labels and select Group (X) Axis Options...
    On the Layout tab there is an option to Skip Group Labels, check this and enter in the number of labels you want to skip". Is there a way to do this from a .NET client or via a formula field in Crystal itself. The data points is going to be dynamic, hence the requirement is to dynamically configure the "number of labels" to be skipped.
    Thanks.

  • Help with solution for receiver axis soap multipart

    Hi everybody.
    I've read many questions made by people to this forum with no possitive results to my issue.
    I'm developing a simple scenario : RFC>XI>Webservice in a sync way. I call a FM in an R3
    backend and i must retrieve a string from the webservice.
    First thing i've noticed is that the webservice only works if i set the external definition of it
    in RPC mode. If not, i get the error 'method retrieveData' not found.
    Second thing is that conventional SOAP receiver adapter doesn't work. I must use AXIS option.
    So, i must use RPC mode with AXIS receiver.
    No i've met another problem. When i check sxi_monitor, i have my FM response empty. This is because
    i'm not retrieving the same message that is defined in the webservice. I retrieve a multipart
    message with 3 parts : document-0, document-1 and document-2. I think that response message
    mapping is not working because as document-0 comes a different structure that the one defined
    in message mapping.
    These are the the things i've tried :
    Use of Payloadwapbean in receiver soap axis adapter. I can't put as document-0 the one that has the field i need.
    I tried with ABAP-Mapping but when i try to find the field <name>, is not there.
    Now, i'm thinking in other two solutions. first, develop a module to enhace the SOAP axis receiver.
    First question about this .. will i have the 3 'attachments' so i can get the <name> field?
    Can i use AXIS handlers to get the complete payload (i've read abput it but i don`t understand
    how to do it)?.
    Kind regards,
    Inigo

    Hi again,
    This is what i get in SXI_MONITOR.
    In payloads, i have 3 :
    document-0
    document-1
    document-2
    Double clicking in document-0, i get :
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:ZF_ARQ_DOCUMENTUM_WEBS.Response xmlns:ns1="urn:sap-com:document:sap:rfc:functions">
    - <DATOS>
      <item />
      </DATOS>
      </ns1:ZF_ARQ_DOCUMENTUM_WEBS.Response>
    This is the answer of the message mapping, but is empty.
    Double clicking in document-1 i get :
      <?xml version="1.0" encoding="UTF-8" ?>
    - <multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:RetRecuperar" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://model.servicio.procop.sgce.aragon.es" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <datos xsi:type="xsd:base64Binary">SUkqANQAAABX</datos>
    <retorno href="#id1" />
      </multiRef>
    Here is the field i need, 'datos'.
    Finally, in document-2 i get :
      <?xml version="1.0" encoding="UTF-8" ?>
    - <multiRef id="id1" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns3:Retorno" xmlns:ns3="http://model.servicio.procop.sgce.aragon.es" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <errorMessage xsi:type="xsd:string" />
      <excepcion xsi:type="xsd:string" />
      <retCode xsi:type="xsd:string">OK</retCode>
      <errorCode xsi:type="xsd:string" />
      </multiRef>
    If i use a test program, such as SOAPUI, i get this answer :
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <soapenv:Body>
          <ns1:recuperarResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:MiNameSpacePrueba">
             <recuperarReturn href="#id0"/>
          </ns1:recuperarResponse>
          <multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:RetRecuperar" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://model.servicio.procop.sgce.aragon.es">
             <datos xsi:type="xsd:base64Binary">SUkqANQAAABX</datos>
    <retorno href="#id1"/>
          </multiRef>
          <multiRef id="id1" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns3:Retorno" xmlns:ns3="http://model.servicio.procop.sgce.aragon.es" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
             <errorMessage xsi:type="xsd:string"/>
             <excepcion xsi:type="xsd:string"/>
             <retCode xsi:type="xsd:string">OK</retCode>
             <errorCode xsi:type="xsd:string"/>
          </multiRef>
       </soapenv:Body>
    </soapenv:Envelope>
    I don't know why i'm getting these 3 documents because in message mapping, the response method of the WSDL is completely different than the message i'm retrieving as the answer.
    Thank you for your answers,
    Kind regards,
    Inigo.

  • Error in Receiver SOAP AXIS adapter.

    I have configured a receiver soap adapter and get the below error. Any help with this? Since I am able to see the Axis option in the adapter configuration, this means the axis framework is deployed or does it need to be delpoyed?
    Delivering the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.ejb.TransactionRolledbackLocalException:
    (Failed in component: sap.com/com.sap.aii.axis.app, BC-XI-CON-AFW-TAD) Exception raised from invocation of public
    com.sap.aii.af.lib.mp.module.ModuleData com.sap.aii.adapter.axis.modules.AFAdapterBean.process
    (com.sap.aii.af.lib.mp.module.ModuleContext,com.sap.aii.af.lib.mp.module.ModuleData) throws
    com.sap.aii.af.lib.mp.module.ModuleException method on bean instance
    com.sap.aii.adapter.axis.modules.AFAdapterBean@681b240 for bean

    Had to deploy the axis framework.

  • Print panel: wrong axis scale

    I am using Print Panel to automatically get a copy of the graph produced on the front panel at the end of a run. The printed graph sometimes has an axis whose scale is wrong by a factor of 10 (in either direction). This happens to both the x- and y- axes but never both axes at the same time. The problem is sporadic.
    The incorrect axes never appear on-screen. If the front panel is printed using File>Print after running, the axes are correct. Axis options AutoScale and Loose Fit are selected for both axes. The graph is an XY Graph with multiple plots.
    Any insight?

    I have noticed that the print front panel has a timing issue. The time I
    noticed it I had made a subvi just for the purpose of formatting some data
    and printing it. The graph would sometimes come out blank if I did not put
    in a delay.
    "Sy" wrote in message
    news:[email protected]..
    > I am using Print Panel to automatically get a copy of the graph
    > produced on the front panel at the end of a run. The printed graph
    > sometimes has an axis whose scale is wrong by a factor of 10 (in
    > either direction). This happens to both the x- and y- axes but never
    > both axes at the same time. The problem is sporadic.
    >
    > The incorrect axes never appear on-screen. If the front panel is
    > printed using File>Print after
    running, the axes are correct. Axis
    > options AutoScale and Loose Fit are selected for both axes. The graph
    > is an XY Graph with multiple plots.
    > Any insight?

  • How can I get rid of the values shown on x axis

    How can I get rid of the values shown on x axis ?
    The two diagrams are for illustrations .I want the A diagram like values and wanna get rid of 50 150 250 350on x axis
    Mudassar

    In Axis Options, set Interval to 1. Every category group label
    is displayed. If you want to show every other category group label on the x-axis, type 2.
    "If you want to show every other category group label on the x-axis, type 2."
    what does this mean ?
    when you set 1 as per it everything is shown and when you set 2 every other ????
    Any example on this ?
    Mudassar

  • X-Axis Scales and Dates Issue

    Hello, really hoping that someone can help me.
    I have a crystal reports report with a chart. The chart uses dates as the x-axis and numeric values on the y-axis.
    All I want to do is change the x-axis sacle to be 14 day intervals.
    Seems simple enough. I go into group(x) axis options, click the scales tab and try to chage the values (after unticking auto scale). Crystal will not let me change it to be 14 days, and it ignores the remove autoscale. It just constantly sets it back to autoscale everytime.
    I tried the exact same thing but with numbers on the x-axis, and it worked fine, no problem at all with setting the scale to whatever I wanted. But when the x-axis is dates, it doesn't work.
    I have been on for 3 whole weeks trying to find a solution to this.
    If anybody can help me I would be very grateful
    Thank you

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with your directly

  • Problems with "Make this a descending axis"

    Are there any known issues with that chart feature?
    You can enable this option by right clicking on an axis label selecting "Data (X/Y) Axis Options" in the context menu.
    I am using a horizontal line chart with a numeric x-Axis and a logarithmic y-Axis. When I check the option above, everything is fine except my axis is ordered the wrong way round.
    When I uncheck the option nothing is painted correctly at all. The lines and markers are at completely wrong positions. When I scale down the chart, the curves themselves are painted correctly again but still with an incorrect offset.
    Am I using a combination of features that shouldn't be combined? When I let the x-Axis have an ordinal scale, everything is fine as well. But my customer wants to have a numerical scale. So it seems like I have to tell him that Crystal Reports currently is not able to do what he wants.
    Any help is greatly appreciated!
    Regards,
    Florian

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • Graphs (line)- not showing timing correctly (X-Axis)

    SSRS 2012
    Hi guys
    My dataset produce a column express as HH:mm:ss. So it means several rows by hours
    The report is build up with a graph - Line.
    Unfortunately, the Y axis (the horizontal axis showing timing) displays all the records correctly, but the X axis does not display each timing record (labeling).
    Question:
    how to show each record along the x-Axis (I tried to adjust the setting in the x-Axis properties without success) 
    Thanks

    Hi Fasttrack2,
    As per my understanding, there is a line chart, the records of Y-axis display correctly, labels of X-axis are not displayed entirely. You want to show each label of X-axis.
    The axis interval defines the number of labels and accompanying tick marks on an axis. On the value axis, axis intervals provide a consistent measure of the data points on the chart. However, on the category axis, this functionality can cause categories
    to appear without axis labels. We can specify the number of intervals we want in the axis Interval property. When we show properly formatted DateTime values on an axis, a chart will automatically display these values as days. To specify a date/time interval
    for the x-axis, such as an interval of months or an interval of hours, we must format the axis labels and set the type of axis interval to a valid date or time interval. In this case, if the values displayed on the x-axis must evaluate to a DateTime data type,
    we can set x-axis labels’ interval type to seconds by following steps:
    Right-click the horizontal, or x-axis, of the chart, and open Horizontal Axis Properties.
    Click Number in left pane. From the Category list, select Date, from the Type list, select a date format to apply to the x-axis labels.
    Click Axis Options in left pane.
    In Interval, type 1. In Interval type property, select Seconds.
    For more information about Specify an Axis Interval, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/dd239317(v=sql.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • SSAS2008 r2 and Excel Line Chart and Date Axis

    Hi
    Excel 2010. SSAS 2008 R2
    I have a excel line chart made out from SSAS pivot table with a date dimension (date) and No of licences.
    Currently, it displays 1/Jun/2014 to 30/Jun/2015 (FY2015) and this looks really ugly. 
    While keeping the details, I'd like to display by Month-Year. 
    However, while I can do this with other normal excel data, I just can not do it with SSAS Pivot table.
    Under Axis options, I ticked 'Date axis' but it won't bring up date options. 
    I think I tried everything but just can not figure it out. I wonder if it is even possible.
    Th date dimension is recognised as date because I can apply date filter.  I want to make it neat. Can anyone help me with this please? 
    It must be 'Date' Level. 
    Kind regards

    Hi SQLMa,
    Could you please elaborate more detail regarding the "Date" dimension structure? In order to display the date format with Month-Year, we should build a hierarchy to organize the granularity of date dimension at SSAS level. Please
    refer to the documents below:
    Create a Date type Dimension:
    http://msdn.microsoft.com/en-us/library/ms174884.aspx
    Modifying the Date Dimension:
    http://msdn.microsoft.com/en-us/library/ms166578.aspx
    Regards,
    Elvis Long
    TechNet Community Support

  • Excel chart - change numbers on vertical axis

    hi, see the attached chart. trying to start the vertical axis from 100 and not from 0. 
    any idea? many thanks. yaron. 
    https://www.dropbox.com/s/nugo6ixsd36gint/2014-07-23%2014.43.34.jpg 

    Hi,
    According to your description, I guess that you want change vertical axis from 100 like this screenshot. If so, you can right-click the axis, change Axis Options.
    I can’t access your picture, please upload your example to OneDrive and share the link here.
    https://onedrive.live.com/
    Regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Side margins with x-axis scalar mode

    I am creating a column chart using SQLRS 2008.  When I use the x-axis in scalar mode, I lose the side margins on the chart.  The option to turn on side margins disappears from the axis options menu as well. This results in the first column being
    partially hidden.  Everything I read says the side margin should be added automatically.  This is not the case.  Has anyone encountered this before?

    Hi Woyler,
    By generally, there is a separated property side margins, if you select
    Disabled, there will no side margin, vice-versa. It seems that you might set a value for interval type property, here you just keep the default value to
    Auto, and to interval property, please set
    1 for its value. To side margins property, please select
    Enabled
    If you have any question, please feel free to ask.
    Regards,
    Challen Fu

Maybe you are looking for

  • Nikon D5200 raw files will not open in PSE 11

    I recently purchased a Nikon D5200 and I could not open the raw files in Elements 9. I downloaded all updates for Camera Raw and it still did not work. I found a question/answer with the same problem and it recommended updating the DNG Converter or p

  • IPod Glue Major Glue Problem, HELP

    Hey guys! Recently after I bought my iPod Nano 6th gen, I got a case for it, got all my songs on it, awesome! But there's more. See I'm a perinoid guy, and all the cases left the back metal clip naked, and dropping the iPod on that section could caus

  • Best practices for deployment from Dev /Staging /Production in SharePoint ?

    Hi All, What is a best practices to deploy SharePoint Portal to dev / staging / Production. I have custom solution deployed using WSP file. But I have done some changes using sharepoint designer. Like as Designer workflow, master pages etc. How can I

  • Work incident API problem

    Hello All, I have a procedure to load work incident data through the work incident api. I get error regarding the p_incident_reference which I don't know what should be the value of it. Please help me on that. Here is my procedure: create or replace

  • Ejecting a 2nd EHD from iMac when not in use

    I have a 2TB WD EHD drive hooked up using Time Machine. I have a 2nd 1 TB WD EHD with a large vacation project. On the iMac the WD drives do not completely shut done when the iMac sleeps or is shut down. Since I am not currently working on the vacati