Questions tagged [curves]
The curves tag has no summary.
11 questions
1 vote
0 answers
110 views
Help with drawing a smooth curve through given points in TikZ [closed]
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, ...
1 vote
1 answer
164 views
Drawing dashed curves with tikz
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{...
2 votes
2 answers
95 views
How can the endpoint of a curve be deleted [closed]
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,-...
4 votes
1 answer
144 views
How can I use `hobby` path for filling a shape in TikZ?
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 ...
0 votes
0 answers
58 views
how can draw curve with a loop? [duplicate]
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 ...
1 vote
1 answer
131 views
How to draw random curves with parts dotted and some solid in 3D
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 ...
0 votes
1 answer
155 views
how to draw a curve inside a cone
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 ...
1 vote
1 answer
68 views
How to create Hnmr graphs in asymptote
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 ...
1 vote
1 answer
101 views
How can draw curve on y axis with help of latex?
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} \...
0 votes
0 answers
68 views
how to draw line curves?
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{...
2 votes
1 answer
147 views
Curves interpolation
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} \...