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
(9) |
2
(8) |
3
(6) |
4
(5) |
5
(10) |
6
(1) |
7
|
8
(5) |
9
(3) |
10
(12) |
11
(24) |
12
(28) |
13
(16) |
14
(3) |
15
(10) |
16
(17) |
17
(19) |
18
(10) |
19
(20) |
20
(7) |
21
(11) |
22
(7) |
23
(5) |
24
(4) |
25
(11) |
26
(19) |
27
(1) |
28
(1) |
29
(13) |
30
(7) |
31
(22) |
|
|
|
From: Peter D. <pd...@uc...> - 2011-08-02 22:29:32
|
Hello all, In Windows, when I create any plot, click on the save button, then right click in the save window (e. g. to create a new folder or rename a file), Matplotlib freezes. It stays frozen until I close Explorer. Also the Interpret that launched it stays frozen too. OS: Windows XP x64 matplotlib version: 1.0.1 Where I obtained matplotlib: Python xy 2.6.6.2 (official 32-bit binary) Customizations: none Minimal code to reproduce: import matplotlib from matplotlib import pyplot as plt plt.plot([0, 1],[1, 2]) followed by clicking on the Save button, and right clicking in the Explorer. Overall, not a big deal, since I can perform any file operations necessary outside the little popup window, but this is still not correct functionality. Thank you all, -- Peter DeVore |
From: Benjamin R. <ben...@ou...> - 2011-08-02 15:40:19
|
On Mon, Aug 1, 2011 at 2:44 PM, Alexey Uimanov <s9g...@gm...> wrote: > I am writing gtk2 application on python, I need to plot a chart in > separate window and i just use this code > > def matplot_print(self, print_values): > """\brief print data by matplotlib and shw the figure > \param print_values [(name - is a string, [(datetime, value)] > - is a list of data to plot)] - list of charts to plot > """ > fig = plt.figure() > ax = fig.add_subplot(111) > names = map(lambda a: a[0], print_values) > lines = map(lambda chart: ax.plot_date(map(lambda chd: > chd[0], chart[1]), > map(lambda chy: > chy[1], chart[1]), '-'), print_values) > plt.figlegend(lines, names, 'upper left') > > majloc = AutoDateLocator() > majform = AutoDateFormatter(majloc) > ax.xaxis.set_major_locator(majloc) > ax.xaxis.set_major_formatter(majform) > ax.autoscale_view() > ax.grid(True) > fig.autofmt_xdate() > fig.show() > > The figure is showing and everything works before closing the window > of figure. It seems that figure call gtk.main_quit() when closing it's > window. How to override this behaviour ? > > I think what is happening is that matplotlib assumes that if it has to create the figure window itself, then it assumes that it has to manage the main loop itself as well. Is it possible to have the main application provide the window object for embedding the matplotlib figure within? Ben Root |
From: John H. <jd...@gm...> - 2011-08-02 13:24:41
|
On Mon, Aug 1, 2011 at 6:48 PM, Ivan D Vasin <iv...@ad...> wrote: > i came across some issues while attempting to install matplotlib today: > > > ==== > first issue: no bug tracker > ==== > matplotlib's website has a link to a bug tracker that is no longer available. i'm guessing this mailing list is > the new bug tracker, which seems to me like a downgrade. > > > ==== > second issue: outdated PyPI listing > ==== > the current version of matplotlib is 1.0.1. but the PyPI download URL is such that it causes pip to install > an older version, 0.91.1: > > $ pip install matplotlib > Downloading/unpacking matplotlib > Downloading matplotlib-0.91.1.tar.gz (3.9Mb): 3.9Mb downloaded > [...] > > matplotlib devs: please fix your PyPI listing. I have looked at this several times on the pypi page as this has come up before and do not see anything wrong with the listing. The 0.91.1 listing is tagged as "hidden" and the 1.0.1 listing is the only release that is not hidden. I don't see any other way to flag the 1.0.1 listing as active. It may be that the 0.91.1 release was the last time I issued a pypi command from setup.py from the command line. There should be a way to fix this from the pypi web interface but I haven't found it.l If any other dev wants to look at it, I can share the password with you if you contact me. JDH |
From: denoise <hub...@pa...> - 2011-08-02 12:05:01
|
Great! The last post from the page http://stackoverflow.com/questions/5656798/python-matplotlib-is-there-a-way-to-make-a-discontinuous-axis was exactly what i want! It should work for me with some little modifications! Thanks to all! I'll post a screenshot when it's ready! Hubert Warren Weckesser-3 wrote: > > On Thu, Jul 28, 2011 at 5:41 AM, denoise <hub...@pa...> > wrote: >> >> Hi there, >> >> i'd like to plot a data series with signal values over timestamps, what >> works perfectly. But if I want to display 2 series with different time >> domains, theres a gap in between. >> For example my first set of data is from time (x) 1-3 and the second from >> 7-8. If I send the mixed array to the plot, I will receive something like >> that: >> >> y| x x x x x x >> x| 0 1 2 3 4 5 6 7 8 9 10 11 >> >> But if there is considerably more time between the to data sets, it soon >> will look confusing. >> What i need is a graph over this: >> >> y| x x x x x x >> x| 1 2 3 7 8 9 >> >> Of course I could do this with 2 subplots, but i want to scroll over a >> whole >> set of data. >> Is it possible wih matplotlib, or is there a workaround? > > > There are a couple examples here: > > http://stackoverflow.com/questions/5656798/python-matplotlib-is-there-a-way-to-make-a-discontinuous-axis > > > Warren > > > >> >> Thanks! >> Hubert >> >> -- >> View this message in context: >> http://old.nabble.com/plot-with-discontinuous-x-axis-tp32155499p32155499.html >> Sent from the matplotlib - users mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> Got Input? Slashdot Needs You. >> Take our quick survey online. Come on, we don't ask for help often. >> Plus, you'll get a chance to win $100 to spend on ThinkGeek. >> http://p.sf.net/sfu/slashdot-survey >> _______________________________________________ >> Matplotlib-users mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> > > ------------------------------------------------------------------------------ > Got Input? Slashdot Needs You. > Take our quick survey online. Come on, we don't ask for help often. > Plus, you'll get a chance to win $100 to spend on ThinkGeek. > http://p.sf.net/sfu/slashdot-survey > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > -- View this message in context: http://old.nabble.com/plot-with-discontinuous-x-axis-tp32155499p32177325.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
From: sebastian <seb...@si...> - 2011-08-02 08:51:25
|
Hi, On Tue, 02 Aug 2011 08:43:47 +0000, Freedom Fighter wrote: > Hi, > > what's the easiest method of creating a square wave plot? > Let's say I have a data stream of bits that have values of "1" or > "-1". > The plot function wants to draw a diagonal line between those points > but I need to have a horizontal line. So to get a "square wave" I > must > insert additional points to the series when the values change. > I wonder if there an easy way of doing this? You can use the "step" function, which does exactly this and has arguments for setting where the step is made, etc. Regards, Sebastian |
From: Freedom F. <fr...@gm...> - 2011-08-02 08:43:57
|
Hi, what's the easiest method of creating a square wave plot? Let's say I have a data stream of bits that have values of "1" or "-1". The plot function wants to draw a diagonal line between those points but I need to have a horizontal line. So to get a "square wave" I must insert additional points to the series when the values change. I wonder if there an easy way of doing this? |
From: Ivan D V. <iv...@ad...> - 2011-08-02 01:57:29
|
i came across some issues while attempting to install matplotlib today: ==== first issue: no bug tracker ==== matplotlib's website has a link to a bug tracker that is no longer available. i'm guessing this mailing list is the new bug tracker, which seems to me like a downgrade. ==== second issue: outdated PyPI listing ==== the current version of matplotlib is 1.0.1. but the PyPI download URL is such that it causes pip to install an older version, 0.91.1: $ pip install matplotlib Downloading/unpacking matplotlib Downloading matplotlib-0.91.1.tar.gz (3.9Mb): 3.9Mb downloaded [...] matplotlib devs: please fix your PyPI listing. matplotlib users: you can work around this by using the following command instead (but see the issue below): $ pip install http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/matplotlib-1.0.1.tar.gz ==== third issue: missing dependency specifications ==== a long time ago, distutils was the only way to define how to set up a Python project and to run actions against such a definition. later, setuptools superseded distutils as the standard. now, setuptools is so old that has been superseded by distribute. look at nearly any active project in the Python community, and you will find that it uses distribute and has installation docs that refer to pip (instead of the old easy_install that came with setuptools). and for good reason, since each successor to distutils brought significant improvements on many counts. i think it's safe to say that anyone using Python in the modern day uses it with distribute, or at least with setuptools. but matplotlib appears to still use distutils: setup.py:35 ---- from distutils.core import setup ---- one of the major improvements that came with setuptools is the ability to specify dependencies via the ``install_requires`` keyword argument to the ``setup()`` call in a project's setup script. package managers such as pip can use this to automatically fetch unsatisfied dependencies. however, since matplotlib doesn't have an install_requires, its dependencies are left unsatisfied, even when using pip, which results in the following: ---- $ pip install http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/matplotlib-1.0.1.tar.gz Downloading/unpacking http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/matplotlib-1.0.1.tar.gz Downloading matplotlib-1.0.1.tar.gz (13.3Mb): 13.3Mb downloaded Running setup.py egg_info for package from http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/matplotlib-1.0.1.tar.gz basedirlist is: ['/usr/local', '/usr'] ============================================================================ BUILDING MATPLOTLIB matplotlib: 1.0.1 python: 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) [GCC 4.5.2] platform: linux2 REQUIRED DEPENDENCIES numpy: no * You must install numpy 1.1 or later to build * matplotlib. Complete output from command python setup.py egg_info: basedirlist is: ['/usr/local', '/usr'] ============================================================================ BUILDING MATPLOTLIB matplotlib: 1.0.1 python: 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) [GCC 4.5.2] platform: linux2 REQUIRED DEPENDENCIES numpy: no * You must install numpy 1.1 or later to build * matplotlib. ---------------------------------------- Command python setup.py egg_info failed with error code 1 Storing complete log in /home/ivan/.pip/pip.log ---- matplotlib devs: please fix your setup script to use setuptools (distribute acts as a drop-in replacement) and specify an ``install_requires`` as well as any applicable ``extras_require`` (e.g. for matplotlib backends and optional features). matplotlib users: you can work around this, at least for the unconditional dependency on numpy, as follows: $ pip install numpy $ pip install http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/matplotlib-1.0.1.tar.gz ==== fourth issue: compiler warnings about ``-Wstrict-prototypes`` ==== while building matplotlib, i get a bunch of these warnings: cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ they're harmless--i'm guessing gcc simply throws out the offending option. but compiler warnings exist for a reason--to warn developers of bad practices that may or may not lead to incorrect runtime behavior. leaving them in released code can lead to obfuscation of warnings about real issues and confusion about the causes of erroneous behavior. matplotlib devs: please fix your compiler flags to omit ``-Wstrict-prototypes`` from invocations of gcc and g++ on C++ files. matplotlib users: you can safely ignore these warnings. |