Skip to main content

Questions tagged [arc]

{arc} is about arc drawing in {tikz} or other graphic environments, including {pstricks}

2 votes
2 answers
71 views

Designing a curved grating, i.e. a specific dashed arc?

I am trying to recreate this diagramm on tikz: Until now I have managed this: with this code: \begin{figure} \centering \begin{tikzpicture} % Define the radius \def\R{2} ...
Matis's user avatar
  • 53
3 votes
2 answers
212 views

Arching a Shadowed Title

Consider the code: \documentclass{article} \usepackage[sfdefault]{cabin} \usepackage[english]{babel} \usepackage{tikz} \usetikzlibrary{fadings} \usepackage{scalefnt} \definecolor{DarkRed}{RGB}{139,0,...
DDS's user avatar
  • 10.1k
2 votes
1 answer
225 views

Easiest way to draw celestial sphere diagrams [duplicate]

I was hoping someone might be able to give some helpful advice. I've seen this question popping up a few times on the forum, but I just find all the answers too complicated and difficult to follow. I ...
Coenraad van Schoor's user avatar
1 vote
0 answers
80 views

Is there anyway to draw an arc from coordinates of two points, and its width?

First a minimal working sample is as follows. \documentclass{article} \usepackage{tikz} \usetikzlibrary{intersections}% \begin{document} \begin{tikzpicture} \path (60:2) ++ (0,0) coordinate (A);% \...
M. Logic's user avatar
  • 4,355
0 votes
1 answer
65 views

TikZ - replacing arc with ellipse

Although I have figured out how to draw arcs, I haven't had the same luck with ellipses. I was wondering if you could help me with this. Please find the code below. \documentclass{article} \usepackage{...
meletkis's user avatar
3 votes
2 answers
423 views

how to connect start and end of two arcs with rounded corners

This is the mwe; Left side is what I want, but how to connect properly on the right side? \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw [help lines] (0,0) ...
LL L's user avatar
  • 33
7 votes
7 answers
598 views

TikZ: ellipse-arcs around a center-point with start- and end-angle

Problem in short: The ellipse-arc should lie around Z and should start and end at the brown lines... I want to draw circle-arcs and ellipse-arcs around a center-point. So I use the syntax (TikZ-...
cis's user avatar
  • 9,217
2 votes
3 answers
93 views

How to draw three tikz circles that align to the west

I tried to draw three circles aligned together. \documentclass[tikz,border=2mm]{standalone} \usetikzlibrary{positioning, decorations.text} \begin{document} \begin{tikzpicture} \node[circle, minimum ...
Victor Li's user avatar
5 votes
4 answers
398 views

Tikz - how to draw a circle from one point to another?

In a tikzpicture, I want to draw a circular arc that is almost all of a circle from one point to another. I have the coordinates of the start and end points and the radius I would like, but I do not ...
Dale's user avatar
  • 298
1 vote
1 answer
103 views

Circle in latex

I am completely new to latex. Was trying to make a circle but was not really what I wished to make. Please help and thank you in advance.
Sophia N.'s user avatar
0 votes
1 answer
45 views

Incorrect positioning node on an arc

I want to positioning a node with label \gamma on an arc, but the way that usually I use produces incorrect positioning: the label is placed too far from the curve that I draw. Here there is my code: \...
Eupho's user avatar
  • 1
11 votes
1 answer
339 views

Why arc with angles given by "trig format=rad" gives wrong result?

Consider the following MWE: \documentclass[border=10pt]{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw[trig format=rad,red] (0:1) arc(0:pi:1); \draw[blue] (0:1) arc(0:180:1)...
Zarko's user avatar
  • 302k
0 votes
1 answer
193 views

Length of an arc diagram in radians

I am trying to create a homework assignment and I want to draw some circles with the radius and angle labeled. The following code can draw a circle with radius 5 and 120 degree angle. \begin{...
Yahya's user avatar
  • 49
0 votes
1 answer
224 views

Label the Tikz Arc

I want your help to label the tikz in the below code just the way this answer is labelled. \documentclass[tikz,border=3.14mm]{standalone} \begin{document} \begin{tikzpicture} \tikzset{...
Daniel James's user avatar
1 vote
3 answers
149 views

Tikz arc (angles)

I'm struggling with the proper location of three angles. Here is the picture I want to draw: And here is what I have so far: \documentclass[12pt]{standalone} \usepackage{pgfplots} \pgfplotsset{...
JoudaBouda's user avatar

15 30 50 per page
1
2 3 4 5
11