The following MWE gives me three pages of output in Overleaf.
Project semilog6655:
\documentclass[multi=false,pstricks=true]{standalone}
\usepackage{xcolor}
\include{TECcolors}
\usepackage{pst-plot}
\begin{document}
\begin{pspicture}(-5.4,-5)(5.4,5.4)
\psgrid[
gridcolor=TECaubergine,
subgridcolor=TECaubergine,
gridlabels=0
](-5,-5)(5,5)
\psaxes[
linecolor=TECsennepsgul,
linewidth=2pt,
Dy=1,
ylogBase=10,
Oy=0
]
{->}(0,0)(-5.4,-5)(5.4,5.4)
\end{pspicture}
\end{document}
The two first pages are unintentionally blank while the third page shows the desired graphics.
Correspondingly, I get a blank box (or am I expressing , when I import the file into some other project:
\includegraphics[width=5cm]{semilog6655.pdf}
The same output, I get from the following command:
\includegraphics[width=5cm]{semilog6655}
%is distracting. – Display Name Dec 18 '17 at 21:51%sign routinely to signal extension of a command across lines. Would that be considered bad style? – Morten Engelsmann Dec 18 '17 at 22:33%. Using many unnecessary%is not a good style. – Display Name Dec 18 '17 at 23:08%. They are superflous in this case, but not in other cases! – Dec 19 '17 at 07:52