<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid:mailman.27.1260097201.13925.pstricks@tug.org"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">For illustration purposes, it makes sense sometimes to simplify the
curve for a smaller file.
Illustrator or Inkscape offer this simplifying feature transforming a
set of n segments in a set
of m splines with m&lt;&lt;n. Is there a way to achieve this with pstricks.
(In my previous post, I wanted
to plot an eps file simplified by the above Illustrator feature within a
pspicture environnement)

If I find a tool that is able to transform my data from n segments to m
splines, would \dataplot
be able to handle the splines instead of straight segments ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
try plotstyle=curv</pre>
</blockquote>
<br>
Nice, I missed it. Inkscape is also offering a simplification feature.
Once a curve is simplified,<br>
it can be exported in a piece of pstricks (not perfect but of some help
sometimes).<br>
</body>
</html>