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




Showing 5 results of 5

From: Benjamin R. <ben...@ou...> - 2012年07月24日 19:38:12
On Tue, Jul 24, 2012 at 10:52 AM, Sami Niemi <s....@uc...> wrote:
> Thanks Ben for your explanation. I have filed a feature request:
> https://github.com/matplotlib/matplotlib/issues/1037
>
>
> Cheers,
> Sami
>
>
Sami,
I did take a quick peek at the code to assess how much effort it would take
to make it work properly. It isn't trivial, to say the least, because the
user-supplied rotation value is overwritten in order to do the 3d-managed
rotation. This is actually similar to another problem where user-supplied
colors to scatter plots would be over-written as one interacts with the
plot.
I have a possible quickfix in mind, but I have to test it out, and I
already know of some edge cases where it won't work. But it might be
sufficient for most use-cases.
Cheers!
Ben Root
From: Luciano F. <l_...@ya...> - 2012年07月24日 17:27:01
Still not working. The output looks like this:
File "NotasFaltasdoisgraficos.py", line 58
  ax3.axvspan(*mdates.datestr2num(['05/18/2012', '06/30/2012']), facecolor='g', alpha=0.5)
                                                              ^
SyntaxError: invalid syntax
When you say "...change the months to short English form" you mean in the data file?
That is, Abr -> Apr, Mai -> May??? ...still did not work.
________________________________
 From: Phil Elson <pel...@gm...>
To: Luciano Fleischfresser <lf...@ut...> 
Cc: "Mat...@li..." <Mat...@li...> 
Sent: Monday, July 23, 2012 5:45 PM
Subject: Re: [Matplotlib-users] axvspan with dates on x-axis
 
Looks like your very close.
I needed to change the months to short English form, change the line
 ax3.grid('True') to ax3.grid(True)
and add the line
 ax3.axvspan(*mdates.datestr2num(['05/18/2012', '06/30/2012']),
facecolor='g', alpha=0.5)
To get the box on the lower plot.
Hope that helps,
On 23 July 2012 20:42, Luciano Fleischfresser <l_...@ya...> wrote:
> I want to place a colored vertical range on my plot and came across the
> following example:
>
> http://stackoverflow.com/questions/8270981/in-a-matplotlib-plot-can-i-highlight-specific-x-value-ranges/8271438#8271438
>
> It shows what I am trying to do using axvspan.
> However, I was not able to reproduce the second plot with dates.
> Errors like 'invalid syntax' for color='red' and others prevented me from
> reproducing the plot.
> The demo from Matplotlib gallery worked fine for me. My plot also has dates
> on the x-axis.
>
> I am attaching code and data file. Hope someone can point me in the right
> direction.
>
> L Fleischfresser
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Mat...@li...
https://lists.sourceforge.net/lists/listinfo/matplotlib-users 
From: Sami N. <s....@uc...> - 2012年07月24日 14:52:43
Thanks Ben for your explanation. I have filed a feature request:
https://github.com/matplotlib/matplotlib/issues/1037
Cheers,
Sami
On 24 Jul 2012, at 15:39, Benjamin Root wrote:
> On Tue, Jul 24, 2012 at 10:10 AM, Sami Niemi <s....@uc...> wrote:
> Hi,
> 
> I have not managed to rotate the axes label text when generating a 3D plot, while in 2D everything works just fine. Here's a short snippet to demonstrate:
> 
> import matplotlib.pyplot as plt
> from mpl_toolkits.mplot3d import Axes3D
> 
> fig = plt.figure()
> ax = fig.add_subplot(111, projection='3d')
> 
> ax.set_zlabel('label text flipped', rotation=45)
> 
> ax.azim = 225
> 
> plt.show()
> 
> 
> Because mplot3d has to managed the rotation of the axes label text itself, it over-rides any user-specified rotations. I guess it is feasible to apply a rotation on top of the internal rotation. Could you file a feature request on github for this?
> 
> Cheers!
> Ben Root
> 
From: Benjamin R. <ben...@ou...> - 2012年07月24日 14:40:26
On Tue, Jul 24, 2012 at 10:10 AM, Sami Niemi <s....@uc...> wrote:
> Hi,
>
> I have not managed to rotate the axes label text when generating a 3D
> plot, while in 2D everything works just fine. Here's a short snippet to
> demonstrate:
>
> import matplotlib.pyplot as plt
> from mpl_toolkits.mplot3d import Axes3D
>
> fig = plt.figure()
> ax = fig.add_subplot(111, projection='3d')
>
> ax.set_zlabel('label text flipped', rotation=45)
>
> ax.azim = 225
>
> plt.show()
>
>
Because mplot3d has to managed the rotation of the axes label text itself,
it over-rides any user-specified rotations. I guess it is feasible to
apply a rotation on top of the internal rotation. Could you file a feature
request on github for this?
Cheers!
Ben Root
From: Sami N. <s....@uc...> - 2012年07月24日 14:30:20
Hi, 
I have not managed to rotate the axes label text when generating a 3D plot, while in 2D everything works just fine. Here's a short snippet to demonstrate:
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
fig = plt.figure()
ax = fig.add_subplot(111, projection='3d')
ax.set_zlabel('label text flipped', rotation=45)
ax.azim = 225
plt.show()
I've tried other commands like:
ax.w_zaxis.set_label_text(r'$\left ( \frac{R}{R_{ref}} \right )^{2}$', rotation='vertical')
without success. I would prefer not to use a solution like "pathpatch3d_demo.py" because then I need to find the location separately. Any suggestions?
Cheers,
Sami

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