SourceForge logo
SourceForge logo
Menu

matplotlib-users — Discussion related to using matplotlib

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
(3)
Jun
Jul
Aug
(12)
Sep
(12)
Oct
(56)
Nov
(65)
Dec
(37)
2004 Jan
(59)
Feb
(78)
Mar
(153)
Apr
(205)
May
(184)
Jun
(123)
Jul
(171)
Aug
(156)
Sep
(190)
Oct
(120)
Nov
(154)
Dec
(223)
2005 Jan
(184)
Feb
(267)
Mar
(214)
Apr
(286)
May
(320)
Jun
(299)
Jul
(348)
Aug
(283)
Sep
(355)
Oct
(293)
Nov
(232)
Dec
(203)
2006 Jan
(352)
Feb
(358)
Mar
(403)
Apr
(313)
May
(165)
Jun
(281)
Jul
(316)
Aug
(228)
Sep
(279)
Oct
(243)
Nov
(315)
Dec
(345)
2007 Jan
(260)
Feb
(323)
Mar
(340)
Apr
(319)
May
(290)
Jun
(296)
Jul
(221)
Aug
(292)
Sep
(242)
Oct
(248)
Nov
(242)
Dec
(332)
2008 Jan
(312)
Feb
(359)
Mar
(454)
Apr
(287)
May
(340)
Jun
(450)
Jul
(403)
Aug
(324)
Sep
(349)
Oct
(385)
Nov
(363)
Dec
(437)
2009 Jan
(500)
Feb
(301)
Mar
(409)
Apr
(486)
May
(545)
Jun
(391)
Jul
(518)
Aug
(497)
Sep
(492)
Oct
(429)
Nov
(357)
Dec
(310)
2010 Jan
(371)
Feb
(657)
Mar
(519)
Apr
(432)
May
(312)
Jun
(416)
Jul
(477)
Aug
(386)
Sep
(419)
Oct
(435)
Nov
(320)
Dec
(202)
2011 Jan
(321)
Feb
(413)
Mar
(299)
Apr
(215)
May
(284)
Jun
(203)
Jul
(207)
Aug
(314)
Sep
(321)
Oct
(259)
Nov
(347)
Dec
(209)
2012 Jan
(322)
Feb
(414)
Mar
(377)
Apr
(179)
May
(173)
Jun
(234)
Jul
(295)
Aug
(239)
Sep
(276)
Oct
(355)
Nov
(144)
Dec
(108)
2013 Jan
(170)
Feb
(89)
Mar
(204)
Apr
(133)
May
(142)
Jun
(89)
Jul
(160)
Aug
(180)
Sep
(69)
Oct
(136)
Nov
(83)
Dec
(32)
2014 Jan
(71)
Feb
(90)
Mar
(161)
Apr
(117)
May
(78)
Jun
(94)
Jul
(60)
Aug
(83)
Sep
(102)
Oct
(132)
Nov
(154)
Dec
(96)
2015 Jan
(45)
Feb
(138)
Mar
(176)
Apr
(132)
May
(119)
Jun
(124)
Jul
(77)
Aug
(31)
Sep
(34)
Oct
(22)
Nov
(23)
Dec
(9)
2016 Jan
(26)
Feb
(17)
Mar
(10)
Apr
(8)
May
(4)
Jun
(8)
Jul
(6)
Aug
(5)
Sep
(9)
Oct
(4)
Nov
Dec
2017 Jan
(5)
Feb
(7)
Mar
(1)
Apr
(5)
May
Jun
(3)
Jul
(6)
Aug
(1)
Sep
Oct
(2)
Nov
(1)
Dec
2018 Jan
Feb
Mar
Apr
(1)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2020 Jan
Feb
Mar
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025 Jan
(1)
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
S M T W T F S
1
(1)
2
(12)
3
(12)
4
(19)
5
(7)
6
(6)
7
(2)
8
(2)
9
(11)
10
(15)
11
(27)
12
(27)
13
(18)
14
(3)
15
(3)
16
(25)
17
(9)
18
(3)
19
(4)
20
(2)
21
(4)
22
(9)
23
(28)
24
(18)
25
(16)
26
(9)
27
(4)
28
(13)
29
(15)
30
(33)





Showing 4 results of 4

From: Sandro T. <mo...@de...> - 2009年11月21日 22:10:19
Hi all,
I'm pleased to announce that the book about Matplotlib has been
published. More info at:
 http://sandrotosi.blogspot.com/2009/11/matplotlib-for-python-developers.html
Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
From: Zunbeltz I. <zun...@gm...> - 2009年11月21日 19:28:50
Hi,
I would like to have a different marker facecolor in the legend that in
the plot. Is there any way to change this color?=20
In more detail my problem is the following. I plotted 6 dataset. They
are divided in 2 groups; one with blue and the other with red color.
In each group I have used 3 different markers. I have annotated the
meaning of the color in the plot, so I don't need a legend with 6 lines.
I only need 3, but I would like that the markers in this plot will be
empty (markerfacecolor=3Dwhite). Is it possible?
Best regards,
Zunbeltz
-- 
Zunbeltz Izaola
From: Sébastien B. <bar...@cr...> - 2009年11月21日 16:50:59
Le 18 novembre 2009 17:24, Michael Droettboom <md...@st...> a écrit :
>
> This is a bug -- but it has a fairly straightforward fix: to use Sphinx's
> "include" directive rather than roll our own as we currently do. This has
> been fixed in SVN r7972. plot-directive now takes an "encoding" option,
> exactly like the Sphinx include directive. It does not do automatic
> encoding detection (meaning it ignores the "# coding: latin1" comments),
> just as the Sphinx include directive does.
>
Hello Michael,
thank you for your fast reply and action. I just tried with the version from
trunk (r7978) and I still have an encoding problem on the same test case. It
seems to happen when the file is ran (to produce the figure) rather. I do
not understand what is happenning, I would have expected imp to proprely
guess the encoding.
Could you tell me if you have the same problem ? Do you have any idea of
what is going on ?
Thanks !
$ git clone git://github.com/sbarthelemy/SphinxEncoding.git
$ cd SphinxEncoding/
$ make html
sphinx-build -b html -d _build/doctrees . _build/html
Making output directory...
Running Sphinx v0.6.2
loading pickled environment... not found
building [html]: targets for 1 source files that are out of date
updating environment: 1 added, 0 changed, 0 removed
/home/barthelemy/.local/lib/python2.6/site-packages/matplotlib/sphinxext/plot_directive.py:273:
UserWarning: Exception running plot ./fileutf8.py
Traceback (most recent call last):
 File
"/home/barthelemy/.local/lib/python2.6/site-packages/matplotlib/sphinxext/plot_directive.py",
line 270, in render_figures
 run_code(plot_path, function_name, plot_code)
 File
"/home/barthelemy/.local/lib/python2.6/site-packages/matplotlib/sphinxext/plot_directive.py",
line 182, in run_code
 "__plot__", fd, fname, ('py', 'r', imp.PY_SOURCE))
 File "fileutf8.py", line 2, in <module>
 print(u"accent aigus é")
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position
13: ordinal not in range(128)
From: Gary R. <gr...@bi...> - 2009年11月21日 06:58:31
Attachments: subdiv.py
Hi Jeff,
I finally had a chance to try this. I can't get it to work but I think 
I'm close - for some reason, the way I'm creating the geos polygons 
seems to always intersect the boundary polygon. It's hard to think of a 
good minimal example for this so I've attached an example that 
illustrates the problem - it tries to plot an icosahedron on the 
Mollweide plot.
Gary R.
Jeff Whitaker wrote:
> Gary Ruben wrote:
>> I'm plotting a coverage map of a sphere using the Mollweide plot in
>> basemap. The attachment is an example that is produced by sending an
>> array of polygons (one polygon per row described as four corners, one
>> per column) described using polar (theta) and azimuthal (phi) angles to
>> the following function. As a kludge, I discard any polygons that cross
>> the map boundary, but this produces artefacts and it would be better to
>> subdivide these and keep the parts. I was wondering whether there's a
>> function I missed that allows me to add polygons and performs the split
>> across the map boundary.
>>
>> Gary R.
> 
> Gary: You might be able to use the _geoslib module to compute the 
> intersections of those polygons with the map boundary. I do a similar 
> thing with the coastline polygons in the _readboundarydata function. 
> The _boundarypolyll and _boundarypolyxy instance variables have the 
> vertices of the map projection region polygons in lat/lon and projection 
> coords. You could do somethig like this:
> 
> from mpl_toolkits.basemap import _geoslib
> poly = _geoslib.Polygon(b) # a geos Polygon instance 
> describing your polygon)
> b = self._boundarypolyxy.boundary
> bx = b[:,0]; by= b[:,1]
> boundarypoly = _geoslib.Polygon(b) # a geos Polygon instance 
> describing the map region
> if poly.intersects(boundarypoly):
> geoms = poly.intersection(boundarypoly)
> polygons = [] # polygon intersections to plot.
> for psub in geoms:
> b = psub.boundary # boundary of an intersection
> polygons.append(zip(b[:,0],b[:,1]))
> 
> -Jeff

Showing 4 results of 4

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