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
(12) |
2
(10) |
3
(1) |
4
(12) |
5
(1) |
6
(4) |
7
(2) |
8
(30) |
9
(10) |
10
(14) |
11
(6) |
12
(1) |
13
(11) |
14
(14) |
15
(2) |
16
|
17
(1) |
18
|
19
|
20
(1) |
21
(2) |
22
(2) |
23
(3) |
24
(1) |
25
(3) |
26
|
27
|
28
|
|
|
|
|
|
John Hunter wrote: >>>>>>"Paul" == Paul Barrett <ba...@st...> writes: > > > This is the continuation of an exchange in which Fernando reported a > problem when viewing eps figures generated by mpl and included in a > pdf file generated by latex. Thanks John, I really appreciate you working on this right now. Unfortunately I'm scrambling to finish this talk, so I don't have time to switch matplotlib versions right now across my desktop _and_ laptop. Don't switch horses while crossing the river and all that. But next week I'll look into the fix. For now, switching to pngs works OK, they look fine (if not perfect) under Acroread, which is all I need. As a side note, even if these print fine, since I use acroread for a laptop-based presentation via a projector, that doesn't do me much good :) Anyway, thanks again to John and Paul for tackling this at my request. I'll survive with the png solution for now, and will look into the new PS option next week. While on that topic: would it be possible/sensible to support at least sub/superscripts and symbols in the plain PS backends? Gnuplot allows you to switch fonts and embed symbols with the native PS symbol font, which has the advantage of producing tiny PS files. Here's an example of some old code of mine: tit_s = "N_{nod}=%s, {/Symbol e}=%1.1e, N_{blocks}=%s" title = tit_s % (self.nnod,self.cutoff,self.nkeys()) Not perfect, and eps-specific, but quite handy for making small EPS files with basic mathematical notation. I suggest this because right now, as far as I'm concerned, the mathtext support is in practice of little use. Since the _whole_ string has to be $-$ bracketed, putting text with a bit of math doesn't work well. Most real-world usage of symbols in plot labels is of this kind, rather than one big equation. I know about using \textrm for text, but the resulting spacing is so ugly that it's really not worth using. Another option would be to get support for mathtext in substrings (e.g. r'Error for $\epsilon=1$' as a valid label). But I know that's hard. If you go down this road, for ease of parsing, you may want to require the beginning/end math markers to be \( \), as latex allows (but doesn't enforce). Anyway, I'm really grateful and don't want to sound like a whiner. With time, I'm sure we'll be able to work out all the remaining kinks of proper labeling for scientific plots with math in them in an optimal manner. And again, thanks for all the hard work so far. Best, f
>>>>> "Paul" == Paul Barrett <ba...@st...> writes: This is the continuation of an exchange in which Fernando reported a problem when viewing eps figures generated by mpl and included in a pdf file generated by latex. Paul> In acroread the fonts on page 4 look like crap, but if I Paul> print it, it looks fine. So the problem looks like a Paul> mismatch between acroread and the TTF. I took the plunge and made a new rc param ps.useafm : False if True, the ps backend will fall back on old font handling, using afm files and not embedding true type. This of course breaks mathtext, but does result in files that are small, and they may work better in acroread when converted to PDF via latex. Here is simple_plot made with useafm = False and useafm = True. peds-pc311:~/python/projects/matplotlib> ls -l *.ps -rw-rw-r-- 1 jdhunter jdhunter 7137 Feb 23 15:36 afm.ps -rw-rw-r-- 1 jdhunter jdhunter 144234 Feb 23 15:35 ttf.ps It appears to pass backend driver, though I didn't visually check every output. It would be nice to extend this approach to allow the user to use afm for everything but mathtext, if desired, as well as to embed only the individual truetype glyphs as we've discussed before, but this is a start. I didn't use the state caching with the afm fonts since this is a system Jochen created and I don't want to break anything, so Jochen you may want to take a look and clean it up. I'm pretty sure I didn't break anything -- just added new functionality that might be able to be done more efficiently. Fernando, on another note, I believe the Cairo backend generates PS, which you could also try. I haven't looked at it. JDH
Hey folks, after an afternoon of mixing and matching pythons, py2exes and matplotlibs I was able to downgrade to a version that works. python: 2.3.5 py2exe: 0.5.2 pygtk: 2.4.1 numeric: 23.7 numarray: 1.1.1 matplotlib: 0.65.1 My money is on something about matplotlib changed from 0.65.1 to the current version. But having dirty build and dist directories could have affected things as well. So the issue has been sort of resolved for me (I can make do with the older version of matplotlib just fine), but maybe not for someone else who needs a newer version of the library. Keep up the great work everyone, Joe Joe Garfield wrote: > Hello all, > > I still have not been able to solve this problem and need a little > assistance. So far I've tried every permutation > of the -i and -p command-line options (-p matplotlib.numerix, -i > matplotlib.numerix.*), but to no avail. My next > step is to see if I can rebuild the environment that I had when the > py2exe thing was working (downgrade all the > versions of the involved packages). What I need in the meantime is some > speculation as to why this is failing. > > Thanks, > Joe > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel >