I'm trying to insert a custom set of axes within a subplot, much like
the axes_demo.py. Only difference is, now I want an inset graph
inside each of a number of subplots. Using ASCII art, much like the
following:
|-------------------|
| |
| |
| ----- |
| | | |
| ----- |
|-------------------|
|-------------------|
| |
| |
| ----- |
| | | |
| ----- |
|-------------------|
Where the whole thing would be the figure, containing 2 subplots each
with an inset.
Is there any way to have the rect coordinates of
fig.add_axes(rect)
to refer to the axes coordinates of the respective subplot, and not of
the complete figure? (In reality there are actually 12 subplots, not
only 2....
Or is there another easy way to accomplish this?
Johann
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users