Skip to content

Instantly share code, notes, and snippets.

@habedi
Created June 24, 2022 06:47
Show Gist options
  • Save habedi/006a3ec88e8cfa225622e781e16ecc11 to your computer and use it in GitHub Desktop.
Save habedi/006a3ec88e8cfa225622e781e16ecc11 to your computer and use it in GitHub Desktop.
\RequirePackage{tikz}
\documentclass[varwidth]{standalone}
\usepackage{import}
\usepackage{pgfplots}
\usepgfplotslibrary{groupplots}
\pgfplotsset{compat=newest}
\begin{document}
\begin{figure}
\centering
%% Use this to include a Tikz file
%\input{figure.tikz}
%% Use this to include a PGF file
\resizebox{0.999\textwidth}{!}{\import{}{figure.pgf}}
\end{figure}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment