File: 00_remove-example.patch

package info (click to toggle)
pygnuplot 0.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: python: 260; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 516 bytes parent folder | download
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')
     """