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

* Graph/axestype.pm: #11

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

Conversation

rgrjr
Copy link

@rgrjr rgrjr commented Jun 8, 2016

  • (setup_x_step_size_v, setup_x_step_size_h): Change "-1" to "+1"
    for $s->{x_step}. Otherwise, the graph data overflows on the right
    when x_tick_number is "auto" for a non-numerical X axis
    (x_min_value and x_max_value undefined), and there are few points.
    • samples/sample56c.pl (added):
  • Sample case that illustrates the problem.

   + (setup_x_step_size_v, setup_x_step_size_h):  Change "-1" to "+1"
     for $s->{x_step}.  Otherwise, the graph data overflows on the right
     when x_tick_number is "auto" for a non-numerical X axis
     (x_min_value and x_max_value undefined), and there are few points.
* samples/sample56c.pl (added):
   + Sample case that illustrates the problem.
@rgrjr
Copy link
Author

rgrjr commented Jul 1, 2016

Oops; I hadn't realized I had submitted this. I hope the commit comment is clear . . . can you tell that these are my first pull requests? :-/

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.

1 participant