How can I insert this Mathematica plot in LaTex as a figure?
MWE:
\documentclass[12pt, a4paper]{report}
\usepackage{amsfonts, graphicx, verbatim, mathtools,amssymb, amsthm, mathrsfs}
\usepackage{tikz}
\usetikzlibrary{arrows.meta,positioning}
\usepackage{epstopdf}
\usepackage{latexalpha2}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\wolframgraphics{Plot[{Log[ x], 1(x - 1), 1.5(x - 1), 2(x - 1), 2.5(x - 1),
3*(x - 1)}, {x, 0, 1}, ImageSize -> 750,
PlotStyle -> {{Blue, Thick, Dashing[None]}, {Red,
Dashing[None]}, {Black, Dashing[None]}, {Black,
Dashing[None]}, {Black, Dashing[None]}, {Black, Dashing[None]}},
Frame -> {{True, False}, {False, True}},
FrameLabel -> {{"y", None}, {None, "Fraction susceptible"}},
FrameTicks -> All, AxesOrigin -> {0, -4}]}{SIR without vital dynamics picture}
\includegraphics{SIR without vital dynamics picture.pdf}
\caption{Plot of $f(x,y)=\sin(x)\cos(y)$}
\centering
\end{figure}
\end{document}
EDIT:
Is this the woflramScript?
Errors:
Using the PDF method(I stretched the image), I have the following:









latexalpha2. I add the link: https://ctan.math.illinois.edu/macros/latex/contrib/latexalpha2/latexalpha2.pdf. – Sebastiano Jun 14 '21 at 11:16