2011/11/2 Anton Daitche :
> Hallo,
> i am observing inexact drawing of point in matplotlib.
As I remember from an earlier discussion on this, it's assumed that
these small deviations are tolerable in the agg renderer. This makes
the interactive backends more responsive at expenses of accuracy.
I
The basemap matplotlib toolkit 1.0.2 is available for download at
https://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits/basemap-1.0.2/
Documentation is at
http://matplotlib.github.com/basemap
including an example gallery that highlights it's capabilities
http://matplotlib.gith
Unsubscribe?
--
Wayne Watson (Watson Adventures, Prop., Nevada City, CA)
(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet
"Science is the greatest gift given to mankind."
On Sat, Nov 5, 2011 at 4:49 PM, Wayne Watson
wrote:
> Unsubscribe?
>
>
Sorry to see you go. Use the last input field at this link:
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Ben Root
--
RSA(R) Conferen
Hi,
These two links seem to be broken here:
http://matplotlib.sourceforge.net/examples/api/demo_affine_image_00.html
http://matplotlib.sourceforge.net/examples/pylab_examples/demo_tight_layout_00.html
--
RSA(R) Conferenc
Hi,
I was wondering this about 2 years ago [
http://old.nabble.com/Gradient-color-on-a-line-object-td25630375.html]
Just today, I have found a very simple way to do this in mpl.
x = np.linspace(0, 2*np.pi, 3600)
y = np.sin(x)
plt.scatter(x,y,c=range(len(x)), marker='_', s=1)
Setting the marker t