General ⇒ epstopdf | Axis Scale missing in Plot
-
- Posts: 19
- Joined: Mon Feb 27, 2012 11:01 pm
Re: epstopdf | Axis Scale missing in Plot
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
epstopdf | Axis Scale missing in Plot
Second, to use the eps you need to compile with "latex" only.
Third, if you want a pdf output, convert the graphic first with:
Code: Select all
epstopdf log.eps
This is your repaired code:
Code: Select all
\documentclass[a4wide,11pt]{article}
\usepackage{amsmath,amssymb,amstext,mathtools}
\usepackage{graphicx}
\begin{document}
\title{Short Time Fourier Transform(STFT)}
\author{me}
\maketitle
\section{Introduction}
In situation where the signal is non stationary i.e, when amplitude and phase change with time,
we cannot apply
\begin{figure}[!ht]
\centering
\caption{Example}
\includegraphics[scale=0.8]{log}
%\epsfig{file=log,width=10cm,height=8cm}
\label{fig1}
\end{figure}
\end{document}
Finally, make a zip file next time (rar is a headache).
Nikolay
- Attachments
-
- t46linux.pdf
- (232.02 KiB) Downloaded 387 times
-
- log.pdf
- (192.9 KiB) Downloaded 342 times
-
- Posts: 19
- Joined: Mon Feb 27, 2012 11:01 pm
Re: epstopdf | Axis Scale missing in Plot
- Attachments
-
- This is how it looks in the latex window
- latex-view.png (142.83 KiB) Viewed 6662 times
-
- stftlatest.pdf
- This is how it looks when only the pdf file is opened
- (231.88 KiB) Downloaded 296 times
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: epstopdf | Axis Scale missing in Plot
Stefan
-
- Posts: 19
- Joined: Mon Feb 27, 2012 11:01 pm
Re: epstopdf | Axis Scale missing in Plot
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
epstopdf | Axis Scale missing in Plot

Stefan