Possible Duplicate:
Easy curves in TikZ
I want to draw an equivalent of the following pstricks picture with tikz.
\documentclass{article}
\usepackage{pstricks}
\usepackage{pst-plot}
\begin{document}
\begin{pspicture}
\psaxes[ticks=none,labels=none]{->}(0,0)(-2,-2)(2,2)
\pscurve(1,1)(1.4,0.5)(0.4,-0.2)(0.6,-0.2)(0.2,-1.4)
(-0.5,-1.1)(-1,-1.6)(-1.4,0.4)
\end{pspicture}
\end{document}
It is a simple curve which represents an area.

I couldn't find such a question which isn't imaginable

\pscurve. – qubyte Dec 27 '11 at 11:58