4
votes
1answer
77 views

Different xstep and ystep in TikZ with to[path] (precisely to[grid with coordinates])

As it's my first question, I want to say hello first! I am using [grid with coordinates] code from Andrew Stacey answer (link) for How can I show coordinates by grid in TikZ automatically?. I ...
4
votes
0answers
88 views

Is fine-grained grid control possible?

I want to make a variety of checklists which are essentially based on a grid layout. I care about having fine-grained control over the exact placement of labels and boxes. I do not care about ...
9
votes
1answer
101 views

Loop Over Grid File

I have a grid file with data such as: 5 4 0 0 0 0 0 0 1 1 2 0 0 2 2 1 0 3 0 0 3 1 where 5 is the width of the grid, 4 is the height, and each number in the grid corresponds to an elevation. I can ...
2
votes
0answers
198 views

Off Grid Circuitikz Symbols

Shouldn't circuits line up on the grids? Otherwise, drawing code get messy -- really quick. I have found pins-to-grid alignment to be common practice in most the Schematic/Diagram programs I have ...
5
votes
2answers
233 views

Tikz and pgf: Grid of Dots with Text and Circles

I wish to have a grid of points or dots along with the labels, and combine them into a single figure like the one below. I tried the closest graph I can for the first grid in the top left, and ...
6
votes
1answer
370 views

Change the appearance of grids in pgfplots

I am asking if there is a command in the pgfplots package that changes the appearance of the grid in terms of kind of the lines. What I mean is how to change the kind of lines. I have read the ...
9
votes
1answer
314 views

Missing horizontal or vertical lines when drawing backwards TikZ grids

Look at next code, when I want to draw a grid from right to left or top to bottom, vertical or horizontal lines are not drawn, even with xstep=-1 or ystep=-1 (as it's suggested in Jake's answer in ...
6
votes
1answer
319 views

Grid missing horizontal lines

The following code: \begin{figure}[!t] \centering% \begin{tikzpicture}[xscale=1,yscale=1,auto, inner sep=0pt,remember picture] \node[anchor=north west,inner sep=0] (image) at (0,0) ...
3
votes
1answer
311 views

Changing grid size in tikz-timing package

The grind in the figure contain a grid of 2x8 squeezers (2 rows and 8 columns) and I use 4 elements. How could I tell tikz-timing to use a grid of 1x4 squeezers? Below is an example of my code: ...
3
votes
1answer
318 views

Grid customized

I would like to build a grid such as the figure shown below where each grid point is surrounded by some of the two curves that describe below. First curve: an outline around the point forming a ...
8
votes
1answer
385 views

Canvas transformation of grid to curvilinear grid

I would like to draw a curvilinear grid/mesh like this (sorry for freehand drawing) I thought the easiest (and most elegant) solution would be to apply a canvas transformation to a regular grid in ...
19
votes
3answers
2k views

How can I show coordinates by grid in TikZ automatically?

I have the following TikZ code which draws a grid and shows the coordinates. To display the coordinates I am using the loop foreach. \documentclass[12pt]{article} \usepackage{tikz} \begin{document} ...
11
votes
5answers
715 views

TikZ Grid Without Edges

I have a TikZ grid \draw[step=0.5cm,color=gray] (0,0) grid (3.5,3.5); But I'd like to draw the grid without edges, or with half of the edges cells missing, so that it appears to be a small section ...
18
votes
2answers
1k views

Tikz Polar Grid

I'm working on a Smith Chart using TikZ. Currently I'm writing it with everything scaled to a unit circle (centered on 0,0 with a radius of 1) without units. Then scaling so it's a reasonably sized ...
4
votes
3answers
963 views

Fill a grid with TikZ

How do I fill a grid in TikZ? I want to do something like: \draw[draw,fill=red!20] (0,0) grid (2,2); instead of manually drawing 4 rectangles.
8
votes
3answers
967 views

Drawing a tree of grids

I need to draw a game tree that is similar to the image below. Is there any way to do this using the Tikz package so that the grids can simply be added as nodes?
11
votes
2answers
630 views

Missing TikZ grid borders

As in here, the code \draw[step=0.5cm,color=gray] (-1,-1) grid (1,1); gives me a nice finite 4x4 grid. But when I choose a different starting point, like \draw[step=0.5cm,color=gray] (2,2) grid ...
23
votes
3answers
2k views

How to draw triangular grid in TikZ?

Is there an easy way to draw a triangular grid in TikZ, like this?