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
In phetsims/calculus-grapher#159, a designer requested that tick marks be present on only one side of the axis line. We are currently implement the tick marks vis bamboo TickMarkSet
In TickMarkSet we can only have symmetric tick marks
Doing some research on the possible option field we can use to support this feature.
Google chart, d3.js and Excel use the following terminology for tickMarks inside, outside, cross.
In the context of a chart, the three terms are (relatively) unambiguous for vertical and horizontal axes.
In phetsims/calculus-grapher#159, a designer requested that tick marks be present on only one side of the axis line. We are currently implement the tick marks vis bamboo
TickMarkSet
In
TickMarkSet
we can only have symmetric tick marksI'm unclear about how to proceed without creating a mess.
The text was updated successfully, but these errors were encountered: