1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Remove line with example on docstring
Author: Thais Reboucas de Araujo <thaysreb@gmail.com>
Last-Update: 2025-04-06
Index: pygnuplot/PyGnuplot.py
===================================================================
--- pygnuplot.orig/PyGnuplot.py
+++ pygnuplot/PyGnuplot.py
@@ -43,7 +43,6 @@ ON_POSIX = 'posix' in sys.builtin_module
class gp(object):
"""PyGnuplot object figure
example:
- f1 = gp(r"C:\Program Files\gnuplot\bin\gnuplot.exe")
pi = f1.a('print pi')
"""
|