From 9d14c9f29491692508174af29c76f7822761cde9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Thu, 12 May 2011 23:16:09 +0000 Subject: [PATCH] typo git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@3058 069f4177-920e-0410-937b-c2a4a81bcd90 --- examples/3dgraphs/surface.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/3dgraphs/surface.txt b/examples/3dgraphs/surface.txt index 47ffaf86..340538f8 100644 --- a/examples/3dgraphs/surface.txt +++ b/examples/3dgraphs/surface.txt @@ -11,11 +11,11 @@ plotted prior to the axes by the dodata call. ! A missing point will create a hole in the surface. ! The surface is plotted using a mesh. In case of a huge number of data points, -you may want to replace the mash by a bitmap rasterized on a different (i.e. +you may want to replace the mesh by a bitmap rasterized on a different (i.e. lower) resolution. This can reduce the file size and may also resolve various printing problems (unfortunately those are quite common with mesh data). To -enable the mash by bitmap replacement feature use the option `mashasbitmap` -(together with its `mashasbitmap_resolution` option):: +enable the mesh by bitmap replacement feature use the option `meshasbitmap` +(together with its `meshasbitmap_resolution` option):: d = document.document([document.page(g)]) d.writeEPSfile("color", mesh_as_bitmap=1) -- 2.11.4.GIT