[Matplotlib-users] healpix and basemap

2008-02-12 Thread jlu
Has anyone had any luck plotting a Healpix (sky pixelization used in  
astronomy) map using matplotlib basemap... or any other python  
plotting package for that matter?

Cheers,
Jessica

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] histogram

2008-02-04 Thread jlu
Are there any plans to add to hist() the ability to do non-bar style  
histograms? I mean something like the following:


inline: Picture 4.png



Right now, all histograms have lines on the side of each bar going  
all the way to the base of the plot. I had to write some custom code  
to make this figure, but I use it all the time.


Cheers,
Jessica

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] histogram

2008-02-04 Thread jlu
linestyle='steps' only works for plot() not hist(). To use that, I  
have to generate points at the edges of each histogram step... this is  
what my custom code does now. IDL's histogram code does this  
automatically.

Linewidth=0 doesn't work because it removes ALL lines. I also need  
fill=None and this added to linewidth=0 doesn't plot anything.

Cheers,
Jessica


On Feb 4, 2008, at 9:42 AM, Pierre GM wrote:

 On Monday 04 February 2008 12:28:21 jlu wrote:
 Are there any plans to add to hist() the ability to do non-bar style
 histograms? I mean something like the following:

 What about using plot w/ linestyle='steps' ? Or change the linewidth  
 to 0 in
 bar

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Matplotlib-users mailing list
 Matplotlib-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/matplotlib-users



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users