xlabel('Sample xlabel')
ax.set_xticks(np.linspace(0, 10, 11))
ax.set_yticks(np.linspace(-1,1,11))
ax.minorticks_on()
plt.show()
* Youngung Jeong*
On Wed, Jun 3, 2015 at 9:27 AM, wrote:
> Hm, I tried both suggestions, and still no grid (removed PDF for
> simplicity):
>
>
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
wrote:
> Stephen,
>
> In your script, you give
> ax.minorticks_on
> but you need to call that function for a
nyway, 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 wrote:
> > At 8:15pm -0
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,
I'd
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 conver