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
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
/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
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
(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
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
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
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
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
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
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
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
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')
---
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
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.
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
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
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
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
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
;pytz.cStringIO', 'xml',
'distutils.dep_util', 'struct', 'tempfile', 'xml.sax.urllib', 'imp', '_struct',
'pytz.os', 'zipimport', 'string', 'matplotlib._
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
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
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
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) [
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
|
|
---
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
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.
(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
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
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
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'
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'
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
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
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
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
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
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
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
(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
41 matches
Mail list logo