Jeroen Demeyer on Wed, 18 Jan 2017 17:34:51 +0100


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

Re: [PATCH] Implement SVG plotting


On 2017-01-18 16:28, Bill Allombert wrote:
The #define ENABLE_PLOT_xxx are not needed.
Since only one is linked anyway, all engine should define the same symbol

I disagree because I think that it should be possible to link multiple plotting engines. My patch allows multiple plotting engines in the PARI library, so it would be an artificial restriction that only one plotting engine can be linked in the gp program.

Actually allowing multiple plotting engines would require some non-trivial changes to the config system, that is why I did not do that.