Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
38 views

Tikz figure arrowstyle for Schematic energy band representation of a semiconductor

I'm trying to replicate the arrow style from one TikZ figure in another. Specifically, I want to change the arrows in the first image to match those in the second image. \begin{figure}[H] \centering \...
Yosef Hamdellah's user avatar
2 votes
1 answer
83 views

How to Reproduce a Specific Economic Equilibrium Diagram with TikZ

I'm trying to reproduce a figure from a textbook that depicts international trade equilibria with sanctions using TikZ in LaTeX. Despite my efforts, the resulting figure from my code doesn't closely ...
Yusef Hamdellah's user avatar
-2 votes
1 answer
53 views

How to draw the depicted contour in tikz? [closed]

How may I draw the following image as a tikzpicture?
Robin's user avatar
  • 179
1 vote
1 answer
81 views

How to uniformly distribute pics on a curve?

I want to create a path in the form of a Bezier curve and place pic figures evenly along the path. In this example, the pics are only placed between the last two points of my curve and they are not ...
krysttof's user avatar
1 vote
1 answer
42 views

LaTeX reserving space for undrawn coordinates

I'm trying to write a function to ease the drawing of figures. I called this function \drawcurve as is shown below. It's purpose is to create a curve between 2 lines indicated by coordinates in it's ...
Siebe Arnout's user avatar
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
0 votes
1 answer
457 views

Define a pic and use it as node

My purpose is draw an horizontal cylinder. I defined the left and the right base with /.pic . Now I would link these bases with \draw, using the bases anchor point .north and .south. Something goes ...
user3713179's user avatar
1 vote
1 answer
92 views

Cartesian coordinates with rectangles on axes and lines bounded elements

I need help in the pictures below. I can not draw the rounded rectangle upon the two axes, the line like U in the pictures on the left, and the line bounded the elements in the picture on the right. ...
Minh's user avatar
  • 173
1 vote
1 answer
198 views

Bin packing problem diagram // Latex

I need a diagram/graph like this on a latex document. I don't know neither the library to make this nor a source/example code. Any info will help me! Thaks.
jpnant's user avatar
  • 13
1 vote
1 answer
343 views

Is TikZ most appropriate for drawing cartoon for Latex documents? If not, is there any suggestion on which software might be preferable?

For example, I wish to draw simple figures such or and include them as vector graphics in Latex documents Is TikZ the most appropriate tool to use? Meaning, how difficult/time consuming would it be ...
Sin Nombre's user avatar
0 votes
1 answer
236 views

Absolute position of a drawing on the sheet

I would like to correct a little the position of the drawing (it's a very large drawing, but it's a block in itself). The code is really simple (I'm just starting with Tikz): \documentclass{article} \...
Joncarre's user avatar
  • 325
0 votes
0 answers
136 views

Self Learning (pgfplots, asymptote) in systematic manner from ab initio

Kindly guide in order to self learn in a systematic manner the following Pgfplots Asymptote for 2D and 3D drawings. Thanks
Raja Ali Riaz 's user avatar
1 vote
1 answer
117 views

How to create a simple box that contains another box in Beamer?

I would like to create something like, or Does anyone know how to create these simple diagrams? Note: corner need not be rounded. Text need not be Hello World. Edge color need not to be blue.
Coco Jambo's user avatar
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
1 vote
2 answers
1k views

How can I draw this figure about Hidden Markov Model?

How can I draw this figure about Hidden Markov Model?
QIAN HAN's user avatar
2 votes
1 answer
2k views

different colours and customizations for individual vertices/nodes for a tikz graph

So I draw my graphs like \documentclass{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture} \tikzset{Bullet/.style={fill=black,draw,color=black,circle,minimum size=3pt,...
voices's user avatar
  • 2,059
4 votes
2 answers
3k views

Generating adjacency matrices from isomorphic graphs

Here are some isomorphic graphs and their corresponding adjacency matrices. I can draw the graphs with tikz. But I'm not sure the best way to draw the matrices. Is it possible to generate one from ...
voices's user avatar
  • 2,059
1 vote
0 answers
472 views

Placing a tikz under a text [closed]

I drew two tikz pictures and I placed them side by side. The issue I have that that how to make them placed right below the text "The above remarks completes all the steps we need for Green's approch."...
Mal JA's user avatar
  • 401
4 votes
1 answer
183 views

making a cartoon plot of some grids using tikz

I want to use latex to generate similar figure as following plot using tikzpicture. For instance using the example given here \documentclass{article} \usepackage{tikz} \begin{document} \begin{...
Dalek's user avatar
  • 553
5 votes
1 answer
357 views

How to add fill in a \pic?

I wrote a TikZ pic for a simple database icon (first picture below). What I want is to hide the two edges that are behind overlaying boxes, similar to the second picture. I thought I could add a white ...
user65560's user avatar
  • 5,545
3 votes
1 answer
286 views

How to cross out few entries in table?

I want to create a table similar to one shown below. I know how to create a table using tabular environment but I don't know how to put these red horizontal lines that eliminate few of the entries ...
NAASI's user avatar
  • 2,889
1 vote
3 answers
549 views

TikZ draw objects with fields

How can I draw using TikZ (or other libraries) something like this:
zvisofer's user avatar
  • 137