↧
Answer by Jan Hlavacek for how can I fix my tikz circle to do what I want
Another option, in addition to using polar coordinates or calculating the coordinates of the terminal point of the dashed line using trigonometry would be use of clipping. It is probably an overkill in...
View ArticleAnswer by hpesoj626 for how can I fix my tikz circle to do what I want
ExplanationUse a polar coordinate instead. Since (3,3) makes an angle of 45 degrees with the positive part of the x-axis, and you have used 2.5 cm as your radius, you can specify the coordinate as...
View Articlehow can I fix my tikz circle to do what I want
Below is the minimal example of my code. I would like the dotted line to stay within the circle rather than overshooting it like it currently is but I am not able to figure out how this can be done....
View Article