[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 ser

[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 > > Hi, > > I'm devel

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

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

2011-05-27 Thread Simon Jesenko
(only Agg, pdf and ps according to documentation) On 05/27/2011 03:53 PM, Michael Droettboom wrote: > Have you tried setting the rcParams "pdf.fonttype" to 3? That should > subset the fonts. > > Also, the Cairo backend supports font subsetting. > > Mike > > O

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

2011-05-27 Thread Simon Jesenko
99.3. Did anyone else experience similar problems/found solution? Thank you for info/assistance! Simon -- vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup an

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

2010-09-17 Thread Simon S. Clift
note 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) pl

Re: [Matplotlib-users] Screenshot on homepage

2010-08-14 Thread Simon Friedberger
at would be much 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.s

[Matplotlib-users] Screenshot on homepage

2010-08-12 Thread Simon Friedberger
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-use

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

2010-08-08 Thread Simon Friedberger
endently? 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

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 differen

Re: [Matplotlib-users] Confusion Matrix

2010-08-06 Thread Simon Friedberger
oo.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 gives different positions. What I really want to do is rotate about the bottom of the labels. Can that be done? Regards

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
it maybe it could be included 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

Re: [Matplotlib-users] Confusion Matrix

2010-07-18 Thread Simon Friedberger
n pocoo is messed up 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.

[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] Confusion Matrix

2010-07-16 Thread Simon Friedberger
ented 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) bro

[Matplotlib-users] tkinter problem

2009-07-08 Thread Paul Simon
Thank you Russell. I did post to the wrong group and I apologize for the inconvenience. I'll be posting there. Paul Simon --- Your python is missing the _tkinter library, so it cannot use Tkinter. Normally if you build from source then all you have to do is build and install tcl a

[Matplotlib-users] _tkinter problem

2009-07-07 Thread Paul Simon
he web page to repair only to the point of confusion. I'm not an expert. How do I modify my python configuration? Is there a file that needs to be edited? Which setup.py file do I use? Make? or python setup.py build and python setup.py ins

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

2009-06-25 Thread Paul Simon
a more detailed way I can debug to find out where the failure is? Paul - Original Message - From: "Sandro Tosi" To: "Paul Simon" Cc: Sent: Thursday, June 25, 2009 12:00 PM Subject: Re: [Matplotlib-users] Running matplotlib job with cron > Hello Paul, > &g

[Matplotlib-users] Running matplotlib job with cron

2009-06-25 Thread Paul Simon
;pytz.cStringIO', 'xml', 'distutils.dep_util', 'struct', 'tempfile', 'xml.sax.urllib', 'imp', '_struct', 'pytz.os', 'zipimport', 'string', 'matplotlib._

[Matplotlib-users] create ListedColormap with different alpha values

2008-11-21 Thread Simon Kammerer
rmap._lut = my_rgba_array doesn't 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 - Thi

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

2008-07-01 Thread Simon
y be back 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 a

[Matplotlib-users] inverse scale on twinx()

2008-07-01 Thread Simon
I am quite 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

Re: [Matplotlib-users] ImportError with Tkagg on windows

2007-10-04 Thread Simon Forman
On 9/26/07, Simon Forman <[EMAIL PROTECTED]> wrote: > Hello, > > I just installed Matplotlib (and NumPy) on a windows XP machine, and > I'm getting the following traceback when I try to use the TkAgg > backend. > > Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [

[Matplotlib-users] ImportError with Tkagg on windows

2007-10-04 Thread Simon Forman
about it. FWIW, I installed using matplotlib-0.90.1.win32-py2.5.exe and numpy-1.0.3.1.win32-py2.5.exe. Thanks in advance for any help you can give me. Sincerely, ~Simon - This SF.net email is sponsored by: Splunk Inc. St

[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 and

Re: [Matplotlib-users] Reusing basemap instance

2007-05-10 Thread Simon Kammerer
eep (coastlines,...), 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.

[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

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 drawi

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

2007-04-04 Thread Simon Kammerer
ot to my figure. Whats the way 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

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

2007-04-04 Thread Simon Kammerer
nly 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'

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

2007-04-03 Thread Simon Kammerer
plus ultra would be the ability to assing a colormap, to control the font color of the plotted values... Regards Simon - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'

[Matplotlib-users] clabel and basemap

2007-04-02 Thread Simon Kammerer
Hi list, when using clabel with basemap, it seems to me that clabel labels contours outside the visible area of my maps, (see attached example). Any hints / workarounds? Or am I missing something? Regards Simon [Modified wiki_example.py, labels visible with ortho projection, labels not

[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 you

Re: [Matplotlib-users] Hold-related strangeness, looks like a bug.

2007-03-08 Thread Simon Wood
followed by y. So, yes I would expect to see only one line in the final figure. This is exactly like Matlab (perhaps with the exception that the default state of hold is False in Matlab). Perhaps that is what is confusing you and your colleague. In Matla

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 len(se

[Matplotlib-users] Plot data from custom class

2007-03-02 Thread Simon Wood
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 opin

[Matplotlib-users] basemap: avoid thin line at end/beginning of data on orthographic projections?

2007-01-18 Thread Simon Kammerer
Hello list! Is there a way to avoid the thin line at the end/beginning of data when using an orthographic projection? With other projections or when no pole is visible, the line can be hidden by shifting the data grid (as done in the example), but if you have to have one of the poles visible, I do

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

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

2006-07-16 Thread Simon Hook
(b) File "D:\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() AttributeEr