Skip to content

Releases: danieljprice/giza

v1.1.0

20 Nov 00:09
Compare
Choose a tag to compare

Features:

  • various PGPLOT compatibility improvements
  • better compatibility with PGPLOT marker symbols (#5, #16)
  • reworked PGPAP implementation

Bug fixes:

  • segmentation fault in _giza_parse_string fixed (#13)
  • pgqinf issue fixed (#11)
  • splash movie mode/ resize X-window bug fixed (#18)
  • Macports build failure fixed (#19)
  • cpggray issue fixed
  • fix backspace handling (\b) in text strings

Download giza

v1.0.0

06 Sep 01:12
Compare
Choose a tag to compare

A swag of new/missing features, mainly thanks to excellent contributions from Harro Verkouter:

  • implementation (port) of PGTBOX / giza_tbox, giving option for axis labelling in days, minutes and seconds
  • ability to resize X-windows
  • wider character set supported
  • support for PGBOX 'I' and 'P' options
  • support for backspace (\b) in printing strings

Download giza

v0.9.5

06 Mar 22:23
Compare
Choose a tag to compare

Changes in 0.9.5 compared to 0.9.4

  (web) moved to github hosting
  bug fix with shaded error bars
  (giza_box) bug fix with spacing between box and numbers when numbers written on top of box
  fix compiler warning in giza-viewport/giza-window
  updated .gitignore to ignore .lo and .la files
  (giza_box) bug fix with drawing major axis only; also with drawing grid (iaxis=1)
  fix string allocation (thanks to Ole Streicher)