Generalepstopdf | Axis Scale missing in Plot

General information and discussion about TeXnicCenter
prince8889
Posts: 19
Joined: Mon Feb 27, 2012 11:01 pm

epstopdf | Axis Scale missing in Plot

Post by prince8889 »

I am using the package epstopdf it works fine but the problem is in figure which i inserted in PDFLaTeX is a 2D plot but my axis scale are missing what is the solution for it.
Last edited by localghost on Sun Mar 11, 2012 10:51 am, edited 2 times in total.
Reason: Topic Title improved.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

epstopdf | Axis Scale missing in Plot

Post by Stefan Kottwitz »

Perhaps add some more information. I guess you did not get an answer yet because there are no details. The best would be posting a Infominimal working example which shows the missing scalings.

Stefan
LaTeX.org admin
prince8889
Posts: 19
Joined: Mon Feb 27, 2012 11:01 pm

epstopdf | Axis Scale missing in Plot

Post by prince8889 »

Code: Select all

\documentclass[a4wide,11pt]{article}
\usepackage{epsfig}
\usepackage{amsmath,amssymb, amstext}
\usepackage{graphicx}
\usepackage{mathtools}
\begin{document}
\title{Short Time Fourier Transform(STFT)}
\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]
\center
\caption{Example}
\epsfig{file=log,width=10cm,height=8cm}
\label{fig1}
\end{figure}
can you tell me how can i upload my figure as then it would be very clear to understand my problem as i tried to upload an attachment but it failed many times i cant see any attachment at the end
Attachments
log.pdf
log.pdf This is how it looks actually
(189.12 KiB) Downloaded 362 times
log.rar
log.eps file
(303.71 KiB) Downloaded 317 times
Last edited by prince8889 on Sun Mar 11, 2012 10:55 am, edited 3 times in total.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: epstopdf | Axis Scale missing in Plot

Post by Stefan Kottwitz »

Click on "Upload attachment" below the edit text field when writing. Browse, and click "Add the file", and submit your post.

Stefan
LaTeX.org admin
prince8889
Posts: 19
Joined: Mon Feb 27, 2012 11:01 pm

Re: epstopdf | Axis Scale missing in Plot

Post by prince8889 »

Sorry i can't attach the log.eps file as it is 535kb and it is not possible to attach it to my reply... :(
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: epstopdf | Axis Scale missing in Plot

Post by Stefan Kottwitz »

You could zip it before attaching.

Stefan
LaTeX.org admin
prince8889
Posts: 19
Joined: Mon Feb 27, 2012 11:01 pm

Re: epstopdf | Axis Scale missing in Plot

Post by prince8889 »

even then it 303kib ....:( any other option left
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: epstopdf | Axis Scale missing in Plot

Post by Stefan Kottwitz »

Sure, I raised the attachment size limit to 400 kb.

Stefan
LaTeX.org admin
prince8889
Posts: 19
Joined: Mon Feb 27, 2012 11:01 pm

Re: epstopdf | Axis Scale missing in Plot

Post by prince8889 »

Thanx for that :)
Attachments
log.rar
log.eps
(303.71 KiB) Downloaded 356 times
prince8889
Posts: 19
Joined: Mon Feb 27, 2012 11:01 pm

Re: epstopdf | Axis Scale missing in Plot

Post by prince8889 »

This is how it originally need to look as with scalings of the axis
Attachments
log.pdf
log.pdf
(189.12 KiB) Downloaded 385 times
Post Reply