I am trying to draw the graph of $f(x)=e^{x-[x]}$.
I have come to conclusion that:
$$f(x) = \begin{cases} e^x &\text{, if } 0\le x \lt 1\\ e^{x-1} &\text{, if } -1\le x \lt 0\\ e^{x+1} &\text{, if } 1 \le x \lt 2 \\ \vdots & \vdots \end{cases}$$
but when I am trying to plot the graph it does not corroborate.
Rewrite as $$f(x)=e^{x-[x]}=e^{\{x\}}$$ As @dezdichato stated in his comment, the function has a period of $1$, i.e $f(x)=f(x+1)$ since $\{x\} = \{x + 1\}$. It's well-known that $0 \le \{x\} < 1$ (the graph is attached), and therefore $$e^0 = 1 \le f(x) < e^1$$ Knowing this, the period and the fact that $\{x\}=x, \forall x \in [0,1)$, you should be able to sketch the graph.
Basically, it will be the graph of $e^x$ for $x\in[0,1)$ extended according to its period.
Below is the graph of $\{x\}$:
Below is the segment of $e^x$ to be extended: