Re: [Matplotlib-users] Turning grid on

2015-06-03 Thread Youngung Jeong
(np.linspace(-1,1,11)) ax.minorticks_on() plt.show() * Youngung Jeong* On Wed, Jun 3, 2015 at 9:27 AM, step...@theboulets.net wrote: Hm, I tried both suggestions, and still no grid (removed PDF for simplicity): import matplotlib.pyplot as plt import numpy as np fig = plt.figure() ax

Re: [Matplotlib-users] Turning grid on

2015-06-01 Thread Youngung Jeong
And if you meant 'grid', I guess ax.grid('on') should be added. * Youngung Jeong, 정영웅* On Mon, Jun 1, 2015 at 4:38 PM, Sterling Smith smit...@fusion.gat.com wrote: Stephen, In your script, you give ax.minorticks_on but you need to call that function for anything to occur

Re: [Matplotlib-users] who (F/OSS science) uses matplotlib?

2012-06-05 Thread Youngung Jeong
, anyone is welcome to the git repo: https://github.com/youngung/PoleFigure.git * Youngung Jeong, 정영웅* On Tue, Jun 5, 2012 at 8:31 AM, Alejandro Weinstein alejandro.weinst...@gmail.com wrote: On Tue, Jun 5, 2012 at 8:12 AM, Kevin Hunter kmhun...@ncsu.edu wrote: At 8:15pm -0400 Sun, 03

Re: [Matplotlib-users] pylab.show() does nothing OSX Lion

2011-11-17 Thread Youngung Jeong
I've been suffering from installing Scipy, Numpy, and matplotlib on my Mac-Lion system. I've searched through google and attempted a couple of the methods. Some worked fine, some not. In the end I decided to use Enthought Python Distribution. I've found it very easy and working fine. Of course,

[Matplotlib-users] superimposition of Cartesian projection axis on a polar axis on the same position

2011-09-14 Thread Youngung Jeong
Hi, I have x-y grid data with z values and want to have a pixel view and contour view at the same time on the same position. Both cases should have polar coordinate system but since contour function does not plot on the polar coordinate system, it is plotted on a rectilinear projection with