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
(2) |
2
(1) |
3
(17) |
4
(9) |
5
(2) |
6
(5) |
7
(8) |
8
(11) |
9
(6) |
10
(6) |
11
(21) |
12
(21) |
13
(17) |
14
(25) |
15
(15) |
16
(2) |
17
|
18
(9) |
19
(22) |
20
(25) |
21
(31) |
22
(19) |
23
(2) |
24
(5) |
25
(19) |
26
(10) |
27
(13) |
28
(14) |
29
(20) |
30
(5) |
31
(9) |
|
|
|
|
|
|
There are a few ways to make ticks invisible. ax = subplot(111, frame_on=False) ax.xaxis.set_ticks_position("none") ax.yaxis.set_ticks_position("none") regards, -JJ On Tue, Jan 26, 2010 at 5:28 PM, Michael Cohen <mc...@ca...> wrote: > Sorry, I should be clearer. > Inside the plot, I have made a shape, say a circle. > However, when I save it to eps, the circle is surrounded by a rectangular > box and tick marks, though I have managed to get the numbers that go with > those tick marks to stop showing up. > I am looking for a way to make the bounding rectangle with the tick marks > disappear. > What you suggest here does in fact remove the bounding rectangle. Now, how > can I get rid of the tick marks? > > Cheers > Michael > > On 01/26/2010 02:18 PM, Jae-Joon Lee wrote: >> >> You mean removing the the axes frame? >> >> subplot(111, frame_on=False) >> >> I'm sorry but it is not clear what you want. >> >> Regards, >> >> -JJ >> >> On Tue, Jan 26, 2010 at 4:18 AM, Michael Cohen<mc...@ca...> wrote: >>> >>> Hi all, >>> Thanks for the help so far. One more question - >>> How do I completely remove the axes? >>> I currently have a plot where a square hatching of lines is deformed to >>> create a sky projection, so the square block of axes actually gets in >>> the way. How do I remove it? >>> >>> Cheers >>> Michael >>> >>> >>> ------------------------------------------------------------------------------ >>> The Planet: dedicated and managed hosting, cloud storage, colocation >>> Stay online with enterprise data centers and the best network in the >>> business >>> Choose flexible plans and management services without long-term contracts >>> Personal 24x7 support from experience hosting pros just a phone call >>> away. >>> http://p.sf.net/sfu/theplanet-com >>> _______________________________________________ >>> Matplotlib-users mailing list >>> Mat...@li... >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>> > >
If you do not mind the output size slightly adjusted, try savefig("somename.png", bbox_inches="tight") Regards, -JJ On Tue, Jan 26, 2010 at 3:27 PM, John Hunter <jd...@gm...> wrote: > On Tue, Jan 26, 2010 at 12:00 PM, cwurld <cw...@ya...> wrote: >> >> Hi, >> >> I am trying to generate some pngs without using the GUI interface using the >> AGG backend. The problem is when I set figsize, the bottom part of the >> x-axis label is clipped. I am using python 2.5 in windows XP. I just >> installed the lastest version of matplotlib today version 0.98.3. Below is >> the code that produces two images that both have this problem. > > > Try setting > > fig.subplots_adjust(bottom=0.2) > > The default is 0.1 > > JDH > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users >
You mean removing the the axes frame? subplot(111, frame_on=False) I'm sorry but it is not clear what you want. Regards, -JJ On Tue, Jan 26, 2010 at 4:18 AM, Michael Cohen <mc...@ca...> wrote: > Hi all, > Thanks for the help so far. One more question - > How do I completely remove the axes? > I currently have a plot where a square hatching of lines is deformed to > create a sky projection, so the square block of axes actually gets in > the way. How do I remove it? > > Cheers > Michael > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users >
On Tue, Jan 26, 2010 at 12:00 PM, cwurld <cw...@ya...> wrote: > > Hi, > > I am trying to generate some pngs without using the GUI interface using the > AGG backend. The problem is when I set figsize, the bottom part of the > x-axis label is clipped. I am using python 2.5 in windows XP. I just > installed the lastest version of matplotlib today version 0.98.3. Below is > the code that produces two images that both have this problem. Try setting fig.subplots_adjust(bottom=0.2) The default is 0.1 JDH
Hi, I am trying to generate some pngs without using the GUI interface using the AGG backend. The problem is when I set figsize, the bottom part of the x-axis label is clipped. I am using python 2.5 in windows XP. I just installed the lastest version of matplotlib today version 0.98.3. Below is the code that produces two images that both have this problem. from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas from matplotlib.figure import Figure fname1=r'C:\Documents and Settings\CCM\Desktop\test_plot1.png' fname2=r'C:\Documents and Settings\CCM\Desktop\test_plot2.png' fig = Figure(figsize=(4,3)) canvas = FigureCanvas(fig) ax = fig.add_subplot(111) ax.set_clip_box(None) ax.plot([1,2,3]) ax.set_title('hi mom') ax.grid(True) ax.set_xlabel('time') ax.set_ylabel('volts') print fig.get_size_inches() canvas.print_figure(fname1,dpi=200) fig.savefig(fname2) -- View this message in context: http://old.nabble.com/png-is-clipped-tp27327004p27327004.html Sent from the matplotlib - users mailing list archive at Nabble.com.
per freem wrote: > Hi all, > > To annotate my figures with Greek letters, I use the following: > > import matplotlib > matplotlib.use('PDF') > import matplotlib.pyplot as plt > from matplotlib import rc > rc('font',**{'family':'sans-serif','sans-serif':['Helvetica']}) > plt.rcParams['ps.useafm'] = True > rc('font',**{'family':'sans-serif','sans-serif':['Helvetica']}) > plt.rcParams['pdf.fonttype'] = 42 > # plot figure > # ... > # annotate figure > plt.xlabel(r'$\mu$ = 50') > plt.ylabel(r'$\sigma$ = 1.5') > > This makes the equal symbol and everything to the right of it in the > Helvetica font, as intended, and the Greek symbols default to the > usual TeX font (which I believe is Times New Roman.) > > How can I make it so the font used for the Greek letters is the > "Symbol" font instead? It's important for me not to have it appear in > the default Times font of TeX. > There's information about changing the math font here: http://matplotlib.sourceforge.net/users/mathtext.html#fonts You may be able to use "Symbol" as a custom font, but this is untested, as far as I know. It would have to contain a Unicode mapping to be usable. Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA
Hi all, To annotate my figures with Greek letters, I use the following: import matplotlib matplotlib.use('PDF') import matplotlib.pyplot as plt from matplotlib import rc rc('font',**{'family':'sans-serif','sans-serif':['Helvetica']}) plt.rcParams['ps.useafm'] = True rc('font',**{'family':'sans-serif','sans-serif':['Helvetica']}) plt.rcParams['pdf.fonttype'] = 42 # plot figure # ... # annotate figure plt.xlabel(r'$\mu$ = 50') plt.ylabel(r'$\sigma$ = 1.5') This makes the equal symbol and everything to the right of it in the Helvetica font, as intended, and the Greek symbols default to the usual TeX font (which I believe is Times New Roman.) How can I make it so the font used for the Greek letters is the "Symbol" font instead? It's important for me not to have it appear in the default Times font of TeX. thanks for your help.
Hi all, Thanks for the help so far. One more question - How do I completely remove the axes? I currently have a plot where a square hatching of lines is deformed to create a sky projection, so the square block of axes actually gets in the way. How do I remove it? Cheers Michael
Hello, I'm trying to install matplotlib and am getting the error: [lots of OK output] g++ -pthread -shared build/temp.linux-x86_64-2.6/src/_png.o build/temp.linux-x86_64-2.6/src/mplutils.o build/temp.linux-x86_64-2.6/CXX/cxx_extensions.o build/temp.linux-x86_64-2.6/CXX/cxxsupport.o build/temp.linux-x86_64-2.6/CXX/IndirectPythonInterface.o build/temp.linux-x86_64-2.6/CXX/cxxextensions.o -L/usr/local/lib -L/usr/lib -L/usr/local/lib64 -L/usr/lib64 -lpng -lz -lstdc++ -lm -lpthread -ldl -lutil -o build/lib.linux-x86_64-2.6/matplotlib/_png.so /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: /usr/local/lib/libz.a(crc32.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libz.a: could not read symbols: Bad value collect2: ld returned 1 exit status error: command 'g++' failed with exit status 1 Anyone have any suggestions? Thanks Gary -- Gary Robinson CTO Emergent Music, LLC personal email: ga...@me... work email: gro...@fl... Company: http://www.flyfi.com Blog: http://www.garyrobinson.net