On Thursday, November 14, 2013 2:01:39 PM UTC-8, John Ladasky wrote:
> On Thursday, November 14, 2013 11:39:37 AM UTC-8, Isaac Won wrote:
>
> > I tried to plot one smaller contour inside of the other larger contour.
>
>
>
> Using what software? A plotting package is not part of the Python sta
On Thursday, November 14, 2013 11:39:37 AM UTC-8, Isaac Won wrote:
> I tried to plot one smaller contour inside of the other larger contour.
Using what software? A plotting package is not part of the Python standard
library.
You did not show the import statements in your code. If I had to gues
I tried to plot one smaller contour inside of the other larger contour. I have
two different 2D-arrays. One is with smaller grid spacing and smaller domain
size and the other is with larger spacing and larger domain size. So, I tried
to use fig.add_axes function as follows:
fig = plt.figure()
ax