Is there any way to do this? The example here works in Cartesian
coordinates:
http://matplotlib.org/examples/pylab_examples/coords_report.html
but if you change
subplots()
to
subplots(subplot_kw={'polar':True})
Then the millions() function is never even called.
Th
nd asked on stack overflow whether
anyone else saw this (
http://stackoverflow.com/questions/28112916/python-matplotlib-does-not-display-data-points-bug-or-something-else).
Apparently, the same thing happens in Ubuntu, too.
Hope this is the right place to report this.
Cheers,
Alex
P.S.: I sent
I would consider using the AxesGrid toolkit [1], which makes it very easy
to have a single colorbar for multiple plots.
[1] - http://matplotlib.org/1.3.1/mpl_toolkits/axes_grid/users/overview.html
Thanks,
Alex
On Tue, May 20, 2014 at 8:04 PM, Alex Goodman wrote:
> I would consider using
ssure levels).
Does this help?
Alex
On Sat, Mar 29, 2014 at 4:32 PM, Gökhan Sever wrote:
> Hello,
>
> Lately, I am working on plotting sounding profiles on a SkewT/LogP
> diagram. The SkewT package which is located at
> https://github.com/tchubb/SkewT has a nice feature to lift a
?) must be a 2D
array with shape (Xsize, Ysize). For data with one vertical level, it would
be reasonable to expect the script to work, but if you have multiple
vertical levels and don't select a specific one in your code, then you
can't use contourf, simple as that.
Does that help at all?
et a little tricky but it should work if you do it
this way, then follow the same procedure outlined in the previous email.
Thanks,
Alex
On Sun, Feb 23, 2014 at 6:02 PM, Fadzil Mnor wrote:
> Thanks Alex for the reply.
> So, that script calculates the global SST. What if when we want to
>
sstv[:]
sst_ave_zonal = sst.mean(axis=2)
# Then take the weighted average of those using the weights we calculated
earlier
sst_ave = np.average(sst_ave_zonal, axis=1, weights=weights)
This should give a time series of global mean SST. Is this what you wanted?
Thanks,
Alex
On Sun, Feb 23, 2014 at 10:28 AM, F
then
install matplotlib in the correct place. Hope that helps.
Thanks,
Alex
On Fri, Feb 21, 2014 at 4:58 PM, Timothy Duly wrote:
> Paul,
>
> Do you know how to to get pip install on python.org's version?
>
> Thanks,
> Tim
>
>
> On Fri, Feb 21, 2014 at 5:53 PM, Pau
A quick apology for a typo in my previous message, the method in question
is drawcoastlines(), not drawcontinents(). The code snippet should still be
correct though!
On Mon, Dec 30, 2013 at 7:09 PM, Alex Goodman wrote:
> Hi Chao,
>
> Actually it is possible to remove the borders for A
ectly,
including clip_path. I know a similar approach is taken for the keyword
arguments in plot, since those can be used to modify the properties of each
Line2D instance.
Thanks,
Alex
On Mon, Sep 2, 2013 at 1:09 PM, Alex Goodman wrote:
> Actually, it seems I have partially answered my own question.
ng functions themselves,
which works for imshow and pcolor, but not contourf. Any other ideas?
Alex
On Mon, Sep 2, 2013 at 12:18 PM, Alex Goodman wrote:
> Hi Phil,
>
> Thanks, that is more or less what I was looking for. However, I still
> think that generalizing this approach fo
le. I think it has the potential to be
a good basemap replacement thanks to the more robust shapefile support
(which you have very elegantly shown), and I hope the development goes well.
Thanks,
Alex
On Mon, Sep 2, 2013 at 2:33 AM, Phil Elson wrote:
> Great question. The contour set itself do
et, is there perhaps another artist within the axes that I can use
the set_clip_path() method for and still get what I want?
Thanks,
Alex
--
Alex Goodman
Graduate Research Assistant
Department of Atmospheric Science
Colorado State University
<>---
gt; 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122812
> ___
> Matplotlib-users mailing list
> Matplotlib-users@
days/nights in #pythonpackages on irc.freenode.net. Hope to meet/talk
with all of you soon.
Alex
--
Alex Clark · http://pythonpackages.com/ONE_CLICK
--
Live Security Virtual Conference
Exclusive live event will cover
On Thu, Dec 15, 2011 at 9:32 PM, Benjamin Root wrote:
>
> On Thu, Dec 15, 2011 at 3:18 PM, Alex Naysmith wrote:
>
>>
>>
>> On Tue, Dec 13, 2011 at 7:12 PM, Alex Naysmith
>> wrote:
>>
>>>
>>>
>>> On Mon, Dec 12, 2011 at 7:03 P
On Tue, Dec 13, 2011 at 7:12 PM, Alex Naysmith wrote:
>
>
> On Mon, Dec 12, 2011 at 7:03 PM, Benjamin Root wrote:
>
>> On Sat, Dec 10, 2011 at 10:36 AM, Alex Naysmith
>> wrote:
>>
>>> Hello,
>>>
>>> I'm trying to plot the stresse
On Mon, Dec 12, 2011 at 7:03 PM, Benjamin Root wrote:
> On Sat, Dec 10, 2011 at 10:36 AM, Alex Naysmith
> wrote:
>
>> Hello,
>>
>> I'm trying to plot the stresses in colour of a strained isoparametric
>> element.
>>
>> I have a six noded triang
an awkward way of doing it.
With strain as a function of xi1 and xi2, How can matplotlib provide a
continuous interior strain plot of the triangle for all the xi1 and xi2
values from 0 to 1?
Regards
Alex Naysmith
My finite element program can be downloaded from here:
http://www.pynw.org.uk/Ta
I'm using the approach described the FAQ to save multiple figures to a
multi-page PDF:
http://matplotlib.sourceforge.net/faq/howto_faq.html#save-multiple-plots-to-one-pdf-file
The figures are produced at consecutive iterations of my algorithm, and
since each iteration takes a long time I'd like to
I'm using 0.99.3, which is from the ubuntu maverick repos.
This comes up mostly when I'm drawing plots interactively from ipython.
Cheers,
Alex
On Tue, Jun 28, 2011 at 10:44 AM, Benjamin Root wrote:
>
>
> On Mon, Jun 27, 2011 at 5:09 PM, Alex Flint wrote:
>
>> H
try something like:
>>> subplot(313); plot(...);
Cheers,
Alex
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, securi
hi, just curious if anyone wants to add some publication formating
settings? if you send me the rc params, and publication infos i add them
to the project.
http://code.google.com/p/mplrc/
On Sat, 2011-04-16 at 14:21 -0400, alex arsenovic wrote:
> i created the project for 'mpl
i like the module-based idea. its a bit overkill for the functionality
needed, but the concise call makes it very convenient. also,
installation and updating would be easy through pip/easy_install.
should i start a google-code project? or does someone have a preferred
way to start this?
alex
this seems like the right way to do it. maybe it can be included in the
matplotlib package?
alex
On Fri, 2011-04-15 at 15:54 +0200, Adrian Hill wrote:
> I have previously used some script from Mike DePalatis for making APS
> (PRL, PRB, etc.) suitable plots. Maybe it will be a useful st
ng to make, because it wouldnt
be very hard, and would save a lot of users time/effort. specifically it
would specify the dimension/dpi/font sizes/etc. i have a preliminary
one we can use as a starting point, that can be improved.
thanks
hanks
alex
--
Benefiting from Server Virtualization: Beyond Initial Workload
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and im
On 07.02.2011 17:17, Jouni K. Seppänen wrote:
> Jouni Seppänen writes:
>
>> I filed this in the bug tracker:
>> https://sourceforge.net/tracker/?func=detail&aid=3175113&group_id=80706&atid=560720
>
> I installed TeX Live 2010 on my Mac in order to test this, but
> mysteriously, the pdftex.map fil
Hello to all,
using a standard python install on Ubuntu 10.04 the example fails to
produce a figure.
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib
>>> matplotlib.__version__
'0.9
sted users that can cooperate on such, I'd
gladly contribute some hours for this task. Meanwhile, to show the
proof-of-concept attempt is attached below. All your useful comments and
suggestions are very welcome.
Thank you,
Alex
# loadfig.py -- #
"&qu
k you very much Mike, you might not remember but you were the one that
taught me how to get it into New Century Schoolbook in the first place.
http://old.nabble.com/Changing-the-font-td28111472.html#a28118916 Here it is
, for old times sake.
Michael Droettboom-3 wrote:
>
> On 01/13/201
d in the output.
Maybe that has somethign to do with what's going on?
Thanks a lot,
Alex
--
View this message in context:
http://old.nabble.com/Font-not-carrying-through-Py2Exe-tp30663871p30663871.html
Se
and im not sure how to
most effectively send this over email ( in case you all wanted to
re-produced the error).
the main error is
Error: /nocurrentpoint in --lineto--
here is the whole error
thanks
alex
--
In [774]: savefig
ather than '%d' which was for integers and so
truncated decimals).
Thanks guys,
Alex
Alex S wrote:
>
> Ah thank you very much, that works fine except for decimals... (.1, .01,
> .001 etc all show as 0). Is there a way to show these as well (preferably
> without showing all
Ah thank you very much, that works fine except for decimals... (.1, .01, .001
etc all show as 0). Is there a way to show these as well (preferably
without showing all the rest of the numbers as 1.000, 10.000, 100.000)?
Sorry if this is a very newbie question... I don't know what symbol does
wh
make custom ticks for
every one, but the graph is not always the same and if it could do it
automatically it would be much better.
Thanks a lot,
Alex
--
View this message in context:
http://old.nabble.com/Not-using-exponents-on-y-axis-of-log-graphs-tp28155571p28155571.html
Sent from the matpl
Yup, thanks for the help everyone
Michael Droettboom-3 wrote:
>
> For the benefit of future users Googling this problem -->
>
> After an off-list discussion, we realized there were a couple of fonts
> on Alex' system with the names "Century Schoolbook" and
s are being looked for,
> and hopefully *why* this is failing.
>
> It should search for fonts in the standard Windows location (usually
> C:\Windows\Fonts). Have you tried setting font.family to "New Century
> Schoolbook" directly? (I wonder if the secondary lookup is fail
ibrc
> file, and then send the output to this list. That may help us track
> down where the font lookup is failing. Also, what platform and version
> of matplotlib are you running?
>
> Mike
>
> Alex S wrote:
>> Hi, sorry I wasn't too clear... I changed that, but
Hi, sorry I wasn't too clear... I changed that, but I don't seem to be able
to choose between the different serif fonts, it just always gives me the
default...
Alex S wrote:
>
> Hi there,
> I'm trying to change the font default on my graph to New Century
> Schoolb
harter, serif
(note I commented out the other fonts, just rearranging the list to put New
Century Schoolbook first didn't seem to work either)
Could anyone tell me what I'm doing wrong?
Thanks a lot!
Alex
--
View this message in context:
http://old.nabble.com/Changing-the-font-tp28
Ah perfect, thanks a lot, sorry for the mundane question :)
--
View this message in context:
http://old.nabble.com/xlim-with-dates-tp27881612p27882177.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
-
Hi there, does anyone know if there's a simple way to set an axis limit to a
date? "viewlim_to_dt()" looks promising, but I can't figure out how to use
it...
Thanks a lot,
Alex
--
View this message in context:
http://old.nabble.com/xlim-with-dates-tp27881612p2788161
Ah, that worked fine. Thanks a lot.
Alex
--
View this message in context:
http://old.nabble.com/Making-tick-marks-of-a-secondary-axis-line-up-with-the-primary-axis-tp27854166p27855043.html
Sent from the matplotlib - users mailing list archive at Nabble.com
f tick marks on the right hand axis
to be the same as on the left hand axis, and I'd like it to select "nice
numbers" to do so (ie not intervals of .358 or something).
Also, on a somewhat related note, is there a simple way to force the y ticks
to start at 0 rather than some ot
Ah, perfect, I wasn't seeing the labels when I was calling it with ax because
I was still using .5, .5 for the location and that was off the screen.
Thanks a lot!
Alex
Matthias Michler wrote:
>
> On Tuesday 09 March 2010 21:10:49 Alex S wrote:
>> Hmm I think I could do this
t although that doesn't spit out an
error, it doesn't display anything.
Does anyone know what I'm doing wrong?
Thanks a lot,
Alex
--
View this message in context:
http://old.nabble.com/Making-an-Axis-Label-like-a-legend-tp27826934p27841250.html
Sent fr
n the title would be
perfect, but I guess just having the words in the corresponding colour would
work too.
Thanks a lot!
Alex
http://old.nabble.com/file/p27826934/test.png
--
View this message in context:
http://old.nabble.com/Making-an-Axis-Label-like-a-legend-tp27826934p27826934.html
Sent
ight which markers go to which axis?
Something like this (for x, o and * data markers on the chart):
| | |
| | |
| | |_*
| |_o
|_x
Thanks a lot, sorry if this question is kind of hard to follow... Please
let me know if more clarification is needed!
Alex
--
View this message in context:
ht
2008/7/16 Jeff Whitaker <[EMAIL PROTECTED]>:
> Alex Stapleton wrote:
>>
>> Not sure if this is the right place to send this, can't seem to find a
>> dedicated bugs list or issue tracker. Or much discussion regarding the
>> basemap toolkit at all really
lat_ts=50,
resolution='i')
map.drawcoastlines(linewidth=0.5)
map.drawcountries(linewidth=0.5)
map.drawstates(linewidth=0.5)
map.drawmapboundary()
plt.savefig("map.png", dpi=100)
--
Alex Stapleton
---
> I believe I have fixed the problem in the latest svn versions, both on
> the maintenance branch and on the trunk. Please try the latest version
Thanks for your help, Jouni. That seems to have fixed the problem.
Best
If I generate postscript files with matplotlib and convert
them to pdfs, I don't get this problem. So I have a workaround, but I
would like to know how to create usable pdfs directly, and thought
reporting this might be useful to matpl
On Tue, Aug 21, 2007 at 01:14:44PM +0100, Alex Pounds wrote:
> 4. I need to stick a footnote in the bottom corner of my charts. Can I do
> this natively in matplotlib or will I have to do it with a separate library
> afterwards?
For the sake of others searching the archives, here are th
.loadall("file.matplot") using an empty figure.
I am but a humble newbie, but why not simply take your figure
object/reference and Pickle it (see
http://docs.python.org/lib/module-pickle.html)?
--
Alex Pounds (Creature) .~. http://www.alexpounds.com/
I have to do it with a separate library
afterwards?
5. Can I have my xtick labels oriented vertically? I'm trying to avoid an X
axis that looks like this:
http://www.ethicsgirls.com/stuff/report/date_taken.png
Thanks,
--
Alex Pounds (Creature) .~. http://www.alexpounds.co
uce a temporary file in pylib and then load it
and output it in BaseHTTPRequestHandler but I am looking to avoid this
unnecessary step!
Many thanks,
Alex
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping throug
commented out. I haven't seen
that behavior on Linux or Mac OS X. Thanks in advance for your help.
--Alex
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll
58 matches
Mail list logo