Open djerius opened 1 year ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
/home/runner/work/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot/blib/lib/PDL/Graphics/Gnuplot.pm | 342 | 58.97% | ||
<!-- | Total: | 342 | --> |
Totals | |
---|---|
Change from base Build 6059458690: | 0.0% |
Covered Lines: | 828 |
Relevant Lines: | 1404 |
Hola out there! Any problem if I merge these?
Yes. Do not go merging things please.
Where are the tests of this changed functionality?
Hi @djerius, are you going to add tests for this stuff?
I'll get to tests shortly I hope.
add multiplot layout options: scale, offset, margins, spacing ; deprecate old style of speciyfing them.
previously scale & offset were provided as separate multiplot options, which were rendered as plain numbers independent of the layout option. gnuplot 5.4 doesn't recognize that syntax. they must be part of the layout option.
Now, they are specified inline in the arrayref passed to the layout option.