Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
3 answers
262 views

Serpentine-shaped plots on the x and y axes

I would like to know how to create serpentine curves in the 'tikzpicture' and 'axis' environments on the x and y axes. I used the 'tikzpicture' and 'axis' environments to build the uncolored part of ...
MathOverview's user avatar
  • 3,052
1 vote
1 answer
457 views

Using tikz to generate some figures

Is it possible to use tikz to make the following figure: \documentclass{article} \usepackage{tikz} \begin{document} % Radius of regular polygons \newdimen\R \R=5cm \begin{tikzpicture} \draw [...
Dalek's user avatar
  • 553
4 votes
1 answer
482 views

How to draw the the following directed graph with TikZ?

I am new to TikZ. I am trying to realize the photo using the TikZ package. I know how to draw these individual figures using tikzpicture. However I am not sure how I can place them in order and use ...
Skadiologist's user avatar
1 vote
2 answers
2k views

Drawing parabola shape using Tikz

I had like to draw a general curve shape (kind of parabola) using Tikz. I have managed to draw half circle as follows (black line): \begin{figure}[htbp] \centering \begin{tikzpicture}[...
Ben's user avatar
  • 423
-3 votes
1 answer
152 views

how to draw the following picture quickly and curly brace?

I know that this picture contains only line but I want to ask how to draw it quickly with tikzpicture? Moreover, how I can draw the curly brace (}) in the figure? Many thanks for your help!
Thomas Edison's user avatar
1 vote
1 answer
653 views

Caption in a tikzpicture drawing

I have this LaTeX: The \caption line at the end breaks the compilation. How could I make this work? Thanks \begin{center} \begin{tikzpicture}[scale=0.2] \tikzstyle{every node}+=[inner sep=0pt] \...
johni's user avatar
  • 123