All Questions
3,208
questions
-2
votes
0
answers
38
views
how to draw an ellipse inside a circle if possible [closed]
I used to have a manual on how to draw in Latex just using the basics of what i have in miktex but i cannot find the manual. NOt using any special tikz or anything like that but just the miktex that i ...
0
votes
1
answer
38
views
pst-plot transparency, wedge line and anchor
I am trying to reproduce the following plot (ignoring the grey background):
For that, I want to use the pst-plot package inside a document I build with LuaLaTeX (this is important). I am close, but ...
1
vote
0
answers
62
views
2024 revision on radar plots - LuaLaTeX solution
Following up on this question, I want to create similar radar-like plots, and was looking for an appropriate 2024 update to do this (to integrate in a document I build with LuaLaTex).
The accepted ...
4
votes
3
answers
435
views
Need Help Improving My ABC Algorithm Flowchart in TikZ (After Many Attempts)
I’m working on a project that requires creating a flowchart for the Artificial Bee Colony (ABC) algorithm using TikZ in LaTeX. However, I’m struggling with getting the boxes aligned, avoiding overlaps,...
1
vote
0
answers
80
views
Procedural rendering methods in TeX and easier ways to draw classic ("Roger Penrose") "hand-drawn" style pointillist filled illustrations in TikZ? [closed]
Is there an easier way to do in TIKZ some of the things hand-drawn illustrations do? (Think those by Roger Penrose or anything that was common in 1950's to 1970's McGraw-Hill, Prentice-Hall, and the ...
0
votes
1
answer
63
views
Best way to generate anyon worldline diagrams
In the literature on anyons, I often see nice worldline diagrams like this:
Does anyone know of an efficient way of generating such diagrams?
5
votes
3
answers
295
views
Graph with figures instead of nodes
everyone.
I'm trying to use the Tikz library to create a kind of graph as shown in the picture below (I made the picture in Inkscape). But I need to edit the figure continuously. And for me it's not ...
4
votes
1
answer
99
views
Why doesn't --cycle goes back to the first point, when the points are labeled using the blochsphere package
I want to draw a shape inside a Bloch Sphere using the blochsphere package. Here's a MWE:
\documentclass{standalone}
\usepackage{blochsphere}
\begin{document}
\begin{blochsphere}
\drawBallGrid[...
2
votes
1
answer
72
views
Drawing latitudinal line on a sphere associated with a given angle of elevation
I am trying to create a function which would draw a unit cone, a unit sphere and an intersection between them as a dashed line where invisible and as a solid line where visible. So far I have only ...
2
votes
1
answer
84
views
Tikz graph drawing help, Hertzsprung–Russell diagram
I am trying to draw a Hertzsprung–Russell diagram. Not a completely accurate diagram with data. just a diagram that looks a bit like the one insert.
I can get it a bit right but I am having trouble ...
0
votes
1
answer
44
views
How to use LaTeX to draw the dominance order diagram of Young diagrams as shown below? [closed]
This is the case for n=6 that I found on Wikipedia. Now, I want to draw the case for n=7. Although I can manually plot the desired squares in a coordinate system and position them correctly, then add ...
3
votes
1
answer
73
views
Making a tree diagram up and down child nodes growing using Forest
i have been working on Forest trying to create a problem tree using Overleaf, but most info handle one side growing branches. I want to replicate the attached image and i've tryied many ways but ...
1
vote
2
answers
544
views
Hello, i want to replicate the Möller's diagram in Latex, Does Know to replicate it? Thanks
Want to replicate this graph and don't know packages very well to get started drawing. Please any direction would help.
0
votes
1
answer
55
views
Snake diagram and caption with tikz-cd
I want to create the following picture.
The current code is as follows. However, I want to add 7 zeros and a caption. But adding them breaks my diagram. Regarding the caption, I may need to change ...
0
votes
1
answer
98
views
Gate-All-Around FET (GAAFET) nanosheet 3d illustration
I'm trying to create a 3D representation of a GAAFET (Gate-All-Around Field-Effect Transistor) nanosheet using TikZ in LaTeX. I have attempted a 2D schematic, but I would like to improve it and create ...