so this may be
> an issue on the renderer end.
>
> This needs more investigation that I have time for today.
>
> Tom
>
> On Tue, Apr 7, 2015 at 11:02 AM Steven Boada <mailto:bo...@physics.tamu.edu>> wrote:
>
> Thomas,
>
> Thanks for the smaller exampl
;none', cmap='gray_r')
> plt.savefig('test.pdf')
>
> @steven In the future it is best to report bugs with minimal
> copy-paste able examples.
>
> On Mon, Apr 6, 2015 at 5:41 PM Steven Boada <mailto:bo...@physics.tamu.edu>> wrote:
>
> Getting s
.log10(hh.T), cmap='gray_r',
extent=pyl.array([[-1,4],[-26,-10]]).flatten(),
interpolation='none')
pyl.show()
--
Steven Boada
Doctoral Student
Dept of Physics and Astronomy
Texas A&M University
bo...@physics.tamu.edu
-
>> analytics on semi-structured data. The platform includes APIs for building
>> apps and a phenomenal toolset for data science. Developers can use
>> our toolset for easy data analysis & visualization. Get a free account!
>> http://www2.precog.com/precogplatform/slashdotnew
x27;all
Steven
--
Steven Boada
Doctoral Student
Dept of Physics and Astronomy
Texas A&M University
bo...@physics.tamu.edu
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured
nnot reproduce the problem.
> I am using version 1.2
>
> Chao
>
> On Wed, Mar 27, 2013 at 10:16 PM, Steven Boada [via matplotlib]
> <[hidden email] > wrote:
>
> Hey List,
>
> If you create a horizontal line, and then adjust the size of the
> figu
#x27;m trying to code a Zeldovich
> Approximation for a simple sinusoidal potential and want to make it
> evolve with varying scale factor and make an animation of it.
>
> Cheers,
> Sayan
>
>
> On 27 March 2013 19:58, Steven Boada <mailto:bo...@physics.tamu.edu>> wrote
savefig('test.eps')
Am I missing something?
Steven
--
Steven Boada
Doctoral Student
Dept of Physics and Astronomy
Texas A&M University
bo...@physics.tamu.edu
--
Own the Future-IntelĀ® Level Up Game D
5
> Mob: +91 9874513565
> blog: www.blissprofound.blogspot.com
> <http://www.blissprofound.blogspot.com>
>
> Volunteer , Padakshep
> www.padakshep.org <http://www.padakshep.org>
>
>
> ------
> Own
verview.html#axes-grid1
>
> contradicts itself, and the chart is correct and the description below
> incorrect.
>
> FWIW, I would expect the default to be False as well, but who am I to say?
>
> Cheers, Jody
>
> On Mar 22, 2013, at 9:52 AM, Steven Boada wrote:
&g
Steven
On Fri Mar 22 11:39:46 2013, Benjamin Root wrote:
>
>
> On Fri, Mar 22, 2013 at 12:30 PM, Steven Boada <mailto:bo...@physics.tamu.edu>> wrote:
>
> Well... I jumped the gun. To better illustrate the problem(s) I am
> having, I wrote a simple script that d
o post
> a complete but simple script that reproduces your problem and describe
> the problem more explicitly.
>
> Regards,
>
> -JJ
>
>
> On Fri, Mar 22, 2013 at 6:03 AM, Steven Boada <mailto:bo...@physics.tamu.edu>> wrote:
>
> Heya List,
>
>
at you see, and turn them into actual python?
Sure I could post on stack exchange or email all you people every time,
but I want to be *better* at this. And while some people are going to
scoff and reply "that's easy, silly" it's not so for some. I just hate
to admit it's m
__
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
--
Steven Boada
Doctoral Student
Dept of Physics and Astronomy
Texas A&M University
bo...@physics.tamu.edu
--
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
--
Steven Boada
Doctoral Student
Dept of Physics and Astronomy
Texas A&M University
bo...@physics.tamu.edu
-
It'd be cool if we could do something like
bins = [(0.0,0.05,0.1),(0.05,0.1,0.15)...]
Where I have specified the left edge, center and right edge of each
bin. Yeah, that'd be pretty slick.
S
On Sat Oct 20 16:21:41 2012, Steven Boada wrote:
> Let's say I generate a bunch of r
x27; in the hist function just makes the
displayed bars bigger or smaller.
Any thoughts?
--
Steven Boada
Doctoral Student
Dept of Physics and Astronomy
Texas A&M University
bo...@physics.tamu.edu
--
Everyone hates
t; what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
>
>
> ___
> Matplotlib-users mailing list
> Matplotlib-
Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _____
ust look in the system's font
directory, pick the one you want, and then change the font.family name.
It will change everything else. Easy as pie.
On Tue Sep 25 15:59:10 2012, Steven Boada wrote:
> I fail to understand what I am doing wrong and how I supposed to fix it
>
> usin
. Both seem to be in
the pdfcorefonts directory, and both have afm extensions..
This should not be this hard...
Steven
On 9/25/12 1:04 PM, Michael Droettboom wrote:
> Those *.afm fonts are only available in the postscript backend when
> "ps.usecorefonts" is set to True. Oth
you have a font installed called Helvetica? That's pretty rare these
> days... most systems have one of the many Helvetica clones instead.
>
> Does "fc-match Helvetica" (at the commandline) return anything?
>
> Mike
>
> On 09/25/2012 10:05 AM, Steven Boada
List,
I am trying, with little success, to change the fonts on my plots. It
seems like a simple thing to do, but I can't seem to make it work.
First, here is the relevant section of my Matplotlibrc file:
backend : GTKAgg
font.family : sans-serif
font.style : normal
font.w
List,
I'm making a scatter plot using a for loop. Here's a simple example..
for i in range(10):
x=rand()
y=rand()
scatter(x,y,label='point')
legend()
show()
When you do this, you get a legend entry for every single point. In this
case, I get 9 entries in my legend.
Is there a
The
gca().collections.set_label('label') works great.
Admittedly, I'm not sure why it works. I'm not that great with the
collections stuff. But thanks!
S
On 06/13/2012 03:22 PM, Mike Kaufman wrote:
> On 6/13/12 4:06 PM, Steven Boada wrote:
>> Well I am doin
and(), you will only have one x value and one y value, not much
of scatter chart with just one point :-)
Otherwise, Mike's suggestion is valid.
Regards,
Daniel
On Jun 13, 2012 3:35 PM, "Steven Boada" <mailto:bo...@physics.tamu.edu>> wrote:
Whoops, I forgot to ch
landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Matp
Hi Users,
I'm looking to make a histogram that is normalized by the total number
of items shown in the histogram. For example:
Let's say that I have an array 1000 items long. If I make a histogram in
the normal way hist(x,10) then I get a histogram showing the total
number of items in each bin
Hi List,
I cannot save a semilog (x axis) scatter plot as a postscript file. I
have tried as many backends as I can think of. I can save PNG fine, just
not a PDF or a PS.
Here is some sample code that doesn't work. I did this test in ipython,
so no imports or anything like that.
figure()
subp
29 matches
Mail list logo