• Hide

      In part 1 apply the changes as given in the attachment to http://www.oasis-open.org/apps/org/workgroup/office/email/archives/201106/msg00014.html

      In the schema change
      ---------------------------------------------------------------------------
      <attribute name="chart:interpolation">
      <choice>
      <value>none</value>
      <value>cubic-spline</value>
      <value>b-spline</value>
      </choice>
      </attribute>
      ---------------------------------------------------------------------------
      to
      ---------------------------------------------------------------------------
      <attribute name="chart:interpolation">
      <choice>
      <value>none</value>
      <value>cubic-spline</value>
      <value>b-spline</value>
      <value>step-start</value>
      <value>step-end</value>
      <value>step-center-x</value>
      <value>step-center-y</value>
      </choice>
      </attribute>
      ---------------------------------------------------------------------------

      Show
      In part 1 apply the changes as given in the attachment to http://www.oasis-open.org/apps/org/workgroup/office/email/archives/201106/msg00014.html In the schema change --------------------------------------------------------------------------- <attribute name="chart:interpolation"> <choice> <value>none</value> <value>cubic-spline</value> <value>b-spline</value> </choice> </attribute> --------------------------------------------------------------------------- to --------------------------------------------------------------------------- <attribute name="chart:interpolation"> <choice> <value>none</value> <value>cubic-spline</value> <value>b-spline</value> <value>step-start</value> <value>step-end</value> <value>step-center-x</value> <value>step-center-y</value> </choice> </attribute> ---------------------------------------------------------------------------

      Currently ODF 1.2 has only 3 possible values for chart:interpolation. Since some ODF implementation have a much larger selection of interpolation types (e.g. closed splines, parabolic splines, cubic csplines, clamped csplines, various step type interpolations), we should add additional ones. I propose that initially we add some step-type interpolations.

      Step type interpolations are useful for various applications such as discrete survival curves as used in Kaplan-Meier analysis.

            Assignee:
            Andreas Guelzow (Inactive)
            Reporter:
            Andreas Guelzow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: