Chad,
My recollections is that matplotlib doesn't distribute the source code to
FreeType, it only uses it as a dependency. As such, MPL is in the clear
with its more permissive licensing.
-Paul
On Fri, Feb 17, 2017 at 12:45 PM, CAB wrote:
> Hi, All,
>
> I just went to install matplotlib version
It appears that the build of matplotlib in conda-forge does not require
pyqt5:
https://github.com/conda-forge/matplotlib-feedstock/blob/master/recipe/meta.yaml
So in your case, I would do:
conda remove pyqt5 matplotlib
conda install --channel=conda-forge matplotlib
On Thu, Feb 2, 2017 at 8:48 AM
Madhav,
Do I understand correctly that you want to generate a 14k x 14k image in
matplotlib? Are there computer monitors available that can display such an
image in native quality?
-p
On Thu, Aug 25, 2016 at 11:59 PM, Jens Nielsen
wrote:
> Hi Madhav
>
> We have moved our mailing lists off sourc
I'm really digging option D too -- it has the bonus of being unambiguously
distinct from GNUPlot,
On Wed, Jun 3, 2015 at 5:29 PM, Benjamin Root wrote:
> May I suggest an update to the code showing the 3d sRGB colorspace? Can
> you add a "shade=False" to it? Currently, in pycam02ucs.viscm.py, ar
A brief poll of my office gave
3 A's and a B.
One of the A's came from someone who can't remember their distinct flavor
of color blindness, but definitely gets tripped up by reds and greens.
-p
On Wed, Jun 3, 2015 at 1:29 PM, Arnd Baecker wrote:
> In our group I also recieved quite mixed respon
Just want to chime in and say that they colorblind versions of the maps are
pretty nice too. Can those be made available?
It also occurs to me that these are pretty similar to the existing colormap
GNUPlot. I don't know if that's good or bad, but something to keep in mind
if the desire is for matp
Sorry for send you two emails, Nathaniel.
I'm going to vote for A with C as a close second.
Of the three, B looks the most "bandy" to me (but not overly so).
-p
On Tue, Jun 2, 2015 at 6:46 PM, Nathaniel Smith wrote:
> Hi all,
>
> As was hinted at in a previous thread, Stéfan van der Walt and I
After you've setup your development environment with all of the MPL
dependencies, navigate to the MPL source directory and install it with:
$ python setup.py develop
or
$ pip install -e .
That'll create a link in site-packages (or whatever that directory is) to
the source directory. After you m
Joe,
You should introduce yourself as "that guy who did that paw detection post that
saved that one guy's research".
-P
—
Sent from Mailbox
On Mon, Mar 30, 2015 at 4:52 PM, Thomas Caswell
wrote:
> +1 from me. I suspect many people got their start learning mpl from you on
> SO ;)
> Tom
You can comment on specific lines of code in the pull request interface,
but that's not what I think you're describing. A better practice, IMO is to
raise a DeprecationWarning when the soon-to-be-removed code is executed.
Then you can just grep for those and get cracking.
-p
On Tue, Mar 10, 2015 a
IMO, this seems like a bug. I would expect bars to change height with
zoom/limit levels.
-p
—
Sent from Mailbox
On Sat, Mar 7, 2015 at 4:20 PM, Tomo Lazovich wrote:
> Hello matplotlib developers,
> I'm not sure if this is the right mailing list for this question, so please
> re-direct me i
There are several cycles in seaborn. Is it safe to assume that you mean the
'deep' palette?
On Mon, Feb 16, 2015 at 14:40 Eric Firing wrote:
> On 2015/02/16 12:01 PM, Eric Firing wrote:
>
> >
> > Proposals for the new color cycle for line plots?
>
> Here is a proposal: we simply adopt seaborn's c
Perhaps this is a bit a of tangent, but what is exactly is the distinction
between the project and the software?
Is it as simple as: software = code and project = code + mailing list +
documentation + managing issues on github?
On Mon, Feb 16, 2015 at 11:04 AM, Matthew Brett
wrote:
> Hi,
>
> On
I'm 99% sure you can do this in a GUI window. Does your solution have to be
in the notebook?
On Tue, Jan 27, 2015 at 12:37 AM, Mark Bakker wrote:
> Thanks, Tom.
>
> I want to use ginput to draw a straight line on a graph.
> The line is used to select a cross-section of a contour plot.
>
> I was
Tony! This is very cool. Bravo.
On Mon, Jan 5, 2015 at 8:42 PM, Tony Yu wrote:
> I've been playing around with learning Javascript lately. As part of the
> process, I created a Flask app to build a gallery for matplotlib style
> sheets:
>
> https://github.com/tonysyu/matplotlib-style-gallery
>
>
For Q and A no. But it's great for announcements, links to example of upcoming
or new features, etc.
—
Sent from Mailbox
On Sat, Dec 20, 2014 at 2:11 PM, Eric Firing wrote:
> On 2014/12/20, 10:45 AM, Thomas Caswell wrote:
>> We have a Twitter account?!?
> It's news to me, too. Maybe it was s
I'd like to propose an update to the default boxplot symbology: all black
Q: How much more black could the boxplots be?
A: None. None more black.
(sorry, ben)
On Fri, Nov 21, 2014 at 7:18 PM, Benjamin Root wrote:
> With regards to defaults for 2.0, I am actually all for breaking them for
> the
he PR.
-p
On Tue, Jul 15, 2014 at 11:28 PM, Lennart Fricke
wrote:
> Hello Paul Hobson,
>
> you changed defaults in:
>
> commit 7df0313b010d211997cf391d1bee38e194db5618
> Author: Paul Hobson
> Date: Wed May 14 00:01:57 2014 -0700
>
> restored default boxplot s
I'll look into this now.
On Tue, Jul 15, 2014 at 11:43 AM, Lennart Fricke
wrote:
>
> Hello,
>
> could somebody please check if the baseline_image is like it should be.
> During refactoring some of the linestyle handling, the test mentioned
> fails.
> And it seems to me, that the expected image
Peter,
Can you submit this as a pull request on github?
http://matplotlib.org/devel/gitwash/git_development.html
On Fri, May 30, 2014 at 12:37 PM, Peter St. John
wrote:
> Finally made this into a patch to allow the dynamic updating of the
> axes.labelpad parameter.
> Hope this is in the approp
Wow. Thanks so much, Stan! This is a huge help and works just as I need it
to.
Much appreciated!
On Mon, Mar 24, 2014 at 11:26 AM, Stan West wrote:
> On 2014-03-24 14:08, Stan West wrote:
>
> May I suggest that you look at the mailing list thread from that time [1],
> try the patch in the thr
//github.com/matplotlib/matplotlib/pull/2643
Looking at it now -- it looks like cbook.boxplot_stats' docstring got
cutoff. I'll pull together a PR to fix that soon.
Feel free to hit me up with any other questions!
-paul
On Sat, Feb 15, 2014 at 2:20 PM, Yaroslav Halchenko wrote:
&
Hey Yaroslav,
As the author of the fix and the recent overhaul to boxplots, I can say
with certainty that R is wrong! ;-)
More seriously, the main thing that I take away from Tukey's paper about
boxplots, is that there are many valid ways to draw them. I personally set
up the new boxplot function
I noticed that when you offset the spines of an Axes object, the labels,
ticks, and ticklabels/formatting get mostly cleared. Is this intentional
and is there a way to prevent (or undo) it?
It's probably easiest to just look at a notebook:
http://nbviewer.ipython.org/gist/phobson/8818648
That not
You mentioned in the comments that it only occurs with a lot (~4 GB)of
data. Could it be that you're on a 32-bit system and you're generating a
file that's too big for your OS to handle?
On Tue, Dec 3, 2013 at 1:21 AM, buckeliger wrote:
> I have described and uploaded a sample file with the pro
s non 2.6 compatible, but don't know enough to
> tell you what.
>
> On Mon, Dec 2, 2013 at 1:00 PM, Paul Hobson wrote:
> > Hey folks,
> >
> > I've got a branch going to refactor the boxplot function and address
> several
> > issues that have cropped up lat
Hey folks,
I've got a branch going to refactor the boxplot function and address
several issues that have cropped up lately.
Currently, everything on my feature branch is working well except for
Travis' Python 2.6 build.
Here's a link directly the error on the build:
https://travis-ci.org/phobson
Eduard,
Did you make any progress on this? I'm trying to do the same thing and it's
skipping my tests entirely.
-paul
On Thu, Oct 10, 2013 at 5:41 AM, Eduard Bopp wrote:
> Hello,
>
> I am developing a toolkit to parse, analyse and plot some scientific
> data using matplotlib. Among them are som
Hey folks,
While I'm primarily a Vim/Sublime Text kind of guy, my employer provides me
with a Windows machine with Visual Studio and whatnot. So I've been giving
PTVS a shot (https://pytools.codeplex.com/). Seems perfectly nice so far.
But the point is that I just wanted the dev team to know that
On Fri, Aug 16, 2013 at 9:08 AM, Chris Barker - NOAA Federal <
chris.bar...@noaa.gov> wrote:
> On Fri, Aug 16, 2013 at 7:32 AM, Michael Droettboom
> wrote:
> > We actually discussed this very issue yesterday in our Google hangout
> about
> > continuous integration. We're probably going to need t
be shared
>> with the world. Things are even more complex on Windows, and I'd like to
>> do that there, too. So stay tuned.
>>
>> Mike
>>
>>
>> On 08/16/2013 10:02 AM, Paul Hobson wrote:
>>
>> Mike,
>>
>> That's great n
Mike,
That's great news. Is there any chance we can look forward to "official"
instructions for setting up a Mac to develop matplotlib?
I gave up a long time ago and started piecing to together my meager PRs in
a linux VM.
-paul
On Fri, Aug 16, 2013 at 6:52 AM, Michael Droettboom wrote:
> Tha
://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.3.0rc4/
>
> Christoph
>
>
> On 7/2/2013 11:04 AM, Paul Hobson wrote:
> > On Fri, Jun 21, 2013 at 10:42 AM, Michael Droettboom > <mailto:md...@stsci.edu>> wrote:
> >
> >
On Fri, Jun 21, 2013 at 10:42 AM, Michael Droettboom wrote:
> I have made a new release candidate (1.3.0rc4) that fixes the following
> vs. 1.3.0rc3:
>
> - It doesn't add a setup.cfg file to the tarball
>
> - It doesn't install the KnownFailure nose plugin as a pkg_resources
> entry_point (this c
On Thu, May 30, 2013 at 5:03 PM, Michael Droettboom wrote:
> On 05/30/2013 02:27 PM, Chris Barker - NOAA Federal wrote:
> >
> > With a fully-function mathtex, it could be the default (only?) text
> > layout system for MPL, simplifying things quite a bit.
>
> I'm not sure that's realistic. The us
On Thu, Mar 14, 2013 at 1:50 AM, Pierre Barbier de Reuille <
pie...@barbierdereuille.net> wrote:
> Hello,
>
> for my own research, I have implemented a function plotting datasets as
> violin plots ( http://en.wikipedia.org/wiki/Violin_plot ). I attach an
> example output that I am using.
>
> It is
On Sat, Dec 22, 2012 at 3:25 PM, Patrick Marsh wrote:
> The matplotlib.org website is down right now -- at least for me.
>
> Also, over the last 2-3 months or so, I'd guess that about 50% of the time
> I go to the website it's down. Granted, I don't go daily, so I'm guessing
> that part of this is
On Wed, Dec 12, 2012 at 5:59 AM, Michael Droettboom wrote:
>
> http://matplotlib.org/examples/api/clippath_demo.html
>
> It's perfectly reasonable code, but seems strange that it's clipped off to
> the corner which I think makes it less useful as an example.
>
>
If I understand correctly, you're
On Mon, Dec 10, 2012 at 2:18 PM, Tony Yu wrote:
> Hi all,
>
> I'm not sure if non-core-developers are allowed to post MEPs, but I just
> did ;). MEP 12 outlines the reorganization of the example gallery and
> subsequent clean up of the examples:
>
> https://github.com/matplotlib/matplotlib/wi
On Fri, Nov 16, 2012 at 7:58 AM, Skipper Seabold wrote:
> On Fri, Nov 16, 2012 at 10:19 AM, Yaroslav Halchenko
> wrote:
> > I just found some code (http://www.onerussian.com/tmp/plots.py and
> > pasted below for review/feedback) laying around which I wrote around
> > matplotlib for plotting prima
On Tue, Sep 18, 2012 at 3:57 PM, Russell E. Owen wrote:
> In article <50509fb1.7070...@stsci.edu>,
> Michael Droettboom
> wrote:
>
>> I have tagged and created a tarball for 1.2.0rc1. The githash is
>> bda6dd9feab8. The tarball is on the github download page here:
>>
>> https://github.com/mat
Damon,
When the current state of the relevant python libraries, scipy is
required to create a QQ plot. Therefore, matplotib will never be able
to natively make QQ or probability plots. I've got a PR into the the
statsmodels project to do just what you need (and more!).
https://github.com/statsmode
I'll be more than happy to provide similar help testing on Windows 7.
-paul
On Sun, Feb 26, 2012 at 5:52 PM, John Hunter wrote:
>
>
> On Sun, Feb 26, 2012 at 6:16 PM, Mark Lawrence
> wrote:
>>
>> On 25/02/2012 17:13, John Hunter wrote:
>>
>> > After we get the bugfix out I'd like to gear up for
series as I would use it).
I'll try to bang that out this weekend while this is still fresh.
-p
On Fri, Dec 9, 2011 at 1:29 PM, Benjamin Root wrote:
> On Thu, Dec 8, 2011 at 10:45 AM, Paul Hobson wrote:
>>
>> Matplotlib gurus:
>>
>> I took at stab at the g
Matplotlib gurus:
I took at stab at the git work flow and incorporated my personal
modifications to the boxplot function. Github's diff can be found
here:
https://github.com/phobson/matplotlib/compare/master...manual_boxplots
In summary, if your data is MxN, you can manually specify medians and
t
Thanks, Scott. That's a huge help.
-p
On Tue, Mar 8, 2011 at 12:49 AM, Scott Sinclair
wrote:
> On 8 March 2011 09:40, Paul Hobson wrote:
>> Is it in git or svn? I just cloned and installed from git using:
>> git clone git://github.com/astraw/matplotlib.git
>> cd
Is it in git or svn? I just cloned and installed from git using:
git clone git://github.com/astraw/matplotlib.git
cd matplotlib
sudo python setupegg.py develop
Starting ipython, and importing matplotlib, I get:
In [2]: matplotlib.__version__
Out[2]: '1.0.0'
I thought v1.0.1 was available. Should
47 matches
Mail list logo