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?


