Several Functions, One plot (My Hello World)

Hi...

I'm new to the list and also to matplotlib. I'm writing a small program
to draw oil well diagrams in a simple way in 2D.

My problem is that I need to plot several functions into one figure,
i.e., a vertical line, a circle segment and an oblicuous line in a
continuous way. Every function or function segment have its own range of
values for X and Y. I've not found the way for doing it, because of that
I suscribed to the ml and hope you to help me...

I'll be glad about any idea or correction...

I guess Mike is a bit nonplussed by the attention
this example receives, but I find it useful:
http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg07706.html

Alan

···

On 11/7/2008 10:36 PM sebasmagri@...287... apparently wrote:

I'm new to the list and also to matplotlib. I'm writing a small program
to draw oil well diagrams in a simple way in 2D.

And all the examples now have their own "screenshots" page, eg

  http://matplotlib.sourceforge.net/examples/pylab_examples/dolphin.html

though the entire thread is worth an occasional reread :slight_smile:

  http://www.nabble.com/ploting-a-contour-graph-from-data-files-td18491504.html#a18491504

JDH

···

On Sat, Nov 8, 2008 at 8:23 AM, Alan G Isaac <aisaac@...310...> wrote:

On 11/7/2008 10:36 PM sebasmagri@...287... apparently wrote:

I'm new to the list and also to matplotlib. I'm writing a small program
to draw oil well diagrams in a simple way in 2D.

I guess Mike is a bit nonplussed by the attention
this example receives, but I find it useful:
Re: [Matplotlib-users] ploting a contour graph from data files