Tagged Questions
The pgf tag has no wiki summary.
8
votes
2answers
1k views
How to get one component of a tikz/PGF coordinate?
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 ...
7
votes
1answer
2k views
Tikz: horizontal centering of group of nodes
I need to align each row of the graph to the center. I am trying to do it with xshift. Here the code:
\begin{tikzpicture}[node distance=1.5cm, auto, text centered]
\tikzstyle{every ...
6
votes
1answer
638 views
Software to draw graphical models in plate notation
So I see graphical models expressed in plate notation in research papers and online all the time (for example: http://www.cs.princeton.edu/~blei/papers/BleiNgJordan2003.pdf).
Is there a quick and ...
5
votes
2answers
9k views
How to control font sizes in pgf/tikz graphics in latex?
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 making ...
4
votes
1answer
242 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 ...
3
votes
1answer
609 views
pgf/tikz: String Symbols as Input Coordinates
I'm new to pgf so i was trying out some examples from the pgfplot manual. One example is especially relevant for my current task but, alas, it would not compile.
Here is the code:
...
3
votes
1answer
2k views
Aligning matrix nodes in tikz
Another question about aligning nodes using matrices in tikz.
Consider the following:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{matrix}
\begin{document}
\begin{tikzpicture}
\matrix ...
3
votes
2answers
559 views
Compare floating point numbers in Latex
I am trying to use \ifthenelse to do a floating point comparison. This is the pgf/tikz code, which works if \y is integer only, but not otherwise:
\foreach \y in {3,3.5,...,6} {
...
3
votes
1answer
304 views
The way to find out whole picture width in PGF (Latex)
I've got a latex macro that draws a picture using PGF and Tikz according to given parameters. The width of picture drawn depends on these parameters.
PGF automatically calculates the resulting width ...
3
votes
1answer
4k views
Control font size in graphics in LaTeX when scaling in minipage/subfig?
I am using pgf/tikz graphics and I'm wondering how one can control the scaling of font sizes in the graphics when using them in minipage/subfig environments?
Is there a way to manually set a ...
2
votes
1answer
241 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
2answers
128 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 ...
1
vote
1answer
1k views
How to Find Intersections with Ellipses in PGF/TikZ
I am trying to display a sphere in PGF/TikZ to illustrate the idea of great circles.
The code for my current result is:
\begin{tikzpicture}
\tikzfading[name=fade right,
left color=transparent!20,
...
1
vote
2answers
618 views
Trees and macros with tikz
I am trying to build my trees using macros but I don't get the result I want. Here is a minimal example:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{trees}
\newcommand{\LeafNode}[1]{%
...
0
votes
1answer
197 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.
...
0
votes
0answers
404 views
pgfplots: Multiple (shifted) stacked plots in one diagram
How can I get multiple stacked plots (ybar stacked, stack plots=y) in one diagram, such that there are multiple stacked bars for the same x-coordinate, each slightly shifted? Is there a way to reset ...
0
votes
2answers
879 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
1answer
796 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,
...
0
votes
1answer
383 views
Positioning of hyperlinked shapes with matrix in tikz
I can draw a hyperlinked shape in tikz using the following code:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{matrix}
\usepackage{hyperref}
\begin{document}
\begin{tikzpicture}
\node {%
...
0
votes
1answer
637 views
Problem with pgfplot label
I want to draw an x-y-diagram with axis labels. Unfortunately the ylabel is misplaced. It looks as depending on the actual data. When the other data line in the sample below is used instead of the ...