Debdp07

Mr. Debendra Prasad

10 Reputation

0 Badges

1 years, 143 days
Goa, India

MaplePrimes Activity


These are replies submitted by Debdp07

I got the plot by using the following code in Mpale 2022.

restart;
with(plots);
P2 := plot3d(-t^2 + x, t = 0 .. 20, x = 0 .. 400, labels = ['t', 'x', 'rho'], labelfont = [Times, 15], viewpoint = "circleleft", colorscheme = ["ygradient", ["Green", "Purple", "Blue", "Red", "BlueViolet"]]);
plotsetup(ps, plotoutput = "P2");
print(P2);



Then, I tried the following code in the overleaf. However, I did not get the desired result.

\documentclass[11pt]{article}
\usepackage{graphicx}
\usepackage{epsfig}

\begin{document}
Plot obtained from Maple 2022. \\

\includegraphics[width=0.9\textwidth]{P2.eps}
\end{document}



Kindly suggest to me what to do.
Thanks, Deb

 

@nm 
Could you please tell me where to use this code?

epspdf filename.ps
pdfcrop --margins 10  filename.pdf  filename.pdf  


Is this maple code or latex code? Kindly could you please tell us in details.
 

@dharr
Thank you for your valuable feedback. 

Page 1 of 1