On Aug 22, 2008, at 10:58 AM, Daniel Wheeler wrote:
The fipy viewers are not designed to be customizable. If you want to
customize your plots is is best to use matplotlib directly or write
the results to a file and use whichever plotting tool you are
comfortable with. You can also subclass the fipy viewers if you want
to.
I would not just say "you can if you want to". You should.
FiPy's Viewer classes do a lot of work for you already in pulling the
data out and formatting to suit the particular plotting package. If
you know you want to use a particular plotting package, you should be
able to customize the viewer to achieve what you need, but you'll need
to be familiar with how that plotting package works.
We can help you get access to the underlying plotting package if you
can't figure that out, but beyond that, you'll need to study the
documentation for that package and learn how it works.