| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,11 @@ | |||
| 1 | + gnuplotlib (0.42) | ||
| 2 | + | ||
| 3 | + * Regexes use raw strings, so Python 3.12 will not throw warnings to | ||
| 4 | + stdout | ||
| 5 | + * gnuplotlib.wait() can accept gnuplotlib objects to wait for | ||
| 6 | + | ||
| 7 | + -- Dima Kogan <dkogan@debian.org> Tue, 03 Sep 2024 12:07:40 -0700 | ||
| 8 | + | ||
| 1 | 9 | gnuplotlib (0.41) | |
| 2 | 10 | ||
| 3 | 11 | * I "unset multiplot" after sending multiplot data | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1118,7 +1118,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple | |||
| 1118 | 1118 | gnuplot_executable='gnuplot' | |
| 1119 | 1119 | ||
| 1120 | 1120 | # setup.py assumes the version is a simple string in '' quotes | |
| 1121 | - __version__ = '0.41' | ||
| 1121 | + __version__ = '0.42' | ||
| 1122 | 1122 | ||
| 1123 | 1123 | # In a multiplot, the "process" options apply to the larger plot containing all | |
| 1124 | 1124 | # the subplots, and the "subplot" options apply to each invididual plot. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments