Re: [Matplotlib-users] 3D histogram

2008-11-02 Thread martin.druon
Hi, this is my best result... figure is acceptable when I use a lot of points... #!/usr/bin/env python # -*- coding: utf-8 -*- import matplotlib import matplotlib.art3d import matplotlib.axes3d import pylab if __name__ == "__main__": data_filename = ... # We load data # #

[Matplotlib-users] twin / dual / two axis seems to confuse or break toolbar magnifier

2008-11-02 Thread wet_colored)arch
I am trying to code an application with two checkboxes, one associated with each axis on a simple plot. I can then turn on and off lines in the plot that are scaled either to the left side or right side of the plot. This is working fine and patterned after some of the examples from matplotlib.