Hi Eric,
I have a dataset which contains about 4600 values.
Is it possible to display 4600 values with a bar char and labels?
Thank you in advance.
On Tue, Oct 2, 2012 at 4:04 PM, Eric Firing wrote:
> On 2012/10/01 7:28 PM, Mic wrote:
> > Hi,
> >
> > I have got the fol
Hello,
I am not able to get nicer spaces between the xticks with the following
code:
*import random
import matplotlib.pyplot as plt
coverages = [random.randint(1,10)*2] * 100
contig_names = ['AAB0008r'] * len(coverages)
fig = plt.figure()
fig.clf()
ax = fig.add_subplot(111)
ax.yaxis.grid(True, l
l Hobson wrote:
> Check out the axvline method (of pyplot or an axes object). You'll
> only have to specify the x-value, and it'll won't rescale your y-axis.
>
> See my edits below:
>
> On Wed, Mar 7, 2012 at 12:28 AM, Mic wrote:
> > Hello,
> > I am able
+1
On Fri, Mar 2, 2012 at 10:46 AM, Fernando Perez wrote:
> On Thu, Mar 1, 2012 at 4:16 PM, Mic wrote:
> > Would be greate if it would be possible to record talks and slides and
> make
> > them public for whome are not leaving near by.
>
> The hack night will be '
Would be greate if it would be possible to record talks and slides and make
them public for whome are not leaving near by.
Thank you in advance.
On Fri, Mar 2, 2012 at 12:06 AM, John Hunter wrote:
> I'll be attending the pydata hack night in Santa Clara tomorrow night.
> We'll be hacking on ma
Hello,
Is it possible to use PyPy with:
* BioPython
* Pysam
* Matplotlib
* etc
If not than it might be good idea to get a support for it with help of
Google Summer of Code, because PyPy getting faster and faster.
Cheers,
Dear Jianfeng,
Probably, you have to join developer mailing list (
http://lists.sourceforge.net/mailman/listinfo/matplotlib-devel ) and ask
there for permission to submit your code on githup.
Cheers,
On Tue, Feb 21, 2012 at 10:10 PM, fdu.xia...@gmail.com wrote:
> Dear Mic,
>
> Thanks
would be great! Maybe you could submit it to matplotlib's github.
On Sat, Dec 31, 2011 at 2:23 AM, fdu.xia...@gmail.com
wrote:
> Dear all,
>
> I couldn't find a function to plot venn diagram with python, so I
> written one for my daily use (with a lot inspirations from the internet
> and R). Hope
HI Mike,
Will be videos available from the course?
Thank you in advance.
Cheers,
On Wed, Jan 25, 2012 at 6:52 AM, Mike Müller wrote:
> Course "Python for Scientists and Engineers" in Chicago
> ===
>
> There will be a comprehensive Python cour
Hi Mike,
Would it possible that after the conference the videos of all talks could
be downloaded? It is not possible to download them from last year.
Thank you in advance.
Cheers,
On Thu, Jan 26, 2012 at 1:43 AM, Mike Müller wrote:
> Hi,
>
> I will be giving a matplotlib and a optimization tuto
10 matches
Mail list logo