Change many %g format specifiers to %.*g with precision DBL_DIG + 1.
[pspp] / src / output / cairo-chart.c
2014-02-04 Ben PfaffChange many %g format specifiers to %.*g with precision...
2013-09-25 John DarringtonCharts: Use colours from Tango palette instead of fully... 20130925030506/pspp
2013-09-25 John DarringtonUse the msg function to report errors wherever possible.
2012-05-09 John DarringtonHistograms: Rotate labels when there are lots of bins
2012-05-09 John DarringtonMove comment to correct function
2012-04-01 John DarringtonCorrected bug in chart rendering which caused the ordin...
2012-03-26 John Darringtonxrchart_write_scale: Use integer arithmetic
2012-03-25 John DarringtonCairo charts: Move check for near zero values to inside... 20120325030503/pspp
2012-03-24 John DarringtonAvoid floating point precision problems in chart scale 20120324030503/pspp
2012-03-24 John Darringtoncairo-chart.c: new struct xrchart_axis
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-04-24 Ben Pfaffcairo-chart: Fix Pango version check.
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-17 Ben PfaffRewrite PSPP output engine.