I have prepared a graph in pdf format by using graph_tool, which is:
I have imported the figure as pdf into tex file. It looks properly on latex preview. However, if I take a pdf output of the tex file, then the lines disappears.
I am working on Overleaf site. They use Tex Live 2016. The tex file is as follows:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\includegraphics[width=0.45\linewidth]{synthetic_out}\label{sfig:synth_out}
\caption{Capt}
\end{figure}
\end{document}
How can I achieve to see lines on pdf output, too ? Thanks.
EDIT: I have made the lines thicker. But it didn't help too. You can achieve the pdf file via this link.


\small(or\footnotesize). – Heiko Oberdiek Jan 16 '17 at 19:44\start{figure}please update the MWE so something others can test without having to add/change anything – daleif Jan 18 '17 at 16:00