Skip to main content

Questions tagged [graphs]

Graphs are (1) graphs of functions or (2) sets of nodes and edges.

5 votes
4 answers
292 views

First attempt to create a graph with TikZ. More precisely, I want to be able to create figures like the following one. After much trial and error, I was able to get something close with the code ...
Dimitrios ANAGNOSTOU's user avatar
-1 votes
1 answer
111 views

$$ \begin{array}{c|c} \hline \text{t} & \text{C(t)} \\ \hline 0 \le t \le 3 & 7 \\ \hline 3 < t \le 8 & 7 + t \\ \hline 8 < t \le 28 & 18 \\ ...
Alexis Hooper's user avatar
1 vote
0 answers
111 views

I’m trying to draw a smooth curve that passes through a set of given points in TikZ. I’ve experimented with several approaches, including plot[smooth], to[curve through={...}], and the hobby library, ...
RiverSage's user avatar
6 votes
6 answers
642 views

Here is what I want to draw, and it is color sensitive, also the vertices need not be very big: Any help will be greatly appreciated! EDIT: This is what I have but then I need the coloration please? \...
Intuition's user avatar
  • 223
0 votes
0 answers
54 views

I am attempting to make a set of Anki flashcards for a Calculus class but cannot figure out how to add graphs. Is there a method to include a visual representation of functions within Anki? For ...
SpreadingKindness's user avatar
3 votes
2 answers
195 views

I'm trying to create a horizontal timeline with lots of simultaneous events. Think of something like the American presidents, British monarchs, Catholic popes, and significant world events. I've ...
novelgazer's user avatar
0 votes
1 answer
78 views

Using the long division or synthetic division calculate p(x)=x^3+4x+7x+12 and d(x)= x+3
Maria Zulu's user avatar
5 votes
1 answer
112 views

I have the x axis of my data in volts, but I want to show it in millivolts, therefore I want to multiply the tick label numbers by 1000 while positioning the labels correctly relative to my data. I ...
UkuNano's user avatar
  • 53
-1 votes
3 answers
88 views

How can I do this in latex so the spacing and format is nice? {Some text} / | \ {text} {text} {text}
Chas Merrill's user avatar
2 votes
1 answer
88 views

I am learning about TikZ and its extensive graph path commands. I want to have node labels outside the nodes, and to the left of them. Here is the MWE. \usepackage{tikz} \usepackage{pgfplots} \...
Anirudh's user avatar
  • 35
3 votes
1 answer
181 views

I am very new to LaTeX and its surrounding infrastructure. I am trying to write a technical paper on LaTeX using the TikZ package. However, I am finding it difficult to draw the images in the format I ...
Towfiq Ahmed's user avatar
6 votes
2 answers
203 views

This is my first time using TikZ and pgfplots, and I've been trying, to no avail, to color the area enclosed by the graphs of the functions x^2 - y^2 = 9 and y = 4x - 16. My problem is that ...
Magnivul's user avatar
0 votes
1 answer
121 views

I am trying to draw a double complete directed graph. Currently I can draw a complete graph as shown below. \usepackage{tikz} \usetikzlibrary{graphs,graphs.standard} \documentclass{article} \begin{...
AJMullen's user avatar
0 votes
1 answer
94 views

Is there a way to add a shape, such as a rectangle, near the end of an edge? The image shows the red and blue rectangles near the end of an edge that I want to create. Untill now I haven't found a way ...
Hessel Jonker's user avatar
0 votes
1 answer
52 views

I successfully used TikZ to create three graphs, but encountered difficulty with the expex package (which I use for linguistics examples) when trying to display the graphs side by side. The attached ...
Kelvin Hu's user avatar

15 30 50 per page
1
2 3 4 5
81