In latex, the caption of figure or table is aligned left by default. Sometimes, it's not that beautiful, especially when your article is two column.
To fix this, use the caption
package with center
as the option.
\usepackage[center]{caption}
If you like, you can also substitute center
with left
or right
Here is a detailed manual of caption
package.