Hello,

Matplotlib is so cool. I wish I had spent time learning it earlier.
Better late than never. Thanks so much to all who have worked on
developing it.

I had a question on histograms. Instead of the bars in case of
histograms, is there a way to get circle markers, where each marker
represents one observation in that bin. For example, if there are 5
observations in a bin, then instead of a bar of height 5, I want 5
circles stacked on top of each other. The same for other bins. Is
there a built-in command or property to do this?

Thanks for your help.



On Tue, Feb 8, 2011 at 5:25 AM, sanders <sand...@knmi.nl> wrote:
> Hi,
>
> I want to update the number of columns in my legend. How should I do that?
>
> I'm looking for something like:
>
> fig = plt.figure()
> ax = fig.add_subplot(111)
> my_own_plot_function(ax, data)    # gives, for example, one column legend by
> default
> legend = ax.get_legend()
> legend.set_ncol(2)          # something like this
>
>
> However, ncol is not in the legend.properties() list for properties to be
> set through legend.set.
>
>
> Thanks for any help,
> Bram
>
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to