SourceForge logo
SourceForge logo
Menu

matplotlib-devel — matplotlib developers

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(1)
Nov
(33)
Dec
(20)
2004 Jan
(7)
Feb
(44)
Mar
(51)
Apr
(43)
May
(43)
Jun
(36)
Jul
(61)
Aug
(44)
Sep
(25)
Oct
(82)
Nov
(97)
Dec
(47)
2005 Jan
(77)
Feb
(143)
Mar
(42)
Apr
(31)
May
(93)
Jun
(93)
Jul
(35)
Aug
(78)
Sep
(56)
Oct
(44)
Nov
(72)
Dec
(75)
2006 Jan
(116)
Feb
(99)
Mar
(181)
Apr
(171)
May
(112)
Jun
(86)
Jul
(91)
Aug
(111)
Sep
(77)
Oct
(72)
Nov
(57)
Dec
(51)
2007 Jan
(64)
Feb
(116)
Mar
(70)
Apr
(74)
May
(53)
Jun
(40)
Jul
(519)
Aug
(151)
Sep
(132)
Oct
(74)
Nov
(282)
Dec
(190)
2008 Jan
(141)
Feb
(67)
Mar
(69)
Apr
(96)
May
(227)
Jun
(404)
Jul
(399)
Aug
(96)
Sep
(120)
Oct
(205)
Nov
(126)
Dec
(261)
2009 Jan
(136)
Feb
(136)
Mar
(119)
Apr
(124)
May
(155)
Jun
(98)
Jul
(136)
Aug
(292)
Sep
(174)
Oct
(126)
Nov
(126)
Dec
(79)
2010 Jan
(109)
Feb
(83)
Mar
(139)
Apr
(91)
May
(79)
Jun
(164)
Jul
(184)
Aug
(146)
Sep
(163)
Oct
(128)
Nov
(70)
Dec
(73)
2011 Jan
(235)
Feb
(165)
Mar
(147)
Apr
(86)
May
(74)
Jun
(118)
Jul
(65)
Aug
(75)
Sep
(162)
Oct
(94)
Nov
(48)
Dec
(44)
2012 Jan
(49)
Feb
(40)
Mar
(88)
Apr
(35)
May
(52)
Jun
(69)
Jul
(90)
Aug
(123)
Sep
(112)
Oct
(120)
Nov
(105)
Dec
(116)
2013 Jan
(76)
Feb
(26)
Mar
(78)
Apr
(43)
May
(61)
Jun
(53)
Jul
(147)
Aug
(85)
Sep
(83)
Oct
(122)
Nov
(18)
Dec
(27)
2014 Jan
(58)
Feb
(25)
Mar
(49)
Apr
(17)
May
(29)
Jun
(39)
Jul
(53)
Aug
(52)
Sep
(35)
Oct
(47)
Nov
(110)
Dec
(27)
2015 Jan
(50)
Feb
(93)
Mar
(96)
Apr
(30)
May
(55)
Jun
(83)
Jul
(44)
Aug
(8)
Sep
(5)
Oct
Nov
(1)
Dec
(1)
2016 Jan
Feb
Mar
(1)
Apr
May
Jun
(2)
Jul
Aug
(3)
Sep
(1)
Oct
(3)
Nov
Dec
2017 Jan
Feb
(5)
Mar
Apr
May
Jun
Jul
(3)
Aug
Sep
(7)
Oct
Nov
Dec
2018 Jan
Feb
Mar
Apr
May
Jun
Jul
(2)
Aug
Sep
Oct
Nov
Dec
S M T W T F S

1
2
3
4
(1)
5
(3)
6
7
(1)
8
9
10
11
(2)
12
(4)
13
14
(1)
15
(3)
16
(1)
17
18
19
(5)
20
21
22
23
24
(2)
25
26
27
(3)
28
(8)
29
(1)
30




Showing 3 results of 3

From: jamesramm <jam...@gm...> - 2014年09月05日 14:00:46
It would be great if we can see the code for the style system.
However, for integration into MPL, rather than something which 'sits on top'
of the existing API (I presume you are therefore working with getter/setter
functions), the MEP I'm proposing is also trying to achieve the seperation
of the 'style' of artists from their data/logic. The idea being that it
heads towards a more streamlined and extensible API. 
Some of the techniques you are describing seem to cover some of the ideas
put forth in the MEP, so if you can make the code available, it would be a
great resource. 
--
View this message in context: http://matplotlib.1069221.n5.nabble.com/MEP26-Artist-level-stylesheets-tp43664p43893.html
Sent from the matplotlib - devel mailing list archive at Nabble.com.
From: Federico A. <ari...@gm...> - 2014年09月05日 13:41:41
Steven
I just had a look at image_inspector.
The `Tools` (in mpl jargon are `widgets`) look great.
Some replicate what we already have but more modern (for me this is
positive improvement).
Regarding the roi_inspector, this is a great fit for MEP22 tools (Almost
done).
My suggestion would be to take a look at `matplotlib.widgets.Widget` and
`matplotlib.widgets.AxesWidget` to see how easy/hard would it be to adapt
or integrate your tools (widgets) there.
Personally I don't like the idea of a separate sibling repo. It makes just
things more confusing.
Federico
 On 4 Sep 2014 23:42, "Thomas Caswell" <tca...@gm...> wrote:
