mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #70] Feature Request: Option to set logarithmic scale on Y axis #58
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Racerxali on GitHub (Jul 26, 2016).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/70
Originally assigned to: @jmcnamara on GitHub.
Hi,
While using the chart settings, I don't find any option to set logarithmic scale. Can u please guide how can we use this feature. Also when using scatter chart, there seems to be an issue that it does not show series title in the legend (rather it shows default series title like Series1) when using chart_series_set_name(), while proper series name appears in other charts. I hope this is not a bug.
@jmcnamara commented on GitHub (Jul 26, 2016):
Hi,,
Unfortunately, that isn't supported yet.
It is supported in the Perl/Python version of the lib so it will be ported over in time: https://xlsxwriter.readthedocs.io/chart.html?highlight=log#chart-set-x-axis
It should work. There are tests for it and the following example shows it: http://libxlsxwriter.github.io/chart_scatter_8c-example.html
If you think it doesn't work in some condition then open up a new issue and submit a small example program that demonstrates it.
Thanks,
John
@jmcnamara commented on GitHub (Jan 2, 2017):
Log scale added in version 0.4.7: http://libxlsxwriter.github.io/chart_8h.html#ac27a9a20daf4f0a6be8595fbd7f41151
Also fixed the issue with chart titles in Scatter charts. Thanks for the report.