Thanks to books, many pdf files on google and this web-site, I understood somewhat about uniform and pointwise convergence. This question may be the last question about this part.
Now, I can check whether the sequence of functions $f_k$ does not converge, converges pointwise, or converges uniformly by using the definitions.
However, I cannot check it, only depending on graph.
Let me give you some examples.
$$f_n(x)=x^n, ~~~~~ \mbox{for all}~~x \in [0, 1)$$
$\lim_{n\to\infty}f_n(x)=0$ because $|x|\lt1$. Hence, $\{f_n\}$ converges pointwise, whose pointwise-limit function $f$ is the zero function on the domain $D=[0, 1)$.
Now, I am checking whether the sequence $\{f_n\}$ converges uniformly or not.
for $\displaystyle\varepsilon=\frac{1}{3}$, $~~\nexists N\in\mathbb{R}$ such that $\displaystyle\left|f_n(1-\frac{1}{n})-f(1-\frac1n)\right|=\left(1-\frac1n\right)^n\lt\varepsilon~~~$ for every $n\gt{N}$ and for every $x\in{D}$.
The reason why $N$ does not exist is that even if $n$ approaches to $\infty$, $\displaystyle\left(1-\frac1n\right)^n=\frac{1}{e}\gt\varepsilon=\frac{1}{3}$.
Therefore, the sequence of functions $\{f_n\}$ converges pointwise but doesn't uniformly.
I tried to draw the functions by using Matlab.
However, I failed to find intuitively that it converges only pointwise only by seeing graph. Is there any methods to know $\{f_n\}$ converges uniformly or pointwise with only graph?

Examples of sequence of functions that converge uniformly
In this case:
Limit function must be continuous
sequence of functions eventually converges to the function (lies in an $\epsilon$-tube) as $N \to \infty$
Examples of sequence of functions that converge pointwise but not uniformly
Note (b) has an error it should be $f_n(x) = \exp(-nx)$
In this case:
The limit function do not have to be continuous
The sequence of functions do not have to lie fully in an $\epsilon$-tube of the limit function as $N \to \infty$
The latter is because in the definition of pointwise convergence:
$\forall \epsilon > 0, \forall x \in [a,b], \exists N\in \mathbb{N}$ s.t. $\forall n\in \mathbb{N}, n \geq N, \|f_n - f\| < \epsilon$
We can pick our $N$ large enough to make the latter condition $\|f_n - f\| < \epsilon$ true for a particular $x$, but not for all $x$ at once.