Bill Allombert on Fri, 13 Jan 2017 17:15:17 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PATCH] Implement SVG plotting


On Thu, Jan 12, 2017 at 02:30:06PM +0100, Jeroen Demeyer wrote:
> Dear pari-dev,
> 
> this patch implements SVG plotting in PARI. There is no GP interface (yet),
> it is meant to be used from libPARI. This is not properly tested yet, so
> consider this experimental work in progress.
> 
> This patch depends on
> 0002-Simplify-handling-of-graphic-option-and-check-validi.patch
> 0002-Move-plotting-frontend-to-libpari-initial-support-fo.patch
> 0001-New-function-outString_printf.patch

I managed to add it to the javascript build:
You can try it there:
<http://pari.math.u-bordeaux.fr/gpexp.html>
Try
ploth(x=0,2*Pi,sin(x))

Thanks a lot Jeroen!
Bill.