Graphics, Figures & TablesGraphs in LaTeX

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Frass
Posts: 1
Joined: Mon Apr 04, 2022 7:17 pm

Graphs in LaTeX

Post by Frass »

Hi guys, do you know how to create these graphics?
grafico 2.png
grafico 2.png (48.11 KiB) Viewed 1910 times
grafico 1.png
grafico 1.png (65.24 KiB) Viewed 1910 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

Graphs in LaTeX

Post by Bartman »

The tikz package should be enough for these drawings. The intersections of the lines labeled C and D can be calculated using the library of the same name. In section 13.3.1 "Intersections of Perpendicular Lines", you'll learn how to get to the points labeled G on the x-axis to draw the vertical dashed lines.
User avatar
Ausberto
Posts: 2
Joined: Mon Apr 20, 2020 8:02 pm

Graphs in LaTeX

Post by Ausberto »

Simple,

I use MS PowerPoint to draw this imagem type and after save as PNG transparent.

Use includegraphicx to include in LaTeX document

Ausberto Castro
UENF-CC
Eternal_student
Posts: 8
Joined: Mon Nov 22, 2021 12:35 pm

Graphs in LaTeX

Post by Eternal_student »

It takes 5 minutes to draw a picture like this in Inkscape, then save it as a PDF and use it in a .tex document.
Post Reply