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
(7) |
2
(12) |
3
(7) |
4
(23) |
5
(5) |
6
(7) |
7
(4) |
|
8
(7) |
9
(25) |
10
(17) |
11
(25) |
12
(11) |
13
(8) |
14
(6) |
|
15
(1) |
16
(22) |
17
(11) |
18
(12) |
19
(22) |
20
(32) |
21
(9) |
|
22
(4) |
23
(16) |
24
(5) |
25
(9) |
26
(26) |
27
(21) |
28
(14) |
|
29
(6) |
30
(8) |
31
(4) |
|
|
|
|
|
From: Jae-Joon L. <lee...@gm...> - 2010-08-03 23:26:30
|
On Wed, Aug 4, 2010 at 12:11 AM, Benjamin Root <ben...@ou...> wrote:
> I have done some further research on this, and it appears to be a bug of
> some sort. Possibly the Locators are already made by the time the
> ax.set_xticks([]) is called and that function falls on deaf ears because the
> real xaxis is actually a different object for Axes3D. When trying to dig
> down and force zero ticks from being used (using NullLocator), I get errors
> when attempting to draw:
I think this is a bug in Axis3D. In the meantime, one can use
# make ticklabels and ticklines invisible
for a in ax.w_xaxis.get_ticklines()+ax.w_xaxis.get_ticklabels():
a.set_visible(False)
Note that w_xaxis, w_yaxis, w_zaxis correspond to x, y, z axis.
To remove y tickmakes, replace ax.w_xaxis with ax.w_yaxis.
Regards,
-JJ
|
|
From: Jae-Joon L. <lee...@gm...> - 2010-08-03 23:12:14
|
On Wed, Aug 4, 2010 at 2:21 AM, R. Padraic Springuel
<R.S...@um...> wrote:
> Things I've tried:
> Adding a size keyword argument to the set_xlabel and set_ylabel commands
> (both numerical and keywords). No errors are raised, but nothing is
> changed on the plot.
>
> Adding host.axis["left"].set_size(24) and
> par.axis["right"].set_size('large'), to the code. This raises an
> AttributeError: 'AxisArtist' object has no attribute 'set_size'
>
> Adding host.set_size(24) and par.set_size('large') to the code. This
> raises an AttributeError: 'AxesHostAxes' object has no attribute 'set_size'
>
> Any suggestions for how to get the font size larger?
host.axis["left"].major_ticklabels.set_size(24)
or
host.axis["left"].label.set_size(24)
should work.
On the other hand, if you're using matplotlib v1.0 or later, I
recommend you to use "axes_grid1" instead of "axes_grid". With
axes_grid1, set_xlable and set_ylable work as expected. For example,
your code can be something like below.
import matplotlib.pyplot as plt
from mpl_toolkits.axes_grid1.parasite_axes import HostAxes
fig = plt.figure()
host = HostAxes(fig,[0.08, 0.1, 0.82, 0.83])
fig.add_axes(host)
par = host.twinx()
host.set_xlabel('Dominant Characteristic Threshold', size=24)
host.set_ylabel('Number of Groups', size=24)
par.set_ylabel(' Noise Students', size=24)
# bunch of plot commands
host.set_ylim(0,8)
par.set_ylim(0,0.9)
Regards,
-JJ
|
|
From: R. P. S. <R.S...@um...> - 2010-08-03 17:50:46
|
I'm creating a twined axes figure and have run into a problem. I need
to increase the font size of all the text on the plot, but nothing I do
seems to work.
Here's the code I have to generate the plot:
> fig = figure()
> host = HostAxes(fig,[0.08, 0.1, 0.82, 0.83])
> par = ParasiteAxes(host,sharex=host)
> host.parasites.append(par)
> host.set_xlabel('Dominant Characteristic Threshold')
> host.axis['right'].set_visible(False)
> par.axis['right'].set_visible(True)
> host.set_ylabel('Number of Groups')
> par.set_ylabel('% Noise Students')
> par.axis["right"].major_ticklabels.set_visible(True)
> par.axis["right"].label.set_visible(True)
> fig.add_axes(host)
> p1, = par.plot(dom[-1],noise[-1],'-o')
> p2, = host.plot(dom[-1],ngroups[-1],'-s')
> p3, = par.plot([75,100],[.1,.1],'--',color=p1.get_color(),alpha=0.5)
> p4, = par.plot([75,100],[.2,.2],'--',color=p1.get_color(),alpha=0.5)
> p5, = par.plot([75,100],[.3,.3],'--',color=p1.get_color(),alpha=0.5)
> p6, = par.plot([75,100],[.4,.4],'--',color=p1.get_color(),alpha=0.5)
> p7, = par.plot([75,100],[.5,.5],'--',color=p1.get_color(),alpha=0.5)
> p8, = par.plot([75,100],[.6,.6],'--',color=p1.get_color(),alpha=0.5)
> p9, = par.plot([75,100],[.7,.7],'--',color=p1.get_color(),alpha=0.5)
> p10, = par.plot([75,100],[.8,.8],'--',color=p1.get_color(),alpha=0.5)
> host.set_ylim(0,8)
> par.set_ylim(0,0.9)
> host.axis["left"].label.set_color(p2.get_color())
> par.axis["right"].label.set_color(p1.get_color())
> draw()
> filename = 'Figures/%idomthreshold.png' % aa
> savefig(filename,dpi=150)
Things I've tried:
Adding a size keyword argument to the set_xlabel and set_ylabel commands
(both numerical and keywords). No errors are raised, but nothing is
changed on the plot.
Adding host.axis["left"].set_size(24) and
par.axis["right"].set_size('large'), to the code. This raises an
AttributeError: 'AxisArtist' object has no attribute 'set_size'
Adding host.set_size(24) and par.set_size('large') to the code. This
raises an AttributeError: 'AxesHostAxes' object has no attribute 'set_size'
Any suggestions for how to get the font size larger?
--
R. Padraic Springuel
Research Assistant
Department of Physics and Astronomy
University of Maine
Bennett 309
Office Hours: By Appointment Only
|
|
From: Benjamin R. <ben...@ou...> - 2010-08-03 15:12:19
|
On Mon, Jun 14, 2010 at 2:14 AM, Ola Skavhaug <ska...@si...> wrote:
> On Fri, Jun 11, 2010 at 4:50 PM, Benjamin Root <ben...@ou...> wrote:
> > Ola,
> >
> > Just to make sure, have you tried "ax.set_xticks([])"?
>
> Yes, I have tried that, but without success. Looks like the tick-logic
> is overridden for 3d plotting. Or at least, I cannot figure out how it
> works.
>
> Ola
>
> > Ben Root
> >
> >
> >
> > On Fri, Jun 11, 2010 at 3:05 AM, Ola Skavhaug <ska...@si...>
> wrote:
> >>
> >> Hi,
> >>
> >> I'm trying to remove the xtickmarks and ytickmarks from a 3d plot,
> >> without any success.
> >>
> >> The example I experiment with is the following:
> >>
> >> from mpl_toolkits.mplot3d import axes3d
> >> import matplotlib.pyplot as plt
> >>
> >> fig = plt.figure()
> >> ax = axes3d.Axes3D(fig)
> >> X, Y, Z = axes3d.get_test_data(0.05)
> >> cset = ax.contour(X, Y, Z, 16, extend3d=True)
> >> ax.clabel(cset, fontsize=9, inline=1)
> >>
> >> #One try that didn't work
> >> ax.set_xticklabels("")
> >>
> >> plt.show()
> >>
> >> It looks like the final plot ignores all my efforts in turning the
> >> ticks off. Any help on this matter would be greatly appreciated.
> >>
> >> Regards,
> >> --
> >> Ola Skavhaug
> >> Research Programmer
> >> Simula Research Laboratory
> >>
> >>
>
I have done some further research on this, and it appears to be a bug of
some sort. Possibly the Locators are already made by the time the
ax.set_xticks([]) is called and that function falls on deaf ears because the
real xaxis is actually a different object for Axes3D. When trying to dig
down and force zero ticks from being used (using NullLocator), I get errors
when attempting to draw:
Traceback (most recent call last):
File
"/home/bvr/Programs/matplotlib/matplotlib/lib/matplotlib/backends/backend_gtk.py",
line 390, in expose_event
self._render_figure(self._pixmap, w, h)
File
"/home/bvr/Programs/matplotlib/matplotlib/lib/matplotlib/backends/backend_gtkagg.py",
line 75, in _render_figure
FigureCanvasAgg.draw(self)
File
"/home/bvr/Programs/matplotlib/matplotlib/lib/matplotlib/backends/backend_agg.py",
line 394, in draw
self.figure.draw(self.renderer)
File "/home/bvr/Programs/matplotlib/matplotlib/lib/matplotlib/artist.py",
line 55, in draw_wrapper
draw(artist, renderer, *args, **kwargs)
File "/home/bvr/Programs/matplotlib/matplotlib/lib/matplotlib/figure.py",
line 798, in draw
func(*args)
File
"/home/bvr/Programs/matplotlib/matplotlib/lib/mpl_toolkits/mplot3d/axes3d.py",
line 172, in draw
ax.draw(renderer)
File
"/home/bvr/Programs/matplotlib/matplotlib/lib/mpl_toolkits/mplot3d/axis3d.py",
line 231, in draw
newval = get_flip_min_max(xyz1[0], newindex, mins, maxs)
IndexError: list index out of range
Ben Root
|
|
From: John H. <jd...@gm...> - 2010-08-03 12:43:57
|
On Mon, Aug 2, 2010 at 12:51 AM, David Goldsmith <d.l...@gm...> wrote: > Hi! Is there a way to see data values when imaging an array, say, e.g., > when holding the cursor over a point? Take a look at http://matplotlib.sourceforge.net/examples/api/image_zcoord.html JDH |
|
From: John H. <jd...@gm...> - 2010-08-03 12:42:31
|
On Tue, Aug 3, 2010 at 6:23 AM, thowa <tho...@fo...> wrote: > > Hi, > > I'm pretty new to Matplotlib and I'm really impressed about the > possibilities !!! > GREAT WORK !!! > > I have a figure with 3 subplots like this. > > *-------* *------------------------------* > | | | | > | A | | | > | | | | > *-------* | | > | C | > *-------* | | > | | | | > | B | | | > | | | | > *-------* *------------------------------* > > I want to have the text on the x-axes rotated, but only for subplot A and B > The text for subplot C should remain unrotated. All of the text commands "text", "xlabel", "ylabel", "title" take a rotation keyword argument, so you can pass that in and set the angle you want. With an existing text instance, you can call the set_rotation method. Here is a demo that shows some of the rotation modes http://matplotlib.sourceforge.net/examples/pylab_examples/alignment_test.html http://matplotlib.sourceforge.net/examples/pylab_examples/demo_text_rotation_mode.html JDH |
|
From: thowa <tho...@fo...> - 2010-08-03 11:23:14
|
Hi,
I'm pretty new to Matplotlib and I'm really impressed about the
possibilities !!!
GREAT WORK !!!
I have a figure with 3 subplots like this.
*-------* *------------------------------*
| | | |
| A | | |
| | | |
*-------* | |
| C |
*-------* | |
| | | |
| B | | |
| | | |
*-------* *------------------------------*
I want to have the text on the x-axes rotated, but only for subplot A and B
The text for subplot C should remain unrotated.
Is that is possible?
Best regards,
Thorsten
--
View this message in context: http://old.nabble.com/Rotated-text-for-selected-subplots-tp29334275p29334275.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
|