Questions tagged [shapes]
This tag is about shapes, geometric or otherwise, that can be drawn directly with LaTeX commands or with a related package.
210 questions
5
votes
1
answer
49
views
Apply transformation xslant to node shape but not text
I want to create a multi part parallelogram input block for a flowchart.
There is no multi part trapezium shape that exist so for now I used a standard rectangular multi part shape with the xslant ...
3
votes
2
answers
277
views
Drawing a tank consisting of a cylinder topped with a hemisphere of the same radius
I’m working on a visualization to accompany a math problem:
"A water tank consists of a cylindrical part with radius r and
height h, topped with a hemispherical dome. The tank must be built to
...
3
votes
2
answers
356
views
Tikz: How to draw an arrow between two circles so that the spike touches the outer circle line?
This picture explains the Quantum Tunneling effect which is used for quantum annealing. I have found it in a magazine and want to recreate this in Tikz.
I think the sinus wave is not really necessary....
4
votes
2
answers
225
views
Filling sectors of an ellipse
I want to compare Kepler's second law (equal area for equal times) with Feynman's proof of the inverse square law which uses sectors of equal angles. The filling of the elliptical sectors works in the ...
2
votes
1
answer
54
views
Positioning a \draw shape freely on page
I'd like to simply move the bar that runs along the top of the page to the left, so it aligns with the other two boxes I have there. I've tried everything!
\documentclass{article}
\usepackage[utf8]{...
2
votes
2
answers
233
views
How do you put cylinders (shapes.geometric) perfectly on top of each other (coin tower)?
How do you put cylinders (from th shapes.geometriclibrary) perfectly on top of each other (to build a coin tower)?
\documentclass[margin=5pt, varwidth]{standalone}
\usepackage{tikz}
\usetikzlibrary{...
2
votes
1
answer
69
views
Annotation on the top surface of a shape.geometric cylinder
How can I put the "5 cents" annotation on the top surface of a shape=cylinder in a 3D adjusted way?
And use the entire area as much as possible.
Real photo:
Note: I tried to use the ...
3
votes
2
answers
171
views
Declaring heat exchanger shape
community,
I am trying to create a new figure that is supposed to be a schematic simplification of a condenser. Essentially, it consists of two parts:
A rectangle representing the shell. It should ...
2
votes
1
answer
49
views
Dots connected with lines in cells of a LaTeX table (flowchart)
In my current work I need to prepare a table (called "technological flowchart") in which cells need to contain dots (see the picture below, sorry for the Hungarian language), and the certain ...
0
votes
2
answers
103
views
Is there a way to have a shape with curved corners that contains text? [closed]
Something like this. I am really bad with art on digital or paper, and I want to use that to latex to write an article thing because its more programmatical which I am good with, and because its ...
1
vote
1
answer
109
views
Draw the complementary circle part
My intention is to represent the molecular docking in a very schematic way. What you see here is the protein, and the cavity represents its active site. To represent the ligand molecule I would need ...
3
votes
1
answer
110
views
Rotating triangle
\documentclass{article}
\usepackage[usenames,dvipsnames,pdftex]{xcolor}
\usepackage{tikz}
\usepackage{ifthen}
\newcounter{density}
\setcounter{density}{20}
\newcommand{\trianglee}[2]{
\begin{...
2
votes
1
answer
176
views
Smooth closing of circular arcs
I try to draw a closed shape by using circular arcs with following code:
\documentclass{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[step=1.0,black,thin] (-10,-10) ...
2
votes
1
answer
132
views
3D Plastic Effect on Custom Shape in TikZ
I'm trying to produce a 3D effect on a shape using the code below. The image on the left shows my current output, and the image on the right is a mockup of the effect I'm aiming for, which I created ...
7
votes
2
answers
316
views
How to create a curved cylinder in TikZ with a custom base shape?
I’m trying to create a curved cylinder in TikZ with a specific base shape. Here is the base shape I want to use:
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{calc}
\begin{document}
%...