> Steven,
>
> I would love to get to as much of that functionality into mpl proper
> as possible. Please open an issue / make a MEP for this.
>
> Unfortunately I have not had a chance to take a close look at
> image_inspector yet and I am a tad concerned about the potential for
> re-invented wheels between yours tools and the existing widgets (and
> to be fair, I only have a cursory understanding of those widgets). I
> agree all the functionality should be in mpl (or as much as we can
> shove down through our gui frame work independent filter), but don't
> want to get pinned down to committing to specific implementation
> details.
>
> Another option might be to put all of these tools in a sibling repo to
> mpl under the mpl organization.
>
> I have cc'd the mpl-dev list.
>
> Tom
>
>
> On Thu, Sep 4, 2014 at 9:28 PM, Steven Silvester
> <ste...@gm...> wrote:
> > Thomas,
> >
> > How about the broader discussion of incorporating the tools in
> > https://github.com/blink1073/image_inspector into mpl (ideally as a
> > replacement or alternative for some of the existing tools)? If I combine
> > that with paint tool and we get those pushed into mpl proper, then we can
> > just use them as-is for skimage. Should I open an mpl issue to discuss?
> >
> > - Steve
> >
> > On Thursday, September 4, 2014 4:49:28 PM UTC-5, Thomas Caswell wrote:
> >>
> >> If you are doing this with matplotlib, can you actually push the tools
> >> back upstream?
> >>
> >> Tom (a mpl dev)
> >>
> >> On Thu, Sep 4, 2014 at 5:36 PM, Stéfan van der Walt <ste...@sun.ac.za>
> >> wrote:
> >> > On Thu, Sep 4, 2014 at 10:01 PM, Emmanuelle Gouillart
> >> > <emmanuelle...@nsup.org> wrote:
> >> >> Answering my own question: I had forgotten that the viewer examples
> >> >> include such kind of example, inside watershed_demo.py. Thanks Tony
> >> >> for the example!
> >> >
> >> > I think this is an important enough use-case to make it a utility
> >> > function--feel free to add an issue!
> >> >
> >> > Stéfan
> >> >
> >> > --
> >> > You received this message because you are subscribed to the Google
> >> > Groups "scikit-image" group.
> >> > To unsubscribe from this group and stop receiving emails from it, send
> >> > an email to scikit-image...@googlegroups.com.
> >> > For more options, visit https://groups.google.com/d/optout.
> >>
> >>
> >>
> >> --
> >> Thomas Caswell
> >> tcas...@gmail.com
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "scikit-image" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to sci...@go....
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> Thomas Caswell
> tca...@gm...
>
>
> ------------------------------------------------------------------------------
> Slashdot TV.
> Video for Nerds. Stuff that matters.
> http://tv.slashdot.org/
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
From: Thomas C. <tca...@gm...> - 2014年09月05日 03:41:35
Steven,
I would love to get to as much of that functionality into mpl proper
as possible. Please open an issue / make a MEP for this.
Unfortunately I have not had a chance to take a close look at
image_inspector yet and I am a tad concerned about the potential for
re-invented wheels between yours tools and the existing widgets (and
to be fair, I only have a cursory understanding of those widgets). I
agree all the functionality should be in mpl (or as much as we can
shove down through our gui frame work independent filter), but don't
want to get pinned down to committing to specific implementation
details.
Another option might be to put all of these tools in a sibling repo to
mpl under the mpl organization.
I have cc'd the mpl-dev list.
Tom
On Thu, Sep 4, 2014 at 9:28 PM, Steven Silvester
<ste...@gm...> wrote:
> Thomas,
>
> How about the broader discussion of incorporating the tools in
> https://github.com/blink1073/image_inspector into mpl (ideally as a
> replacement or alternative for some of the existing tools)? If I combine
> that with paint tool and we get those pushed into mpl proper, then we can
> just use them as-is for skimage. Should I open an mpl issue to discuss?
>
> - Steve
>
> On Thursday, September 4, 2014 4:49:28 PM UTC-5, Thomas Caswell wrote:
>>
>> If you are doing this with matplotlib, can you actually push the tools
>> back upstream?
>>
>> Tom (a mpl dev)
>>
>> On Thu, Sep 4, 2014 at 5:36 PM, Stéfan van der Walt <ste...@sun.ac.za>
>> wrote:
>> > On Thu, Sep 4, 2014 at 10:01 PM, Emmanuelle Gouillart
>> > <emmanuelle...@nsup.org> wrote:
>> >> Answering my own question: I had forgotten that the viewer examples
>> >> include such kind of example, inside watershed_demo.py. Thanks Tony
>> >> for the example!
>> >
>> > I think this is an important enough use-case to make it a utility
>> > function--feel free to add an issue!
>> >
>> > Stéfan
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "scikit-image" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> > an email to scikit-image...@googlegroups.com.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> Thomas Caswell
>> tcas...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sci...@go....
> For more options, visit https://groups.google.com/d/optout.
-- 
Thomas Caswell
tca...@gm...

Showing 3 results of 3

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /