You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the continue, continue_left, and continue_right options in the TikZ format.
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.
0 commit comments