CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
\documentclass{minimal}
2
\usepackage{amsmath}
3
\usepackage[active,tightpage]{preview}
4
\setlength\PreviewBorder{1pt}
5
\usepackage{pgf}
6
\usepackage{tikz}
7
\usepgfmodule{plot}
8
\usepgflibrary{plothandlers}
9
\usetikzlibrary{shapes.geometric}
10
\usetikzlibrary{shadings}
11
\begin{document}
12
\begin{preview}
13
%tikz
14
\begin{tikzpicture}[every node/.style={draw,scale=1pt,
15
minimum width=20pt,inner sep=3pt,
16
line width=0pt,draw=black}]
17
\matrix[row sep=2pt,column sep=2pt]
18
{\node[fill=green]{86};&
19
\node[fill=blue]{87};&
20
\node[fill=green]{88};&
21
\node[fill=red]{89};\\
22
\node[fill=blue]{81};&
23
\node[fill=green]{82};&
24
\node[fill=red]{83};&
25
\node[left color=green,right color=blue]{84};&
26
\node[]{85};\\
27
};
28
\end{tikzpicture}
29
\end{preview}
30
\end{document}
31