Search found 1 match

by boxus
Sun Mar 26, 2023 12:47 pm
Forum: Graphics, Figures & Tables
Topic: graphics and loops
Replies: 1
Views: 2412

graphics and loops

Hello, friends! I have a simple code for drawing blue dots:
\documentclass{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.16}
\usetikzlibrary{arrows.meta}

\begin{document}
\begin{tikzpicture}
\pgfmathsetmacro\m{5}
\pgfmathsetmacro\n{4}
\begin{axis}[
xmin=0, xmax=\m, ymin=0, ymax=\n ...