Created
June 24, 2022 06:47
-
-
Save habedi/006a3ec88e8cfa225622e781e16ecc11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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