[Matplotlib-users] A very simple wrapper of part of the 2D plot functions in matplotlib

2013-05-01 Thread Chao YUE
Dear all, When I start to make the plots for my first publication of my PhD study. I use the plot command to make some line and scatter plots, then I find myself want to have some scatter plot as well, and I want to change some of the scatter points colors. And probably later I want bar plots

Re: [Matplotlib-users] black and hatched legend handle

2013-05-01 Thread Jae-Joon Lee
You need to create a new handler. I guess the code below is close to what you want. I hope this helps. http://nbviewer.ipython.org/5495680 Regards, -JJ On Wed, May 1, 2013 at 5:24 AM, mgurling magurl...@gmail.com wrote: I'm trying to make a legend handle that is half black and half

Re: [Matplotlib-users] hammer projection

2013-05-01 Thread Jae-Joon Lee
The code below uses axisartist toolkit. http://nbviewer.ipython.org/5467593 This is modified from 3rd example from the below example. http://matplotlib.org/examples/axes_grid/demo_floating_axes.html I hope this helps. Regards, -JJ On Tue, Apr 23, 2013 at 11:17 PM, Marian Jakubik