| 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,10 @@ | |||
| 1 | + gnuplotlib (0.46) unstable; urgency=medium | ||
| 2 | + | ||
| 3 | + * 'axes' and 'y2' options can broadcast again | ||
| 4 | + * I draw x2 tics if anything uses the x2 axis | ||
| 5 | + | ||
| 6 | + -- Dima Kogan <dkogan@debian.org> Tue, 02 Dec 2025 23:31:27 -0800 | ||
| 7 | + | ||
| 1 | 8 | gnuplotlib (0.45) | |
| 2 | 9 | ||
| 3 | 10 | * Uninteresting bug fix introduced in 0.44 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1126,7 +1126,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple | |||
| 1126 | 1126 | gnuplot_executable='gnuplot' | |
| 1127 | 1127 | ||
| 1128 | 1128 | # setup.py assumes the version is a simple string in '' quotes | |
| 1129 | - __version__ = '0.45' | ||
| 1129 | + __version__ = '0.46' | ||
| 1130 | 1130 | ||
| 1131 | 1131 | # In a multiplot, the "process" options apply to the larger plot containing all | |
| 1132 | 1132 | # the subplots, and the "subplot" options apply to each invididual plot. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments