Re: [matplotlib-devel] AGG site down?
Thanks for that information. I am putting together a PR that corrects those links and also makes a few other small documentation changes. Hopefully, this will be the last change needed for v1.4.0! Cheers! Ben Root On Sun, Aug 3, 2014 at 1:51 AM, Nicolas P. Rougier wrote: > > This has been discussed on the agg mailing list and the new official site > is: > > http://agg.sourceforge.net/antigrain.com/index.html > > > (antigrain.com was down for a while then up for ~ 1 month and is now > broken again, not sure what happened). > And the project is still alive. > > > Nicolas > > > On 03 Aug 2014, at 04:30, Benjamin Root wrote: > > > We link to antigrain.com from our documentation, but it seems that the > link is down now. Is this just a temporary thing, or has it been down for a > while? > > > > Is the project still active since the passing of its main developer, or > perhaps it moved elsewhere? > > > > Ben Root > > > -- > > Want fast and easy access to all the code in your enterprise? Index and > > search up to 200,000 lines of code with a free copy of Black Duck > > Code Sight - the same software that powers the world's largest code > > search on Ohloh, the Black Duck Open Hub! Try it now. > > http://p.sf.net/sfu/bds___ > > Matplotlib-devel mailing list > > Matplotlib-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
[matplotlib-devel] Polygon vs. Patch
This might be a stupid question, but what is the difference between a Polygon and Patch? A Polygon is subclassed from a Patch. The only real substantial difference I see is that a Polygon object has logic flagging and ensuring that it has a closed ring, but does that really merit a whole new class? What makes things even more confusing is that RegularPolygon and CirclePolygon are not even subclassed from Polygon. I wonder if we might want to consider folding in some of Polygon's functionality into Patch, and simply let Polygon be an alias for Patch (after all, a polygon is usually what people think of when they really want a patch). Just a thought. Cheers! Ben Root -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] Polygon vs. Patch
No, a Patch is not automatically a Polygon. You could make a Patch out of splines or Bezier curves, for example. Cheers, Stefan -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Polygon-vs-Patch-tp43743p43746.html Sent from the matplotlib - devel mailing list archive at Nabble.com. -- Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel