Skip to main content

Questions tagged [curves]

1 vote
0 answers
110 views

I’m trying to draw a smooth curve that passes through a set of given points in TikZ. I’ve experimented with several approaches, including plot[smooth], to[curve through={...}], and the hobby library, ...
RiverSage's user avatar
1 vote
1 answer
164 views

I'm trying to draw these pictures with tikz, but I'm having some trouble with these two curves. \documentclass{article} \usepackage{tikz} \usepackage{amsmath} \usetikzlibrary{angles, quotes} \begin{...
Ismael Joaquim's user avatar
2 votes
2 answers
95 views

I have the following code: \begin{tikzpicture}[scale=0.6] \draw[black,very thick]plot[smooth,]coordinates {(-3,0)(-3,0.2)(0,3)(3.5,2) (7,1) (2,6)(0,8)(-5,8)(-6,0)(-5,-8)(0,-8)(2,-6) (7,-1)(3.5,-2)(0,-...
John Johnson's user avatar
4 votes
1 answer
144 views

I'm trying to fill a 3D shape specifically this dog-bone tensile test alloy using the hobby path for the corners in TikZ, but I want the fill to follow the curve. Currently, I'm using a series of ...
Sak's user avatar
  • 167
0 votes
0 answers
58 views

I am trying to draw a curve with a loop as shown in the image. After a lot of hard work, I managed to draw it, but it does not appear as smooth as in the image. Can anyone help me with this? I would ...
Samia Rani's user avatar
1 vote
1 answer
131 views

I am having trouble making some parts of my curves with dotted (assumed to be behind the plane) and extended under the plane. Also, I need to have two other coppies of those curves. The part that i ...
Bahar Jafari Zadeh's user avatar
0 votes
1 answer
155 views

I want to draw a slight bended curve inside a cone like the following picture attached but my curve is outside this cone if i write "left bend" or "right bend". Is there some ...
Shen john's user avatar
  • 131
1 vote
1 answer
68 views

I was wondering how to form peaks like these in an asymptote graph Currently I only know how to do one peak, which I did using Bezier curves as follows: real width = 0.008; real spikeshift0 = 4; real ...
Pen and Paper's user avatar
1 vote
1 answer
101 views

Please anyone can help to draw this curve(shown in the picture) with two different line style with the help of tikzpicture? Thanks in advance \documentclass[tikz, border=1cm]{standalone} \...
Samia Rani's user avatar
0 votes
0 answers
68 views

I am trying to draw curves in the coordinate system but not sure how to do. I am using draw[in=,out=] but that does not give me the curve I want. Please see curves in my attached figure \begin{...
Shen john's user avatar
  • 131
2 votes
1 answer
147 views

I try to interpolate these curves and what I get is not very nice: What I tried : \documentclass[french,25pt,a4paper,landscape]{article} \usepackage{etex} \usepackage{tikz} \usepackage[T1]{fontenc} \...
Dots's user avatar
  • 429