Skip to content

Commit 41de004

Browse files
committed
Convert survey figure png -> pdf
1 parent b9f2253 commit 41de004

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
18.3 KB
Binary file not shown.
-644 KB
Binary file not shown.

group_composition_plot/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def read_data(filename):
5151
fig.legend(activities, title="Activities", loc="center right", bbox_to_anchor=(1.1, 0.5), fontsize=20)
5252

5353

54-
fig.savefig("group_composition_plot.png", dpi=300, bbox_inches='tight')
54+
fig.savefig("group_composition_plot.pdf", bbox_inches='tight')
5555
# # Adjust layout
5656
# plt.tight_layout()
5757
# plt.show()

paper.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ \subsection{Service Portfolio and existing implementations}
346346

347347
\begin{figure}
348348
\centering
349-
\includegraphics[width=\textwidth]{./group_composition_plot/group_composition_plot.png}
349+
\includegraphics[width=\textwidth]{./group_composition_plot/group_composition_plot.pdf}
350350
\caption{National and international examples of RSE departments and their service portfolio: Heidelberg and Princeton offer development services, whereas Jena and Reading focus mostly on teaching and consultation services.}
351351
\end{figure}
352352

0 commit comments

Comments
 (0)