Tri-plotting and Calc [closed]
Is it possible to create or add support for tri-plotting in LibreOffice Calc?
First time here? Check out the FAQ!
Is it possible to create or add support for tri-plotting in LibreOffice Calc?
It is not currently possible to create a tenary-type chart (a.k.a. " ternary graph, triangle plot, simplex plot, or de Finetti diagram [being] a barycentric plot on three variables", Wikipedia) in Calc. In order for Calc to support this type of chart the ODF specification will need to be amended.
The <chart:chart>
element has a chart:class
attribute which specifies the type of chart and is detailed in ODF v1.2, Part 1, 19.15. Currently this attribute supports the values chart:area
, chart:bar
, chart:bubble
, chart:circle
, chart:filled-radar
, chart:gantt
, chart:line
, chart:radar
, chart:ring
, chart:scatter
, chart:stock
, and chart:surface
. A new chart:ternary
or similar value for this attribute would need to be specified. The <chart:axis>
element has a chart:dimension
attribute that supports x, y, and z axes, which would seem sufficient for plotting a chart with three variables.
There is currently no open enhancement request that I can find for "tri", "ternary", or "Finetti" that relates to charts. Please file an enhancement bug and provide as much information about this new feature as possible. Include a link to this thread if required. Don't forget to mark your bug as an 'enhancement'. The QA team will be happy to help you triage your feature request in the bugtracker.
Please post a link to any bugs you file in a comment below using the format "fdo#123456".
Thanks!
Asked: 2013-11-06 11:54:04 +0100
Seen: 814 times
Last updated: Nov 10 '13
How do I export a chart in an image format from LibreOffice Calc? [closed]
Are there plans for a "papercut" project for libreoffice [closed]
Is it normal for Calc goal seek to take very long? [closed]
Please refine "Search" in Calc - implement functions in Gnumeric [closed]
LibreOffice Calc will not link to external data via internet [closed]
Is there a LibreOffice .odt, .ods viewer for Android? [closed]
Why is Calc so much slower at opening/saving files than MS-Office? (win7 x64) [closed]
Can you please explain "tri-plotting"?
Sorry for being too vague in the description. A tri-plot is a barycentric plot based on 3 variables. Commonly refered to as a tri-plot or de Finetti diagram.