Based on the example you posted, you need like:

import matplotlib.pyplot as plt
fig, ax = plt.subplots()
ax.contour(data)
ax.axhline(magic_value)


On Mon, Jun 16, 2014 at 1:30 AM, dydy2014 <dyahr...@gmail.com> wrote:

> Hello all,
>
> I have contour plot like this and I have problem to pick a particular data
> along red line and save it.
> How do I make it with python program?
>
> <http://matplotlib.1069221.n5.nabble.com/file/n43532/190311.png>
>
> Thank you in advance.
>
> Dydy
>
>
>
> --
> View this message in context:
> http://matplotlib.1069221.n5.nabble.com/Pick-a-particular-data-from-array-tp43532.html
> Sent from the matplotlib - users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to