Commit 71fe210
committed
Implement the
This was an inconsistency between the two formats. Basically, the
JSXGraph format did not honor the function max if `continue` or
`continue_right` was set, but the TikZ format did. This could result in
a function graph continuing to the right in the JSXGraph format, but not
in the TikZ format (assuming the board bounds go further to the right).
This just makes the TikZ output use the axes max instead of the function
max in this case. Of course if `continue` and `continue_left` are set
then the axes min is used instead of the function min.continue, continue_left, and continue_right options in the TikZ format.1 parent d26549e commit 71fe210
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
592 | 595 | | |
593 | | - | |
| 596 | + | |
594 | 597 | | |
595 | 598 | | |
596 | 599 | | |
| |||
0 commit comments