All Questions
Tagged with drawing tikz-graphdrawing
1 question
1
vote
0
answers
75
views
Interesting weird TikZ behaviour
I was trying to draw a grid of points with the weights of the points as the average of x and y:
\usepackage{tikz}
...
\begin{center}
\begin{tikzpicture}
\foreach \x in {1,2,3,4,5,6} {
\...