Has label grouping made it into the matplotlib features yet?

I forgot to open the feature request for this. Will try to open one
tomorrow morning. With the way my schedule looks lately I doubt I'd make a
lot of progress but if I were to find some time and try, where would I
start?

Dino

Message: 3
Date: Mon, 18 Apr 2016 12:39:37 -0400
From: Benjamin Root <ben.v.root at gmail.com>
To: Dino Bekte?evi? <ljetibo at gmail.com>, matplotlib-users at python.org
Subject: Re: [Matplotlib-users] Has label grouping made it into the
        matplotlib features yet?
Message-ID:
        <

CANNq6Fnw6xw4nqyB1zD0GNiug-drpdUvY0bYC2e05oqnkd9Dbw at mail.gmail.com>

Content-Type: text/plain; charset="utf-8"

I have seen fleeting suggestions for it a long time ago, but I don't think
anybody ever ran with it. Feel free to file a feature request for it on

the

github pages.

Cheers!
Ben Root

P.S. - The mailing list has moved to python.org now, so the sourceforge
mailing list doesn't get much monitoring anymore.

> I've run into this SO question a year or so ago
>
>
>

>
> and have recently run into several questions similar to it again. I'm

not

···

On Sat, Apr 16, 2016 at 9:20 PM, Dino Bekte?evi? <ljetibo at gmail.com> wrote:
> aware that this is available in any form or fashion from the matplotlib
> main features unless users reuse his code or make their own.
>
> My question is: does this feature exist somewhere in mpl and I'm just
> unaware of it? If there's not is it in the planned features list?
>
> I think it's a worthwhile feature to have and from what I see there's a
> lot of people asking similar questions already.
>
> Thanks,
> Dino
>
>
>

------------------------------------------------------------------------------

> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> Application Monitor Software & Tools - ManageEngine Applications Manager
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users at lists.sourceforge.net
> matplotlib-users List Signup and Options
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <

http://mail.python.org/pipermail/matplotlib-users/attachments/20160418/4f5180a1/attachment-0001.html

------------------------------

Subject: Digest Footer

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

------------------------------

End of Matplotlib-users Digest, Vol 9, Issue 15
***********************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20160420/543eef12/attachment.html&gt;

For something like this, I would first focus on the api design. We do not
treat API changes lightly, so you will want to make sure that the API makes
sense and is easy to use. Also, one needs to think about how to validate
such inputs and properly detect malformed inputs. What should happen if one
changes tick labels? Should one be able to set these via a separate method
as well as through bar()? Are there other plotting functions that should be
augmented?

The notes one would usually make in this process usually becomes the basis
for the documentation and unit tests.

Cheers!
Ben Root

···

On Tue, Apr 19, 2016 at 8:54 PM, Dino Bekte?evi? <ljetibo at gmail.com> wrote:

I forgot to open the feature request for this. Will try to open one
tomorrow morning. With the way my schedule looks lately I doubt I'd make a
lot of progress but if I were to find some time and try, where would I
start?

Dino

> Message: 3
> Date: Mon, 18 Apr 2016 12:39:37 -0400
> From: Benjamin Root <ben.v.root at gmail.com>
> To: Dino Bekte?evi? <ljetibo at gmail.com>, matplotlib-users at python.org
> Subject: Re: [Matplotlib-users] Has label grouping made it into the
> matplotlib features yet?
> Message-ID:
> <
CANNq6Fnw6xw4nqyB1zD0GNiug-drpdUvY0bYC2e05oqnkd9Dbw at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I have seen fleeting suggestions for it a long time ago, but I don't
think
> anybody ever ran with it. Feel free to file a feature request for it on
the
> github pages.
>
> Cheers!
> Ben Root
>
> P.S. - The mailing list has moved to python.org now, so the sourceforge
> mailing list doesn't get much monitoring anymore.
>
>
> On Sat, Apr 16, 2016 at 9:20 PM, Dino Bekte?evi? <ljetibo at gmail.com> > wrote:
>
> > I've run into this SO question a year or so ago
> >
> >
> >
python - How to add group labels for bar charts - Stack Overflow
> >
> > and have recently run into several questions similar to it again. I'm
not
> > aware that this is available in any form or fashion from the matplotlib
> > main features unless users reuse his code or make their own.
> >
> > My question is: does this feature exist somewhere in mpl and I'm just
> > unaware of it? If there's not is it in the planned features list?
> >
> > I think it's a worthwhile feature to have and from what I see there's a
> > lot of people asking similar questions already.
> >
> > Thanks,
> > Dino
> >
> >
> >
------------------------------------------------------------------------------
> > Find and fix application performance issues faster with Applications
> > Manager
> > Applications Manager provides deep performance insights into multiple
> > tiers of
> > your business applications. It resolves application problems quickly
and
> > reduces your MTTR. Get your free trial!
> > Application Monitor Software & Tools - ManageEngine Applications Manager
> > _______________________________________________
> > Matplotlib-users mailing list
> > Matplotlib-users at lists.sourceforge.net
> > matplotlib-users List Signup and Options
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
http://mail.python.org/pipermail/matplotlib-users/attachments/20160418/4f5180a1/attachment-0001.html
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users at python.org
> Matplotlib-users Info Page
>
>
> ------------------------------
>
> End of Matplotlib-users Digest, Vol 9, Issue 15
> ***********************************************

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20160419/8eefc4b8/attachment.html&gt;