Questions tagged [drawing]
The drawing tag has no usage guidance.
21 questions
1
vote
1
answer
61
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 ...
0
votes
1
answer
206
views
What's the most practical way to draw such a thing?
I'm just trying to learn graphical packages (tikz, pgfplots..) and I would like to see how a more expert user would approach such a drawing.
1
vote
2
answers
81
views
New latex symbols : 4 curve option in calculus
I'm working on some Calculus notes for a class I'm teaching, and I'm at the point where we study the curves and use the first and second derivative to trace the functions. For my table, I need 4 new ...
0
votes
1
answer
76
views
Replicating brownian distribution of particles
I need to replicate this picture
I need to replicate this drawing
As you can see, this is a representation of the colloidal particles distribution within a solvent. The concentration of particles ...
0
votes
0
answers
52
views
draw a Rectangular cuboid ABCDEFGH [duplicate]
I need draw a Rectangular cuboid so I have this code
\documentclass[a4paper,12pt]{article}
\usepackage{tikz}
\tikzset{every picture/.style={line width=1.5pt}}
\begin{document}
\begin{...
0
votes
1
answer
74
views
How to draw a sequance of arrow forming a specific form
How to draw a sequence of arrows as in the following picture?
It is pretty clear to me how to do the stright sequence of arrows using tikz, but the cycle one is not.
0
votes
0
answers
38
views
Is there any online link for drawing / graphing without coding yourself? [duplicate]
Is there any tools or website that help drawing and graphing just by draw it out in a draft, then make it a file of image, then upload the image and get the latex code for it ? In addition, is there ...
1
vote
1
answer
49
views
How to draw edge between points in two different tikz-pictures
how can I draw an edge between point a (=O) in the first picture and d (=1) in the second picture:
\usepackage {tikz}
\usetikzlibrary {shapes,arrows,positioning}
\begin {tikzpicture} [-latex, node ...
2
votes
1
answer
58
views
Drawing between plots with groupplots pgfplots
I am trying to create a zoom effect for the plot on the left. I make a box in it and I want to draw lines from two corners of the rectangle going to the plot on the right. I thought it might be ...
3
votes
2
answers
701
views
How to draw 3 equal circles inside a circle in tikz or other way?
I want to draw equal circles inside a circle using Tikz-pgf or other way as in the below image (please forget the numbers inside the small circles):
To draw a circle, we can use:
\begin{tikzpicture}
...
1
vote
0
answers
75
views
Interesting weird TikZ behaviour
I was trying to draw a grid of points with the weights of the points as the average of x and y:
\usepackage{tikz}
...
\begin{center}
\begin{tikzpicture}
\foreach \x in {1,2,3,4,5,6} {
\...
0
votes
2
answers
131
views
How can I use tex to draw an ellipse with three arcs?
The picture is as follow, I hope it can be filling with colors and also with the numbers. The curvature of an arc matches to the ellipse.
-4
votes
1
answer
130
views
How to draw this Picture in LaTeX? [closed]
How to draw this picture in LaTeX.
0
votes
0
answers
26
views
Text and pspicture are covering eachother
I'm a beginner in drawing with LaTeX and I recently achieved to draw a super cylindric marker for my physics lectures. But ... now, trying to write the text with it, and a big problem showed up, the ...
1
vote
1
answer
91
views
trying to add an image, a drawing and a circuit at the same time but got wrong
Here, I am trying to draw a circuit and draw an image of how the layers would be looking like and also add an image of the element but they look so ugly. They are so close to each other and not at the ...
2
votes
1
answer
328
views
Drawing the fundamental domain with TeX
I am new to using TeX as a tool to draw something, I am just familiar with typing formulas etc.
How can I draw the fundamental domain of the action of the special linear group acting on the upper half ...
1
vote
1
answer
173
views
Circle rows in a matrix and add comments aside
I am trying to modify my bmatrix by circling a row, and adding a \sum symbol as well as circling few other components and writing above them, as seen in figure below:
My matrix code is the following:
...
0
votes
1
answer
57
views
Drawing lines with node and text
Please can someone help me draw this in latex? My attempt is below
\begin{tikzpicture}[xscale=2]
\draw [thick, draw=black, *-*] (0,0) -- (7,0);
\node[circle,fill=black,inner sep=0pt,minimum size=...
-1
votes
2
answers
166
views
Please can someone help me draw this in a latex. I'm not good in tikz [closed]
Please can someone help me draw this diagram
2
votes
2
answers
888
views
Tangent, Normal and Binormal Vectors
I want to draw a schematic figure which illustrates the coordinate system relationship between the Cartesian coordinate system and the helix natural coordinate system. Which tools (eg. tikz-3dplot, ...
0
votes
1
answer
692
views
Help with TIKZ drawing and shading regions limited by a curve
I need to create the picture below in Tikz. I cannot shade the two asymmetric regions as depicted. Any help is much appreciated.