image - Remove border/frame around png in latex? -


i saved excel graphic in paint .png, , inserted in latex document i'm writing, using following code:

"bla bla...figure ~\ref{fig:aqmdqmhcq} shows relationship between bla bla bla, 3 calculated kwh per month:

\begin{figure}[h]   \centering   \includegraphics[height=2.5in]{aqmdqmhcq}   \caption{visualising delivery minimum levels}   \label{fig:aqmdqmhcq} \end{figure} 

the problems:

  1. i strange border around image/figure. border snugs upper , lower image bounds, right fills whole page, though figure finishes before center.

  2. it floats. don't things float. shows in next section doesn't have subject of figure.

edit: putting in pic: enter image description here


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -