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

add multiplot layout options: scale, offset, margins, spacing ; deprecate old style of speciyfing them #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

djerius
Copy link

@djerius djerius commented Oct 30, 2023

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.

…cate 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.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 6694895348

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 342 unchanged lines in 1 file lost coverage.
  • Overall coverage remained the same at 58.974%

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%
Totals Coverage Status
Change from base Build 6059458690: 0.0%
Covered Lines: 828
Relevant Lines: 1404

💛 - Coveralls

@djerius
Copy link
Author

djerius commented Mar 15, 2024

Hola out there! Any problem if I merge these?

@mohawk2
Copy link
Member

mohawk2 commented Mar 31, 2024

Yes. Do not go merging things please.

Where are the tests of this changed functionality?

@mohawk2
Copy link
Member

mohawk2 commented Apr 12, 2024

Hi @djerius, are you going to add tests for this stuff?

@djerius
Copy link
Author

djerius commented May 2, 2024

I'll get to tests shortly I hope.

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

Successfully merging this pull request may close these issues.

None yet

3 participants