[Matplotlib-users] inconsistency between data coordinates via axData transformation

2016-03-29 Thread Simon
this code is that the manually transformed points are not in the same location as the ones plotted directly. They are close, but they are offset (perhaps by the space allocated to the axes?). Here is how it looks to me: https://imgur.com/PiqX2o8 Thanks f

[Matplotlib-users] zorder taking an array

2015-06-23 Thread Simon Walker
it be to implement? Thanks, Simon Walker -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical virtual servers

[Matplotlib-users] Fwd: re size Y scale

2011-10-02 Thread Simon Pfeiffer
/pyplot_api.html#matplotlib.pyplot.yticks If you are developing with the pylab option the command above should work without the pyplot prefix. If you continue having problems then please enclose the code with data if possible. Best, Simon 2011/10/2 Tiger11 lboquil...@gmail.com Hi, I'm

Re: [Matplotlib-users] embedding subset of fonts when saving to pdf

2011-05-30 Thread Simon Jesenko
Thank you for the info. I added the issue to the github for now. I will inspect the source whether there is an easy way to add subsetting of fonts for usetex=True case as well. Simon On 05/27/2011 05:02 PM, Michael Droettboom wrote: Ah, yes. That is all true. I'm not sure what options

[Matplotlib-users] Plotting 3D, Irregularly Triangulated Surfaces - An Example

2010-09-17 Thread Simon S. Clift
that randomly tesselating like this does generate dodgy surfaces occasionally, but that's the nature of any Delaunay triangulation in a case like this one. Best regards -- Simon #!/usr/bin/python # # Demonstration of how to plot a triangulated surface. # # We randomly tesselate the (x,y) plane and compute

Re: [Matplotlib-users] Screenshot on homepage

2010-08-14 Thread Simon Friedberger
appreciated. Best Simon -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev

[Matplotlib-users] Screenshot on homepage

2010-08-12 Thread Simon Friedberger
Simon -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev ___ Matplotlib-users mailing

Re: [Matplotlib-users] Confusion Matrix

2010-08-08 Thread Simon Friedberger
On 16:00 Fri 06.08.10, Simon Friedberger wrote: It is about the positioning of the rotated labels. The code is here: http://paste.pocoo.org/show/246870/ Note that in line 36 I had already remarked about the hack I used. Now I noticed that if the labels have different lengths rotating them

[Matplotlib-users] hbars with different labels left and right

2010-08-08 Thread Simon Friedberger
Simon -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev ___ Matplotlib-users

Re: [Matplotlib-users] Confusion Matrix

2010-08-06 Thread Simon Friedberger
/show/246870/ Note that in line 36 I had already remarked about the hack I used. Now I noticed that if the labels have different lengths rotating them gives different positions. What I really want to do is rotate about the bottom of the labels. Can that be done? Regards Simon

Re: [Matplotlib-users] Confusion Matrix

2010-07-29 Thread Simon Friedberger
For some magical reason when I set the ticks_position to none, setting the label_position to 'top' is ignored. Did you try this? Is it another command arrangement thing? On 09:26 Thu 29.07.10, Friedrich Romstedt wrote: axis.set_label_position('top') axis.set_ticks_position('none')

Re: [Matplotlib-users] Confusion Matrix

2010-07-28 Thread Simon Friedberger
in the examples. I think it's a relatively common usecase. Regards Simon -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash

Re: [Matplotlib-users] Confusion Matrix

2010-07-18 Thread Simon Friedberger
with whitespace. Is that intentional? Messed up? It looks all good to me. Regards Simon -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http

[Matplotlib-users] Confusion Matrix

2010-07-16 Thread Simon Friedberger
with this for a while now and don't have all the code states at hand anymore but basically at several points some of the above worked but the others didn't or something else (like the axis length) broke. Best Simon

[Matplotlib-users] Text alignment

2010-07-16 Thread Simon Friedberger
Hello List. Is it just me or does the alignment in the picture at http://matplotlib.sourceforge.net/users/text_props.html look off? Best Simon -- This SF.net email is sponsored by Sprint What will you do first with EVO

[Matplotlib-users] Running matplotlib job with cron

2009-06-25 Thread Paul Simon
', 'urlparse', 'linecache', 'matplotlib.shutil', 'time'] numerix numpy 1.0.4 Using fontManager instance from /home/paulsimon/.matplotlib/fontManager.cache The plot output took me a lot of time to work out, which I enjoyed, and the output is dazzling! Paul Simon

Re: [Matplotlib-users] Running matplotlib job with cron

2009-06-25 Thread Paul Simon
way I can debug to find out where the failure is? Paul - Original Message - From: Sandro Tosi matrixh...@gmail.com To: Paul Simon psi...@sonic.net Cc: matplotlib-users@lists.sourceforge.net Sent: Thursday, June 25, 2009 12:00 PM Subject: Re: [Matplotlib-users] Running matplotlib job

[Matplotlib-users] create ListedColormap with different alpha values

2008-11-21 Thread Simon Kammerer
work. What would be the best approach to create a Colormap with different alphas? ListedColormap would be convinient, but I can also go with LinearSegmentedColormap. Regards Simon - This SF.Net email is sponsored

[Matplotlib-users] inverse scale on twinx()

2008-07-01 Thread Simon
confident that matplotlib will do so, too. I just have no idea how... Do you know how to scale an y-axis inversely (or 'reversly')? Thank you for your help, Simon ps - here's my demo, perhaps it helps understanding... # import datetime, scipy from pylab import

[Matplotlib-users] solution found for: inverse scale on twinx()

2008-07-01 Thread Simon
another time ;-) ). greetings, Simon Simon schrieb: Hello to everybody, since I looked serveral days in vain to find a solution to my problem, I would like to ask you for help! Problem: I want to plot at least three timeseries in one chart. Two timeseries are to be plotted as lines

[Matplotlib-users] ImportError with Tkagg on windows

2007-10-04 Thread Simon Forman
help you can give me. Sincerely, ~Simon - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download

[Matplotlib-users] xticklabels: how to position majors on top/north, minors on bottom/south?

2007-07-23 Thread Simon Kammerer
| | --- 0 6 9 12 18 0 6 9 12 18 Regards Simon - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events

Re: [Matplotlib-users] Reusing basemap instance

2007-05-10 Thread Simon Kammerer
,...), then do map_axes.cla() an then add your items to the map axes again?! For my application, this seems to be the better way, as I'm deleting more elements than reusing elements. Shouldn't be too hard to rewrite my code, maybe I can tell you if it works in a few days. Cheers Simon Jesper

[Matplotlib-users] Basemap: how to fill continents and then contourf over filled continents?

2007-04-13 Thread Simon Kammerer
(but still let the coastlines and countries shine through the filled contours). Thanks for any hints Simon - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Matplotlib-users] Reuse or clone axes / figure / ??? from basemap for time series plot

2007-04-10 Thread Simon Kammerer
John Hunter schrieb: On 4/4/07, Simon Kammerer [EMAIL PROTECTED] wrote: Hi list, I guess it's not limited to the basemap toolkit, but it fits to explain my problem: I'd like to produce time series with basemap. As drawing coastlines, countrys etc. is expensive, but stays the same for every

Re: [Matplotlib-users] Best way to plot grid point values on a map?

2007-04-04 Thread Simon Kammerer
a little bit slower than contour / contourf. Simon Jeff Whitaker schrieb: Simon Kammerer wrote: Hi list, what's the best (meaning most efficient/fastest) way to plot grid point values on a map created with basemap? I'd like to plot the raw values of my data-array to the correspondig

[Matplotlib-users] Reuse or clone axes / figure / ??? from basemap for time series plot

2007-04-04 Thread Simon Kammerer
to clone an axes instance (or any other form of my background), so I can reuse it after I plotted the first time step and then called cla()? Thanks Simon - Take Surveys. Earn Cash. Influence the Future of IT Join

[Matplotlib-users] Force clabel to label all contour lines?

2007-04-02 Thread Simon Kammerer
Hi list, is there a way to force clabel to label all contour lines? Regards Simon - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

[Matplotlib-users] Plot data from custom class

2007-03-02 Thread Simon Wood
to use plot(X) where X is an instantiated object of type MyClass. Thanks, -Simon - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: [Matplotlib-users] Plot data from custom class

2007-03-02 Thread Simon Wood
On 3/2/07, John Hunter [EMAIL PROTECTED] wrote: John said: ...here is the minimal interface that appears to work class C(object): def __init__(self): self._data = (1,2,3,4,5) def __getitem__(self, i): return self._data[i] def __len__(self): return

[Matplotlib-users] Matplotlib (pylab) datetime incompatible with Egenix mxDateTime

2006-07-16 Thread Simon Hook
:\apps\Python23\lib\site-packages\matplotlib\dates.py, line 174, in da te2num if not iterable(d): return _to_ordinalf(d) File D:\apps\Python23\lib\site-packages\matplotlib\dates.py, line 137, in _t o_ordinalf base = dt.toordinal() AttributeError: toordinal thanks, Simon

Re: [Matplotlib-users] Matplotlib (pylab) datetime incompatible with Egenix mxDateTime

2006-07-16 Thread Simon Hook
Works like a champ. Thank you, S. John Hunter wrote: Simon == Simon Hook [EMAIL PROTECTED] writes: Simon Hi, [cross posted to egenix and matplotlib] Simon I have been using the egenix mxDateTime module and want to Simon plot some of the dates with Matplotlib