Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: add defined error bars #136

Open
Nipou opened this issue Nov 10, 2017 · 5 comments
Open

Feature request: add defined error bars #136

Nipou opened this issue Nov 10, 2017 · 5 comments

Comments

@Nipou
Copy link

Nipou commented Nov 10, 2017

The error in science is often different for each measure, so it would be really convenient to be able to define the range of data for the error bars.

So a new type : LXW_CHART_ERROR_BAR_TYPE_DEFINED
And an API void chart_series_set_error_bars_range(lxw_series_error_bars *error_bars, const char *sheetname, lxw_row_t row, lxw_col_t col);

The corresponding XML is simply:

<c:errBars>
<c:errBarType val="plus"/>
<c:errValType val="cust"/>
<c:plus>
<c:numRef>...</c:numRef>
</c:plus>
...

@jmcnamara
Copy link
Owner

The error in science is often different for each measure, so it would be really convenient to be able to define the range of data for the error bars.

For clarity, where is set in the Excel interface. Is this a custom value?

For reference, here is the Python interface which supports custom values: Is that what you are looking for.

@Nipou
Copy link
Author

Nipou commented Nov 17, 2017 via email

@jmcnamara
Copy link
Owner

@Nipou Attachments are stripped from emails to GitHub. You will have to add it via the web interface. Or else just confirm that you are looking for support of custom values, like the Python API.

@Nipou Nipou closed this as completed Nov 20, 2017
@Nipou Nipou reopened this Nov 20, 2017
@Nipou
Copy link
Author

Nipou commented Nov 20, 2017

Yes, it's custum values like the Python API.

Repository owner deleted a comment from Nipou Nov 20, 2017
@Nipou
Copy link
Author

Nipou commented Nov 30, 2017

error bars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants