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

Showing 5 results of 5

From: <Mal...@cs...> - 2005年09月08日 22:31:06
"My users" want to see the ps output scaled to A4, which I also think is =
the correct behaviour. Usually you increase the size of the window on =
the screen to get a better view of things, but when you want to print =
the figure it should adjust to the papersize.
Also, how do you know the figure is larger than the papersize?!
From: Paul B. <peb...@gm...> - 2005年09月08日 15:12:45
Yes, I've also seen the same problem and have been meaning to fix it. I've=
=20
not got time right now, but will look into it when I do.
-- Paul
On 9/8/05, Malte Marquarding <Mal...@cs...> wrote:
>=20
> Hi,
>=20
> I haven't managed to get savefig to give correct results on the following=
=20
> (I
> am using ps.papersize=3D"A4")
>=20
>=20
> subplot(211)
> subplot(222)
> #resize the window by mouse
> savefig("t.ps <http://t.ps>",orientation=3D"landscape")
>=20
> If viewed in a e.g. "gv" the drawings extend past the "A4" page.
>=20
> This behaviour seems only be present after resizing the figure window.
>=20
> Cheers,
> Malte.
>=20
>=20
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle=20
> Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q=
A
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
From: Darren D. <dd...@co...> - 2005年09月08日 13:31:10
On Thursday 08 September 2005 1:55 am, Malte Marquarding wrote:
> Hi,
>
> I haven't managed to get savefig to give correct results on the following
> (I am using ps.papersize="A4")
>
>
> subplot(211)
> subplot(222)
> #resize the window by mouse
> savefig("t.ps",orientation="landscape")
>
> If viewed in a e.g. "gv" the drawings extend past the "A4" page.
>
> This behaviour seems only be present after resizing the figure window.
I am not able to reproduce this behavior, unless I resize the window to make 
the figure larger than A4 paper. That's not what you are talking about, is 
it?
-- 
Darren S. Dale
Bard Hall
Department of Materials Science and Engineering
Cornell University
Ithaca, NY. 14850
dd...@co...
http://people.ccmr.cornell.edu/~dd55/
From: Steve C. <ste...@ya...> - 2005年09月08日 13:07:21
x11FontDirectory() uses '/usr/sbin/chkfontpath' if available, to find system 
font directories.
I believe chkfontpath was developed to work with the old X server method
of font handling and is now obsolete, and gives unreliable results. 
On my system (Fedora 4) chkfontpath lists subdirectories of 
 /usr/X11R6/lib/X11/fonts/
 /usr/share/fonts/
but fails to list
 /usr/share/fonts/bitstream-vera
I propose deleting the use of chkfontpath, and simply using:
X11FontDirectories = [
 "/usr/X11R6/lib/X11/fonts/TTF/",
 "/usr/share/fonts/"
 ]
Also, fontconfig (part of the newer font handling system than makes chkfontpath
obsolete) provides utilities to query fonts:
'fc-list' lists the available fonts,
'fc-cache -v' (as root) lists the font directories.
Steve
Send instant messages to your online friends http://au.messenger.yahoo.com 
From: Malte M. <Mal...@cs...> - 2005年09月08日 05:55:38
Hi,
I haven't managed to get savefig to give correct results on the following (I 
am using ps.papersize="A4")
subplot(211)
subplot(222)
#resize the window by mouse
savefig("t.ps",orientation="landscape")
If viewed in a e.g. "gv" the drawings extend past the "A4" page.
This behaviour seems only be present after resizing the figure window.
Cheers,
Malte.

Showing 5 results of 5

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