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
(1)
4
(6)
5
(14)
6
(18)
7
(2)
8
(1)
9
(6)
10
(6)
11
(1)
12
(4)
13
14
15
16
17
18
(9)
19
20
(4)
21
(1)
22
23
(1)
24
25
26
27
28
29
30





Showing 9 results of 9

From: Glen W. M. <Gle...@sw...> - 2007年04月18日 22:41:20
On Wed, Apr 18, 2007 at 03:10:54PM -0700, Yusdi Santoso wrote:
> I'm not sure if this is the right mailing list for this, so please bear with 
> me if this is not for you.
> 
> I have developed a web front end for matplotlib, rather inspired by matlab 
> development environment. You can find more of the details here:
> http://www.physics.ox.ac.uk/users/santoso/Software.WebLab.html
> 
> It is usable right now although with some known problem especially in the 
> area of secure code execution.
> Any comments will be greatly appreciated.
Yusdi,
weblab looks like a really awesome project.
I haven't installed it yet, but I noticed that you released it LGPL.
Did you by chance already take into account this page?
http://www.scipy.org/License_Compatibility
Glen
From: Yusdi S. <yu...@ho...> - 2007年04月18日 22:11:04
Hi all,
I'm not sure if this is the right mailing list for this, so please bear with 
me if this is not for you.
I have developed a web front end for matplotlib, rather inspired by matlab 
development environment. You can find more of the details here:
http://www.physics.ox.ac.uk/users/santoso/Software.WebLab.html
It is usable right now although with some known problem especially in the 
area of secure code execution.
Any comments will be greatly appreciated.
Thanks and best regards,
Yusdi
_________________________________________________________________
Mortgage refinance is Hot. *Terms. Get a 5.375%* fix rate. Check savings 
https://www2.nextag.com/goto.jsp?product=100000035&url=%2fst.jsp&tm=y&search=mortgage_text_links_88_h2bbb&disc=y&vers=925&s=4056&p=5117
From: Eric F. <ef...@ha...> - 2007年04月18日 17:59:06
Manuel,
Thanks very much. I have applied your patch.
Eric
Manuel Metz wrote:
> Dear all,
> some time ago (October last year) I mailed a patch for a bug in
> backend_agg.py which is still not included. I attached the patch against
> the latest SVN again.
> The problem seems to be a missing parameter when calling the function
> draw_ellipse.
> 
> Manuel
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Index: backend_agg.py
> ===================================================================
> --- backend_agg.py	(revision 3243)
> +++ backend_agg.py	(working copy)
> @@ -172,8 +172,8 @@
> if __debug__: verbose.report('RendererAgg.draw_point', 'debug-annoying')
> rgbFace = gc.get_rgb()
> self._renderer.draw_ellipse(
> - gc, rgbFace, x, y, 0.5, 0.5)
> -
> + gc, rgbFace, x, y, 0.5, 0.5, 0.0)
> + 
> def draw_mathtext(self, gc, x, y, s, prop, angle):
> """
> Draw the math text using matplotlib.mathtext
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: James E. <jre...@ea...> - 2007年04月18日 14:53:45
Fixed. Try again.
> -----Original Message-----
> From: Eric Firing [mailto:ef...@ha...]
> Sent: Wednesday, April 18, 2007 12:22 AM
> To: James Evans
> Cc: matplotlib development list
> Subject: R3237 breaks mri_with_eeg.py demo
> 
> Revision 3237 to fix set_ticklabels seems to have a problem: it breaks
> examples/mri_with_eeg.py.
> 
> Eric
From: <jir...@gm...> - 2007年04月18日 13:33:26
dGhlIHNhbWUgcHJvYmxlbS4KVGVtcG9yYXJ5IHNvbHV0aW9uIGlzIHRvIHNldCBzZWNvbmQgdHVw
bGUgdmFsdWVzIHRvIG5vbnplcm8gKDAuMDAwMSBmb3IKZXhhbXBsZSkgYmVmb3JlIHBhc3Npbmcg
aXQgaW50byBzZXFfeHlfdHVwcywgYnV0IGl0IGlzIHZlcnkgX2RpcnR5Xy4KCkdvdCB2ZXJzaW9u
IDAuOTAuMCBpbnN0YWxsZWQgZnJvbSBzb3VyY2UgKGxhdGVzdCBLdWJ1bnR1KS4KSi4KCk9uIDE4
LzA0LzA3LCBKb3VuaSBLLiBTZXBww6RuZW4gPGprc0Bpa2kuZmk+IHdyb3RlOgo+Cj4gIkppxZnD
rSBQb3BlayIgPGppcmkucG9wZWtAZ21haWwuY29tPiB3cml0ZXM6Cj4KPiA+IGFueXRpbWUgd2hl
biByZXF1ZXN0aW5nIHNlbWlsb2d5KCkgb24gYmFyIG9yIGhpc3QgY2hhcnQsIGZvbGxvd2luZyBl
cnJvcgo+ID4gb2NjdXJzOgo+Cj4gSG93IGFib3V0IGJhciguLi4sIGxvZz1UcnVlKSBvciBoaXN0
KC4uLiwgbG9nPVRydWUpPwo+Cj4gLS0KPiBKb3VuaSBLLiBTZXBww6RuZW4KPiBodHRwOi8vd3d3
LmlraS5maS9qa3MKPgo+Cj4gLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQo+IFRoaXMgU0YubmV0IGVtYWlsIGlz
IHNwb25zb3JlZCBieSBEQjIgRXhwcmVzcwo+IERvd25sb2FkIERCMiBFeHByZXNzIEMgLSB0aGUg
RlJFRSB2ZXJzaW9uIG9mIERCMiBleHByZXNzIGFuZCB0YWtlCj4gY29udHJvbCBvZiB5b3VyIFhN
TC4gTm8gbGltaXRzLiBKdXN0IGRhdGEuIENsaWNrIHRvIGdldCBpdCBub3cuCj4gaHR0cDovL3Nv
dXJjZWZvcmdlLm5ldC9wb3dlcmJhci9kYjIvCj4gX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX18KPiBNYXRwbG90bGliLWRldmVsIG1haWxpbmcgbGlzdAo+IE1h
dHBsb3RsaWItZGV2ZWxAbGlzdHMuc291cmNlZm9yZ2UubmV0Cj4gaHR0cHM6Ly9saXN0cy5zb3Vy
Y2Vmb3JnZS5uZXQvbGlzdHMvbGlzdGluZm8vbWF0cGxvdGxpYi1kZXZlbAo+Cg==
From: <jk...@ik...> - 2007年04月18日 13:08:54
"Jiří Popek" <jir...@gm...> writes:
> anytime when requesting semilogy() on bar or hist chart, following error
> occurs:
How about bar(..., log=True) or hist(..., log=True)?
-- 
Jouni K. Seppänen
http://www.iki.fi/jks
From: <jir...@gm...> - 2007年04月18日 12:56:24
Hi all,
anytime when requesting semilogy() on bar or hist chart, following error
occurs:
 File "/usr/lib/python2.5/site-packages/matplotlib-
0.90.0-py2.5-linux-i686.egg/matplotlib/backends/backend_qtagg.py", line 161,
in print_figure
 **kwargs )
 File "/usr/lib/python2.5/site-packages/matplotlib-
0.90.0-py2.5-linux-i686.egg/matplotlib/backends/backend_agg.py", line 456,
in print_figure
 self.draw()
 File "/usr/lib/python2.5/site-packages/matplotlib-
0.90.0-py2.5-linux-i686.egg/matplotlib/backends/backend_agg.py", line 392,
in draw
 self.figure.draw(renderer)
 File "/usr/lib/python2.5/site-packages/matplotlib-
0.90.0-py2.5-linux-i686.egg/matplotlib/figure.py", line 569, in draw
 for a in self.axes: a.draw(renderer)
 File "/usr/lib/python2.5/site-packages/matplotlib-
0.90.0-py2.5-linux-i686.egg/matplotlib/axes.py", line 1155, in draw
 a.draw(renderer)
 File "/usr/lib/python2.5/site-packages/matplotlib-
0.90.0-py2.5-linux-i686.egg/matplotlib/patches.py", line 215, in draw
 tverts = self.get_transform().seq_xy_tups(verts)
ValueError: Cannot take log of nonpositive value
I am sure that there is no negative value (just some zeros - this could be
the problem)
Anybody have an idea how to solve it?
From: Manuel M. <mm...@as...> - 2007年04月18日 10:02:41
Attachments: backend_agg.patch
Dear all,
some time ago (October last year) I mailed a patch for a bug in
backend_agg.py which is still not included. I attached the patch against
the latest SVN again.
The problem seems to be a missing parameter when calling the function
draw_ellipse.
Manuel
-- 
---------------------------------------
 Manuel Metz ............ Stw@AIfA
 Argelander Institut fuer Astronomie
 Auf dem Huegel 71 (room 3.06)
 D - 53121 Bonn
 E-Mail: mm...@as...
 Web: www.astro.uni-bonn.de/~mmetz
 Phone: (+49) 228 / 73-3660
 Fax: (+49) 228 / 73-3672
---------------------------------------
From: Eric F. <ef...@ha...> - 2007年04月18日 07:23:10
Revision 3237 to fix set_ticklabels seems to have a problem: it breaks 
examples/mri_with_eeg.py.
Eric

Showing 9 results of 9

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 によって変換されたページ (->オリジナル) /