Re: [Matplotlib-users] List of matplotlib-using software for wikipedia

2014-10-08 Thread Michka Popoff
Hi maybe you could also just run a search on github with: “import matplotlib” or “from matplotlib import pyplot" You’ll get thousands of answers, but using the github search API https://developer.github.com/v3/search/, you could filter out this data (by project size or by project activity). Th

[Matplotlib-users] Question about copy_from_bbox

2014-03-31 Thread Michka Popoff
Hi I am using blitting and am not able to get it to work as I want. I am using copy_from_bbox during the setup of my PyQt GUI to save a meshgrid as a starting empty background. Then, once the GUI is loaded, the user can click on the meshgrid and a square is displayed on the selected pixel with