tikz Questions

4

Solved

How can we use plantuml UML tool in iPython notebook? It should helpful for us since UML figure is frequently used during paper work. After some google from internet, I have found one excellent re...
Denysedenzil asked 30/11, 2013 at 17:27

1

Solved

I am trying to save a figure using tikzplotlib. However, I am encountering an AttributeError: 'Legend' object has no attribute '_ncol'. I am currently using tikzplotlib version 0.10.1 and matplotli...
Cubeb asked 31/3, 2023 at 15:27

3

I'm creating some graphs for my thesis in a single .tex file using the TikZ package in LaTeX. I'm using the standalone document class so that my graphs are generated without whitespaces. How can ...
Persecution asked 23/4, 2015 at 11:51

2

my preamble is currently looking like this: \documentclass[12pt,a4paper]{scrartcl} \usepackage[T1]{fontenc} \usepackage[ngerman]{babel} \usepackage{float} \usepackage[utf8]{inputenc} \usepackage{s...
Advancement asked 30/6, 2016 at 22:6

2

Solved

Is there a simple way to increase the size of an arrow tip using something like: \tikzset{myptr/.style=->, ????} without designing a new arrow style from scratch?
Stemson asked 13/6, 2015 at 19:22

2

I am learning Tikz and hope somebody can help me achieve the following i.e. I want to draw a directed arc between objects in an equation. Below is a picture of what I am trying to achieve. I have ...
Noblesse asked 26/5, 2021 at 9:59

1

There are many ways of exporting R graphs and R Tables quickly into LaTeX using the R tikzDevice (on the R side) and the LaTeX tikz package (On LaTeX side). Have a look at this blog article for mor...
Mcknight asked 6/1, 2018 at 12:34

4

Solved

This is what I'm trying to do \begin{tikzpicture} [node distance = 1cm, auto,font=\footnotesize, % STYLES every node/.style={node distance=1.3cm}, comment/.style={rectangle, inner sep= 5pt, t...
Eratosthenes asked 5/6, 2010 at 4:47

3

Solved

I'm trying to figure out how to draw an edge between a node in tikz and the label of an edge between two other nodes. Here's an example of what I'm trying to do: Here's my code: \documentclass[11p...
Linhliniment asked 12/12, 2015 at 5:53

2

I have the following code in an rmd file which leverages tikz for diagrams: --- title: "TestNonTufteLua" author: "Me" output: pdf_document : latex_engine: lualatex --- Prove tikz works: ```{r t...
Kutuzov asked 10/3, 2018 at 18:0

4

When using pdflatex with -output-directory I run into issues when externalizing tikz figures. While the .md5 files are created where I expect them the command creating the externalized picture file...
Boresome asked 23/11, 2016 at 15:32

1

Solved

I am trying to use the subfigure method shown at https://www.latex-tutorial.com/tutorials/figures/ to make side by side plots but I can't seem to adjust the size and get them to go side by side...w...
Moschatel asked 23/2, 2020 at 21:1

2

I've just started using Latex to produce a maths-heavy document. I wanted to include a probability tree and found the Tikz library. The first bit of the code for my tree looks like: %To create pro...
Iridescent asked 1/6, 2015 at 16:38

1

Solved

I am trying to add some color to my matrices in sphinx. I was using hf-tikz for it before. However, when I add it to Sphinx, it renders it incorrectly. The result that I am trying to get is The...
Punchy asked 20/7, 2019 at 17:43

5

Solved

I'm creating graphs in pgf/tikz. When I use these in my document they are scaled, several are in minipage/subfig like environments. When this happens the font sizes are scaled with the graphics mak...
Doucet asked 10/2, 2010 at 15:31

1

I'm guessing this has been done in a thread before, but I've just spent two hours reading various threads and cannot get my head around a very basic question. Long story short: I'm trying to creat...
Prissy asked 20/5, 2018 at 6:33

1

I need to draw a weighted graph using LaTeX but I don't know how to put the numbers on the edges. The numbers are like the costs of each edge. The graph can be drawn by this: \begin{tikzpicture} \...
Hornstein asked 30/8, 2018 at 1:31

1

Solved

Below is my experimental RMarkdown document (named tikz-cyrillic.Rmd): --- title: "TikZ cyrillic test" output: pdf_document: keep_tex: yes latex_engine: xelatex dev: tikz html_document: defau...
Flytrap asked 4/8, 2018 at 21:8

1

Solved

I have started to learn TikZ for producing figures however I am still being limited to very simple drawings (lines, texts, etc.). Almost all the figures I need to build will ressemble 3D rectangula...
Nephron asked 2/5, 2018 at 9:17

3

Solved

I'm trying to draw a horizontal line across my diagram. The Y coordinate of the line should be halfway between points a and b (a is below b). The left and right endpoints of the line are on the bou...
Poleaxe asked 19/10, 2009 at 13:3

1

Solved

I expect this question has already been answered a thousand times, but I just cannot find a solution to my issue =( I want to calculate some values in LaTeX (TikZ), some of which are lengths (e.g....
Surfbird asked 29/1, 2018 at 19:1

1

Solved

I have a tikz picture: \documentclass{standalone} \usepackage{tikz} \usetikzlibrary{positioning, shapes, shadows, arrows} \begin{document} \thispagestyle{empty} \tikzstyle{abstract}=[circle, draw=...
Knepper asked 10/10, 2017 at 23:2

1

I use the following code to create a box for equations. It uses Tikz to create the box. \documentclass[a4paper]{article} \usepackage{tikz} \usepackage{amsmath} \usepackage{amsmath,amssymb}% pour l...
Depopulate asked 2/4, 2016 at 11:21

1

Solved

I'm new on using the latex package Tikz, and I'm trying to write a Tableau. My problem is to create sufficient space between sibling so that I can put a label in the center. This is what I've done....
Tuppence asked 21/7, 2017 at 16:50

2

Solved

Hi I really have googled this a lot without any joy. Would be happy to get a reference to a website if it exists. I'm struggling to understand the Hadley documentation on polar coordinates and I kn...
Wavy asked 28/11, 2012 at 22:29

© 2022 - 2025 — McMap. All rights reserved.