2012 Aug 1: Pyxplot 0.9.0

Version 0.9 is a major update. Many new data types have been introduced, each of which has methods which can be called in an object-orientated fashion. These include:

In addition, Pyxplot’s range of operators has been extended to include most of those in the C programming language, allowing expressions such as

pyxplot> print (a=3)+(b=2)
5
pyxplot> print a$>$0?"yes":"no"
yes
pyxplot> print "%s  %s"%(++a,b++)
4  2
pyxplot> print (a+=10 , b+=10 , a+b)
27

to be written.

Incompatibilities with Pyxplot 0.8

The extensions to Pyxplot in version 0.9 mean that some minor changes to syntax have been necessary. These include: