Charles Greathouse on Fri, 13 Jan 2017 18:41:33 +0100


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

Re: [PATCH] Implement SVG plotting


It works for me in Firefox and Edge. I can't test Chrome because even gp.hrml is broken there.

Charles Greathouse
Case Western Reserve University

On Fri, Jan 13, 2017 at 11:15 AM, Bill Allombert <Bill.Allombert@math.u-bordeaux.fr> wrote:
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.