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

filledcurves with above/below threshold and fillcolor implemented. #105

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vikasnkumar
Copy link

example added as well. tested and it works.

$x, ($x)**3
);
prompt("Area curve with filled colors");

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you drop this blank line? Thanks.

@@ -5266,7 +5300,8 @@ our $cOptionsAbbrevs = _gen_abbrev_list(keys %$cOptionsTable);
lc => ["linecolor"],
pt => ["pointtype"],
ps => ["pointsize"],
fs => ["fillstyle"]
fs => ["fillstyle"],
fc => ["fillcolor"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a , on the end, so one could add another line here without spurious diffs, given Perl allows that?

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11861464356

Details

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

Files with Coverage Reduction New Missed Lines %
/home/runner/work/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot/blib/lib/PDL/Graphics/Gnuplot.pm 363 66.04%
Totals Coverage Status
Change from base Build 11546827956: 0.0%
Covered Lines: 875
Relevant Lines: 1325

💛 - Coveralls

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.

3 participants