% This is a very simple example of pgfplot application.
% Optional lines of code are included and ready to use
% be free to visit:
% http://pgfplots.sourceforge.net/gallery.html
\documentclass{article}[12]
\usepackage[utf8]{inputenc}
\usepackage{filecontents}
\usepackage{pgfplots}
\usepackage{polski}
%\pgfplotsset{compat=newest}
%\usepgfplotslibrary{patchplots}
\title{Test pgfplot}
\author{Konrad Gumowski}
\date{\today}
%\pgfplotsset{width=6cm,compat=newest}
\begin{document}
%\maketitle
This is a project with an example of using the \textit{pgfplot} library. Such a package allows you to create graphs directly from a text data file, but also to draw any functions.
\vspace{5mm}
To jest projekt z przykładem użycia biblioteki \textit{pgfplot}. Taki pakiet pozwala na tworzenie wykresów bezpośrednio z pliku z danych tekstowych, ale też rysowanie dowolnych funkcji.
\input{plot_leroy.tex}
\end{document}