Menu

Does gnuplot license allow to make plugins for closed source programs ?

kilele
2013-05-24
2013-05-24
  • kilele

    kilele - 2013-05-24

    Hi
    I would like to know if gnuplot license allow to make open source plugins for closed source programs, like it is permitted by LGPL.

     

    Last edit: kilele 2013-05-24
  • Ethan Merritt

    Ethan Merritt - 2013-05-24

    I don't really understand what scenario you are describing. Do you mean using gnuplot itself as a "plugin" for something else (probably OK)? Or do you mean adding a non-free terminal driver to gnuplot (the old PDF terminal is an example of that)? Or are you thinking to grab pieces of code from gnuplot and stick them somewhere else (probably not OK).

     
  • kilele

    kilele - 2013-05-24

    I mean modifying gnuplot to make a dll adapted to a program which dynamically would link to it. Please look at this post, a user of SMath is interested in making such a plugin:
    http://en.smath.info/forum/yaf_postst1822_Gnuplot-plugin.aspx

     
  • Ethan Merritt

    Ethan Merritt - 2013-05-24

    Making gnuplot into a *.dll or other shared library is just not going to happen. It wasn't designed for that and the amount of work required would most likely exceed that needed to write a tailored library from scratch.

    Fortunately, it isn't necessary to do so. It is not hard to drive gnuplot via a pipe, and in fact this method is used by lots people for web applications and by large programs like Octave.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.