Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 1932
1
\documentclass{article}
2
\usepackage[utf8]{inputenc}
3
\usepackage[T1]{fontenc}
4
\usepackage[croatian]{babel}
5
\usepackage{tikz}
6
\usepackage{pgfplots}
7
\pgfplotsset{compat=1.9}
8
%\usepgfplotslibrary{plotmarks}
9
\usetikzlibrary{plotmarks}
10
\title{Matplotlib2tikz}
11
\author{Ivica Nakić}
12
13
\begin{document}
14
\maketitle\thispagestyle{empty}
15
\begin{center}
16
\input{graf.tikz}
17
\end{center}
18
\end{document}
19
20
%sagemathcloud={"latex_command":"pdflatex -synctex=1 -interact=nonstopmode matplotlib2tikz.tex"}
21