TikZ is a set of higher-level TeX macros for producing vector graphics that use PGF (Portable Graphics Format)

learn more… | top users | synonyms

0
votes
0answers
6 views

How to place a symbol under an arrow in Latex when using tikz package [migrated]

I'm using the tikz package in LaTeX to construct a feedback loop for a control system as a part of a paper on control systems. The problem I'm running into is that I would like to place symbols under ...
0
votes
0answers
12 views

pgfplots grouped bar chart from file [migrated]

I am trying to create a grouped bar chart with pgfplots from a file that contains a data table. However in the resulting picture the bars are not grouped but on top of each other. Every working ...
1
vote
1answer
52 views

Knitr and tikzDevice not working together with article options

I have a problem with knitr and tikzDevice, like someone before me. (See http://tex.stackexchange.com/questions/106057/tikzdevice-is-not-getting-sizes-right-knitr/106595#106595 .) He used dev.args to ...
0
votes
0answers
40 views

LaTeX shapes positioning [closed]

Hello! I am new in LaTeX. I have a converter project which converts an ODP presentation to LaTeX Beamer. I have converted the texts with formats successfully, but I can't convert the shapes. The ODP ...
-1
votes
2answers
109 views

What is the best technology for drawing trees and graphs?

What is the easiest, clearest way to draw graphs and trees for CS theory assignments? I am not happy with any of these solutions: text-based: ugly tikz latex package: cumbersome for larger trees ...
1
vote
1answer
526 views

ggplot Donut chart

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 know ...
0
votes
1answer
84 views

How to change color and shape in a plot

I am using tikz to plot a graph using a construction like: \draw plot [mark=ball] coordinates { (0,0) (1,1) ...}; However I would like to be able to change the color and the shape of the ball -- ...
1
vote
1answer
167 views

Emacs Org-Mode List with TIKZ nodes exporting incorrectly to Xelatex Latex

How do I include Tikz Nodes inside of a list environment without the org-mode latex export breaking the environment? I have some code, which create braces along several list items using Tikz. The ...
0
votes
0answers
361 views

Latex: Stacked Bar Chart: Total values instead of differences [closed]

Consider the following example from http://tex.stackexchange.com/questions/38383/stacked-barplots-and-text-labels-in-x-coordinate In this example the bars are stacked, i.e. the bar "Komp" has a value ...
0
votes
0answers
251 views

Knitr: surround plot with a tikz frame [closed]

I usually put figures in my LaTeX documents in a tikz frame. The definition of the frame node I use is: \tikzstyle{pictureframe} = [rectangle, rounded corners, draw] And then I do the following to ...
0
votes
0answers
94 views

R to LaTeX through TikZ: plotmeans() chart returns “missing value where T/F expected”

I've searched laboriously through the internet but I can't seem to figure this out. I create in R a plot of means for four groups, with confidence intervals, like this: > tikz ...
0
votes
0answers
246 views

Annotating external PDF graphics with TikZ/PGF [closed]

I tried the solution proposed in : http://tex.stackexchange.com/questions/1449/how-can-should-i-include-annotated-images However, the coordinates don't match with the coordinates I used when plotting ...
1
vote
0answers
176 views

tikz and axes labels

When I use sweave+tikz+ggplot2 or knitr+tikz+ggplot2 the x axis and y axis labels, as well as the main figure title overlap the graphics area of the figure. Sometimes it doesn't overlap, but it is way ...
0
votes
1answer
713 views

How do I draw a label on a loop in tikz

I have adapted the state example (code below). What I would like to know is how to get the X to fall on the loop over node A, or by some other method to show that this path is precluded by being ...
2
votes
0answers
1k views

Gnuplot TiKz Terminal Set Key Font Size

I am having an issue setting the font size of the key (i.e., legend) using Gnuplot with the TiKz terminal. Traditionally, one could add set key font "0,20" to Gnuplot which would change the size of ...
0
votes
1answer
427 views

Multiple Tikz-Trees in a subfigure-grouped figure row

How to put multiple Tikz trees in a subfigure-grouped figure row? As the provided screenshot indicates, every figure/ tree is put in a separate row. I guess that the tree width is > 50% of the line ...
3
votes
2answers
1k views

gnuplot tikz terminal

How do I enable the tikz terminal in gnuplot on Mac Os X(10.6.8)? I have latex with working tikz. Now I installed lua from http://www.lua.org/ and Downloaded gnuplot4.4.4, unpacked it, and run $ ...
7
votes
2answers
895 views

Does anyone know a non-TeX equivalent for TikZ?

Until now i have used Graphviz to programmatically create diagrams and graphs. Recently, I found out about TikZ and I started loving it. However, it would be overkill in some of my intended uses to ...
0
votes
1answer
90 views

why am I getting \tikzexternaldisable as undefined with pgfSweave?

Simple case. R-2.13.2 pgfSweave 1.2.1 pgf 2.10 I define a very simple file to test with. \documentclass{article} \title{Testing pgfSweave figures with tikz device} \begin{document}\maketitle ...
2
votes
1answer
1k views

Using tikz to draw graph with multiple edges between each other

I am trying to draw a (undirected) graph using the Tikz package, such that there exist multiple edges between some nodes in the graph. Is it possible to do such a thing? I tried the following code to ...
2
votes
2answers
509 views

What are the ways to create draw data structures for latex?

I tried tikz/pgf a bit but have not had much luck creating a nice diagram to visualize bitfields or byte fields of packed data structures (i.e. in memory). Essentially I want a set of rectangles ...
2
votes
1answer
804 views

TikZDevice: Add \caption{} and \label{} to TikZ diagram using R

I've created a for loop that outputs several plots (via ggplot2) from R into a single .tex file using the tikzDevice package. This makes it easier to include multiple diagrams from within a latex ...
0
votes
1answer
500 views

pgf/tikz: How to calculate half distance between the x coordinates?

I am trying to create a new node type like this: http://www.live-wtr.ru/leo/Tikz9.png but don't understand, how to calculate x3 = x1 + (x2 - x1) /2 Here I tried to do it, but in vain. ...
4
votes
1answer
351 views

pgfSweave removes tikz-generated diagram

I run pgfSweave on a document that includes both diagrams drawn inline using tikz, and inline R-code. The R-code is executed and perfectly rendered but the diagrams don't appear in the final PDF. ...
6
votes
1answer
578 views

Getting data from a chart that is displayed on a website

I was asked to draw a graph like this one using Latex (more precisely, tikz and/or pgf). This would not be a problem if I had the data, but I don't. All I have is the website from where graphs can ...
6
votes
2answers
642 views

Creating a tikz picture with 2 plots in a row

I've got a question concerning the creation of two plots in a row, using R with Package tikz device to send the tikz to Latex. What I want to do is, plotting 2 graphs in a row. What I did first was to ...
2
votes
1answer
570 views

Installing gnuplot with Lua-Tikz terminal on Mac Os X [closed]

I'm on mac os X and I have gnuplot installed via MacPorts. I want to be able to use the Lua-Tikz terminal (which is kind of present, I can find some gnuplot-tikz.lua files) but I can't. How do I ...
1
vote
2answers
3k views

Simple plot with pgfplots and LaTeX

I've just been searching like an hour on how to draw a simple function in LaTeX, for example f(x)=x^2. The examples I've tried did not work for some unknown reason, most probably because pdflatex ...
0
votes
0answers
428 views

Setting the “domain” of the y-axis for a plot in latex using tikz and gnuplot [closed]

Is ther a way to set the "domain" of the y-axis? \begin{tikzpicture}[domain=0:5, smooth] \draw[very thin,color=gray] (-0.1,-0.1) grid (5.1,5.1); \draw[->] (-0.1,0) -- (5.1,0) node[right] ...
4
votes
1answer
389 views

Creating the EUR sign with pgf/tikz

I'm trying to reconstruct the euro sign in TikZ. My basic guide is http://upload.wikimedia.org/wikipedia/commons/5/57/Euro_Construction.svg The problem I've run into is that I can compute all the ...
6
votes
3answers
1k views

Problems with ggplot and pgfSweave

I started using Sweave some time ago. However, like most people I encountered pretty soon a major problem: Speed. Sweaving a large document takes ages to run, which makes efficient working quite ...
3
votes
1answer
823 views

Using macros with tikzpictures?

I tried to compress a tikzpicture using the following newcommand: \newcommand{\tchild}[3]{ child { node{#2} #3 edge from parent node[above]{#1} } } %intended usage: \tchild{edge label}{vertex ...
2
votes
2answers
552 views

How can I get bended edges in a TikZ graph?

I'm using TikZ to show Prim's algorithm, like in this example on texample.net. How can I get TikZ to create bended edges instead of the straight ones here?
2
votes
1answer
399 views

Tikzpicture on every page

How can I include a tikzpicture on every page? I would like to create a complicated document template (page should be framed, and have a table to hold document information both in the header and ...
0
votes
1answer
596 views

Modular arithmetic on node names in TikZ?

Say I want to construct a circulant graph in TikZ, with a variable number of nodes, labelled v0, v1, ..., v_n-1 for some n of my choice (say, 5). I'd like to be able to use the \foreach command in ...
1
vote
1answer
572 views

Draw chemical laboratory equipment

I need to draw some chemical laboratory equiment setups. It will include Erlenmeyer flask, Bunsen burner and so on. Does TikZ provide support for such drawings?
2
votes
1answer
355 views

Incorrect alignment of nodes in subpictures

I am using tikz to typeset a diagram in a latex document. I have a grid of 'grid-diagrams', with each grid-diagram drawn as a separate tikz picture and then arranged into the grid as nodes. I want ...
1
vote
1answer
1k views

Tikz: How to encapsulate shade in node?

I have this shaded circle: \shade [ball color=black!80!white] (0,0) circle (1); Is it possible to encapsulate it with node style? (Including fixing circle radius?)
0
votes
1answer
399 views

Rounded corners in TikZ trees

When I use TikZ tree with nodes with rounded corners, the connecting lines do not touch the nodes (near corners) but end where would rectangle end. Is there an easy way around it?
0
votes
1answer
1k views

Improving a Tikz Diagram

I have just finished my first diagram in Tikz. It looks as I wanted it to, but am unhappy with how I have 'coded' it: \begin{tikzpicture} [node distance=14mm, item/.style={rounded corners,rectangle, ...
5
votes
1answer
970 views

How to make the grayed-round box using tiks

This is a follow-up question asked here. I need to make a round-grayed box as is shown. Based on the answers, I tried something, but not so fruitful. So, another questions coming. I came up with ...
6
votes
5answers
2k views

Latex, TikZ and separate compilation of chapters and figures

I have fairly large Latex document with a lot of TikZ figures inside. I have a habit of frequent recompilation and it takes forever to compile it using pdflatex. Figures in TikZ take most of the time. ...
0
votes
0answers
479 views

Make TikZ \matrix[matrix of math nodes] use cartesian coordinates?

No matter how hard I try, I can't get it out of my head that (0,0) is the lower left corner and the first coordinate is the horizontal position. Unfortunately TikZ/PGF's wonderful "\matrix (m) ...
5
votes
2answers
906 views

Where can I get a printed TikZ manual? [closed]

The manual for PGF and TikZ weighs in at 560 pages. I would like to have a printed version with a decent binding. Does anyone know where I can get one?
2
votes
1answer
724 views

TikZ coding: How to create space between polygon and the nodes it surrounds?

I'm using TikX with LaTeX to draw a technical diagram. I'm trying to draw an irregular polygon around a group of named nodes in a tree. I've gotten as far as \draw [rounded corners, thick] (node ...
1
vote
1answer
3k views

Problem with Gnuplot 4.4 and TikZ

I'm using Gnuplot 4.4, compiled with Lua support. It supposedly has the tikz terminal. I've successfully compiled my gnuplots to tex using "set terminal tikz". However, when adding this source to my ...
4
votes
1answer
1k views

How can I include a .eps figure within a Tikz simple flow chart?

I would like to create a simple flow chart in latex with the TikZ package similar to the following example http://www.texample.net/tikz/examples/simple-flow-chart/ However I would like to include ...
2
votes
1answer
2k views

How to only round selected corners in a fancytitle box with Tikz

If you take a look at http://www.texample.net/tikz/examples/boxes-with-text-and-math/ the boxes there are with rounded corners. In the examples, both the box itself and the title is a box. I want the ...
5
votes
4answers
2k views

fresh installation of PGF/TikZ crashes, why?

I have a clean CentOS 5.5 machine with tetex installed. Next, I installed PGF/TikZ: wget http://media.texample.net/pgf/builds/pgfCVS2010-06-02_TDS.zip unzip pgfCVS2010-06-02_TDS.zip \cp -r tex ...
1
vote
1answer
906 views

How can I apply a style to existing tikz node on specific slides

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 ...

1 2