[Matplotlib-users] Rendering SciPy docstrings as markup text within matplotlib

2013-08-05 Thread federico vaggi
Hi, SciPy (and NumPy) docstrings are written with a special kind of mark up: For example, the docstring for the russellrao distance function looks like this: '\nComputes the Russell-Rao dissimilarity between two boolean 1-D arrays.\n\nThe Russell-Rao dissimilarity between two boolean 1-D

[Matplotlib-users] Changing a single marker on a line

2012-03-08 Thread federico vaggi
Hi, I have a very simple request - I am drawing a line with n points, using a particle marker - something like: x = np.linspace(1,10,11) ** 2 y = np.linspace(1,10,11) plot(x,y,'ro') Is there any way to change the 7th dot (7, 49) to be a blue star instead of a red circle? I was considering using

Re: [Matplotlib-users] Bar graphs showing up incorrectly until they are resized:

2012-02-23 Thread federico vaggi
retty. Thanks, Federico On Thu, Feb 23, 2012 at 5:13 PM, Benjamin Root wrote: > > > On Thu, Feb 23, 2012 at 10:03 AM, federico vaggi > wrote: > >> Hi Ben, >> >> In the pre-resizing pictures, each bar is drawn as two rectangles, the >> first until the lower

Re: [Matplotlib-users] Bar graphs showing up incorrectly until they are resized:

2012-02-23 Thread federico vaggi
2 at 5:02 AM, federico vaggi > wrote: > >> Hi, >> >> I am using matplotlib to draw a few bar plots. The library works >> wonderfully, but the figures are drawn incorrectly until they are resized >> >> Here is the figure before resizing: >> >>

[Matplotlib-users] Bar graphs showing up incorrectly until they are resized:

2012-02-23 Thread federico vaggi
Hi, I am using matplotlib to draw a few bar plots. The library works wonderfully, but the figures are drawn incorrectly until they are resized Here is the figure before resizing: http://imgur.com/MKATg here is after resizing: http://imgur.com/bSiOT It seems that the rectangles of the bar som