PyX/mjg.git
15 years ago3d function plots3dfunction
Michael J Gruber [Fri, 6 Jun 2008 11:41:05 +0000 (6 13:41 +0200)]
3d function plots

We introduce analogues of graph.data.function etc. to be used as data sources for graph.graphxy.
Naming is changed in order to make things more consistent with grah/graphxy.

    * rename functionxy to functionlambda (2D function given as lambda expression)
    * rename paramfunctionxy to paramfunctionlambda (2D parametric function given as lambda expression)
    * new functionxy (3D function given as textual expression)
    * new functionxylambda (3D function given as lambda expression)
    * new paramtsfunction (function of 2 parameters given as textual expression)
    * new paramtsfunctionlambda (function of 2 parameters given as lambda expression)

Note that all parametric functions can provide 2D as well 3D data.

16 years agosome updates to the webpage
André Wobst [Thu, 4 Oct 2007 00:43:44 +0000 (4 00:43 +0000)]
some updates to the webpage

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2906 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agosome adjustments to keep support for a broad range of python releases
André Wobst [Thu, 4 Oct 2007 00:42:53 +0000 (4 00:42 +0000)]
some adjustments to keep support for a broad range of python releases

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2905 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoremove the now old new and changed marks
André Wobst [Thu, 4 Oct 2007 00:18:40 +0000 (4 00:18 +0000)]
remove the now old new and changed marks

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2904 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agobump version number
André Wobst [Wed, 3 Oct 2007 23:53:59 +0000 (3 23:53 +0000)]
bump version number

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2903 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoset svn:ignore property
André Wobst [Wed, 3 Oct 2007 23:53:21 +0000 (3 23:53 +0000)]
set svn:ignore property

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2902 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoadd 3d graph examples
André Wobst [Wed, 3 Oct 2007 23:51:16 +0000 (3 23:51 +0000)]
add 3d graph examples

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2901 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoupdate changes and the manual
André Wobst [Wed, 3 Oct 2007 23:46:55 +0000 (3 23:46 +0000)]
update changes and the manual

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2900 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agomake it easier to disable x2 and y2
André Wobst [Wed, 3 Oct 2007 23:46:17 +0000 (3 23:46 +0000)]
make it easier to disable x2 and y2

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2899 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agolist->points renaming
André Wobst [Wed, 3 Oct 2007 21:45:46 +0000 (3 21:45 +0000)]
list->points renaming

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2898 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoupdate 3d example to new graphxyz
André Wobst [Wed, 3 Oct 2007 21:45:19 +0000 (3 21:45 +0000)]
update 3d example to new graphxyz

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2897 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agolist->points renaming
André Wobst [Wed, 3 Oct 2007 21:43:46 +0000 (3 21:43 +0000)]
list->points renaming

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2896 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoupdate functional tests (list->points, some 3d updates)
André Wobst [Wed, 3 Oct 2007 21:41:12 +0000 (3 21:41 +0000)]
update functional tests (list->points, some 3d updates)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2895 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoremove non-used kwargs
André Wobst [Wed, 3 Oct 2007 21:02:15 +0000 (3 21:02 +0000)]
remove non-used kwargs

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2894 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoseparate gridpos and use needsdata and providesdata functionality; multi-level needsd...
André Wobst [Wed, 3 Oct 2007 20:54:26 +0000 (3 20:54 +0000)]
separate gridpos and use needsdata and providesdata functionality; multi-level needsdata resolution

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2893 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agomake key working in 3d graph
André Wobst [Wed, 3 Oct 2007 20:12:48 +0000 (3 20:12 +0000)]
make key working in 3d graph

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2892 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agosmall updates to some unit tests
André Wobst [Wed, 3 Oct 2007 11:53:24 +0000 (3 11:53 +0000)]
small updates to some unit tests

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2891 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agolightning and grid support on surface; cleanups
André Wobst [Wed, 3 Oct 2007 11:46:49 +0000 (3 11:46 +0000)]
lightning and grid support on surface; cleanups

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2890 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoadd vcap_pt for 3d graph
André Wobst [Wed, 3 Oct 2007 06:30:15 +0000 (3 06:30 +0000)]
add vcap_pt for 3d graph

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2889 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agofurther 3d work
André Wobst [Tue, 2 Oct 2007 15:56:01 +0000 (2 15:56 +0000)]
further 3d work

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2888 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoimplement central and parallel projection in 3d graphs; correct axis (tick direction...
André Wobst [Fri, 28 Sep 2007 16:03:40 +0000 (28 16:03 +0000)]
implement central and parallel projection in 3d graphs; correct axis (tick direction and non-linearity in central projection)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2887 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agolists renaming and values class
André Wobst [Wed, 26 Sep 2007 13:22:41 +0000 (26 13:22 +0000)]
lists renaming and values class

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2886 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agosubmit some pending addition before changing other stuff here
André Wobst [Wed, 26 Sep 2007 12:12:52 +0000 (26 12:12 +0000)]
submit some pending addition before changing other stuff here

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2885 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agofix missing range rating (broken by changeset 2592)
André Wobst [Wed, 26 Sep 2007 08:42:52 +0000 (26 08:42 +0000)]
fix missing range rating (broken by changeset 2592)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2884 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agocorrected a couple of typos
Gert Ingold [Wed, 22 Aug 2007 12:29:41 +0000 (22 12:29 +0000)]
corrected a couple of typos

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2883 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoadd some info on temp files posted lately to the pyx list (Andrea Valle suggested...
André Wobst [Thu, 2 Aug 2007 12:35:39 +0000 (2 12:35 +0000)]
add some info on temp files posted lately to the pyx list (Andrea Valle suggested to add this to the manual)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2882 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoremove automatic mkhowto link-creation -- it seems debian specific (see eg. zgrep...
André Wobst [Thu, 2 Aug 2007 10:15:52 +0000 (2 10:15 +0000)]
remove automatic mkhowto link-creation -- it seems debian specific (see eg. zgrep -C "cp.*tools" python2.4_2.4.4-5.diff.gz on etch)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2881 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agocorrect poscolumnnames access
André Wobst [Mon, 23 Jul 2007 15:38:30 +0000 (23 15:38 +0000)]
correct poscolumnnames access

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2880 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agobugfix: axis range adjustment in range style
André Wobst [Mon, 23 Jul 2007 15:36:38 +0000 (23 15:36 +0000)]
bugfix: axis range adjustment in range style

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2879 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agocorrect subdomain
André Wobst [Mon, 23 Jul 2007 15:32:42 +0000 (23 15:32 +0000)]
correct subdomain

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2878 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agofixed two typos
Michael Schindler [Sat, 21 Jul 2007 12:36:44 +0000 (21 12:36 +0000)]
fixed two typos

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2877 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoimplement impulses style; histogram fromvalue axis range adjustment fix
André Wobst [Sat, 21 Jul 2007 05:09:15 +0000 (21 05:09 +0000)]
implement impulses style; histogram fromvalue axis range adjustment fix

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2876 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoadd some changes comments to the recent checkins
André Wobst [Fri, 20 Jul 2007 15:53:16 +0000 (20 15:53 +0000)]
add some changes comments to the recent checkins

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2875 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoconvenience methods for css-like color specification, proper color rounding; support...
André Wobst [Fri, 20 Jul 2007 15:33:52 +0000 (20 15:33 +0000)]
convenience methods for css-like color specification, proper color rounding; support transparency for filling/stroking in pdf separately; transparency support for postscript as available in a proprietary ghostscript extension

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2874 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agosupport zero-length normsubpaths
André Wobst [Fri, 20 Jul 2007 15:23:35 +0000 (20 15:23 +0000)]
support zero-length normsubpaths

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2873 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agosource format
André Wobst [Fri, 20 Jul 2007 15:21:10 +0000 (20 15:21 +0000)]
source format

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2872 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoadd missing glyph resolution in t1seacs updatepath
André Wobst [Fri, 20 Jul 2007 15:19:04 +0000 (20 15:19 +0000)]
add missing glyph resolution in t1seacs updatepath

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2871 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agochanged a dangerous handling of default parameters in text.texrunner
Michael Schindler [Sun, 29 Apr 2007 13:08:12 +0000 (29 13:08 +0000)]
changed a dangerous handling of default parameters in text.texrunner

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2870 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoadded another texmessage parser
Michael Schindler [Fri, 27 Apr 2007 08:56:49 +0000 (27 08:56 +0000)]
added another texmessage parser

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2869 069f4177-920e-0410-937b-c2a4a81bcd90

16 years agoimproved the slanting of fonts
Michael Schindler [Tue, 24 Apr 2007 21:54:41 +0000 (24 21:54 +0000)]
improved the slanting of fonts

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2868 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agocorrected incorrect "correction"
Gert Ingold [Sat, 21 Apr 2007 19:35:55 +0000 (21 19:35 +0000)]
corrected incorrect "correction"

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2867 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agocorrected typo spotted by Alejandro Gaita-Arinyo
Gert Ingold [Sat, 21 Apr 2007 19:32:45 +0000 (21 19:32 +0000)]
corrected typo spotted by Alejandro Gaita-Arinyo

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2866 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoimplemented font slanting via psfont.map
Michael Schindler [Thu, 19 Apr 2007 18:53:20 +0000 (19 18:53 +0000)]
implemented font slanting via psfont.map

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2865 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadded a tool to track problems with the PyX--TeX communication
Michael Schindler [Thu, 19 Apr 2007 15:04:38 +0000 (19 15:04 +0000)]
added a tool to track problems with the PyX--TeX communication

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2864 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadded __truediv__ methods according to PEP 238 -- this should fix bug 1648534
Michael Schindler [Tue, 6 Mar 2007 16:58:40 +0000 (6 16:58 +0000)]
added __truediv__ methods according to PEP 238 -- this should fix bug 1648534

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2863 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoa path tangent now defaults to a length of 1 cm -- this fixes bug 1632988
Michael Schindler [Tue, 6 Mar 2007 15:46:37 +0000 (6 15:46 +0000)]
a path tangent now defaults to a length of 1 cm -- this fixes bug 1632988

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2862 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agofixed two typos
Michael Schindler [Fri, 23 Feb 2007 12:33:25 +0000 (23 12:33 +0000)]
fixed two typos

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2861 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agotimeaxis.timetick doesn't work
Jörg Lehmann [Sat, 3 Feb 2007 12:44:31 +0000 (3 12:44 +0000)]
timeaxis.timetick doesn't work

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2860 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agochanged my www address
Michael Schindler [Fri, 2 Feb 2007 10:00:01 +0000 (2 10:00 +0000)]
changed my www address

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2859 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agochanged the re pattern to match filestrings enclosed in double quotes
Michael Schindler [Sat, 13 Jan 2007 18:41:16 +0000 (13 18:41 +0000)]
changed the re pattern to match filestrings enclosed in double quotes

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2858 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadjust the return values of the rgb() cmyk() etc methods
Michael Schindler [Wed, 15 Nov 2006 13:35:59 +0000 (15 13:35 +0000)]
adjust the return values of the rgb() cmyk() etc methods

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2857 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd news about the font talk at dante mv 35
André Wobst [Mon, 18 Sep 2006 16:59:49 +0000 (18 16:59 +0000)]
add news about the font talk at dante mv 35

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2856 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd new item regarding PyXPlot published a coupled of days
Jörg Lehmann [Mon, 18 Sep 2006 16:49:59 +0000 (18 16:49 +0000)]
add new item regarding PyXPlot published a coupled of days

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2855 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd todo for example as suggested by Simon Burton
Jörg Lehmann [Sun, 17 Sep 2006 15:47:57 +0000 (17 15:47 +0000)]
add todo for example as suggested by Simon Burton

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2854 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoextend the logarithmic parter to calculate automatic partitions for huge ranges
André Wobst [Fri, 15 Sep 2006 16:09:42 +0000 (15 16:09 +0000)]
extend the logarithmic parter to calculate automatic partitions for huge ranges

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2853 069f4177-920e-0410-937b-c2a4a81bcd90

17 years ago- be more verbose when errors in fontmapping files occurs
Jörg Lehmann [Thu, 14 Sep 2006 18:15:42 +0000 (14 18:15 +0000)]
- be more verbose when errors in fontmapping files occurs
- open fontmapping in universal newline mode

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2852 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd arrowpos to the arrow style of the graph
André Wobst [Wed, 16 Aug 2006 08:42:13 +0000 (16 08:42 +0000)]
add arrowpos to the arrow style of the graph

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2851 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd mesh plotting functionality and use this functionality for the surface style
André Wobst [Wed, 16 Aug 2006 08:08:16 +0000 (16 08:08 +0000)]
add mesh plotting functionality and use this functionality for the surface style

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2850 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agosome notes about missing bitmap functionality and stream improvements
André Wobst [Wed, 16 Aug 2006 08:07:10 +0000 (16 08:07 +0000)]
some notes about missing bitmap functionality and stream improvements

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2849 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agodoplot method (to be called with a plotitem) to alter the plotitem order etc.
André Wobst [Thu, 10 Aug 2006 13:47:07 +0000 (10 13:47 +0000)]
doplot method (to be called with a plotitem) to alter the plotitem order etc.

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2848 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agooptional textdx/textdy columns to the text style added
André Wobst [Thu, 10 Aug 2006 13:43:52 +0000 (10 13:43 +0000)]
optional textdx/textdy columns to the text style added

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2847 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agomake fix portable to Python 2.1
Jörg Lehmann [Mon, 24 Jul 2006 10:51:45 +0000 (24 10:51 +0000)]
make fix portable to Python 2.1

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2846 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agodon't change order of attrs passed to canvas constructor in place
Jörg Lehmann [Sat, 22 Jul 2006 15:24:03 +0000 (22 15:24 +0000)]
don't change order of attrs passed to canvas constructor in place

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2845 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadded protocol for the meeting Wobst, Schindler: path parametrisation
Michael Schindler [Fri, 21 Jul 2006 17:01:46 +0000 (21 17:01 +0000)]
added protocol for the meeting Wobst, Schindler: path parametrisation

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2844 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agofixed a typo
Michael Schindler [Thu, 20 Jul 2006 17:37:43 +0000 (20 17:37 +0000)]
fixed a typo

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2843 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agocreate mkhowto link automatically
Michael Schindler [Thu, 20 Jul 2006 17:34:26 +0000 (20 17:34 +0000)]
create mkhowto link automatically

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2842 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agosome work on the surface style: use epsilon when calculating the grid, add strokeline...
André Wobst [Thu, 20 Jul 2006 17:06:30 +0000 (20 17:06 +0000)]
some work on the surface style: use epsilon when calculating the grid, add strokelines1 and 2 parameters and gridattrs

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2841 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agofixed a raw string
Michael Schindler [Thu, 20 Jul 2006 14:27:30 +0000 (20 14:27 +0000)]
fixed a raw string

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2840 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd multichangeattr
André Wobst [Thu, 20 Jul 2006 14:10:20 +0000 (20 14:10 +0000)]
add multichangeattr

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2839 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agofix double titles in graphs
Jörg Lehmann [Thu, 20 Jul 2006 13:47:50 +0000 (20 13:47 +0000)]
fix double titles in graphs

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2838 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agokleine Verbesserungen, und ein Kommentar
Jörg Lehmann [Sun, 2 Jul 2006 18:27:41 +0000 (2 18:27 +0000)]
kleine Verbesserungen, und ein Kommentar

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2837 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoremove check for old version now that PyX 0.9 has been released
Jörg Lehmann [Sun, 2 Jul 2006 18:26:57 +0000 (2 18:26 +0000)]
remove check for old version now that PyX 0.9 has been released

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2836 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoreshuffle TODO
Jörg Lehmann [Thu, 29 Jun 2006 10:55:32 +0000 (29 10:55 +0000)]
reshuffle TODO

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2835 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agonote on ctypes and libkpathsea
André Wobst [Mon, 26 Jun 2006 08:56:23 +0000 (26 08:56 +0000)]
note on ctypes and libkpathsea

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2834 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agodo not indicate color on invalid points
André Wobst [Mon, 26 Jun 2006 06:13:21 +0000 (26 06:13 +0000)]
do not indicate color on invalid points

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2833 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agofix palette to gradient renaming
André Wobst [Mon, 26 Jun 2006 05:55:06 +0000 (26 05:55 +0000)]
fix palette to gradient renaming

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2832 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agobring back some first preliminary graphxyz code
André Wobst [Mon, 26 Jun 2006 05:52:26 +0000 (26 05:52 +0000)]
bring back some first preliminary graphxyz code

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2831 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agocorrected typo
Gert Ingold [Sat, 24 Jun 2006 17:05:51 +0000 (24 17:05 +0000)]
corrected typo

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2830 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd TODO
Jörg Lehmann [Fri, 23 Jun 2006 08:07:49 +0000 (23 08:07 +0000)]
add TODO

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2829 069f4177-920e-0410-937b-c2a4a81bcd90

17 years ago- renamed: palette->gradient, functionpalette->functiongradient, linearpalette->linea...
Jörg Lehmann [Tue, 20 Jun 2006 11:45:54 +0000 (20 11:45 +0000)]
- renamed: palette->gradient, functionpalette->functiongradient, linearpalette->lineargradient
- new class palette representing a discrete ordered list of colors

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2828 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoimprove names
Jörg Lehmann [Tue, 20 Jun 2006 11:44:19 +0000 (20 11:44 +0000)]
improve names

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2827 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agocorrect indentation
André Wobst [Sat, 17 Jun 2006 18:59:56 +0000 (17 18:59 +0000)]
correct indentation

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2826 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agokeep a copy of the image instance to ensure different id's
André Wobst [Sat, 17 Jun 2006 18:58:36 +0000 (17 18:58 +0000)]
keep a copy of the image instance to ensure different id's

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2825 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agofix very old typo
Jörg Lehmann [Thu, 15 Jun 2006 20:56:17 +0000 (15 20:56 +0000)]
fix very old typo

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2824 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd a suggestion for the graph code
Jörg Lehmann [Thu, 15 Jun 2006 18:07:38 +0000 (15 18:07 +0000)]
add a suggestion for the graph code

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2823 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agosmall reminder
Jörg Lehmann [Thu, 15 Jun 2006 10:46:25 +0000 (15 10:46 +0000)]
small reminder

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2822 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agothere was no real discussion
André Wobst [Fri, 9 Jun 2006 16:06:08 +0000 (9 16:06 +0000)]
there was no real discussion

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2821 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd Michael to web page
Jörg Lehmann [Fri, 9 Jun 2006 07:24:29 +0000 (9 07:24 +0000)]
add Michael to web page

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2820 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoremove a spurious epsilon parameter
André Wobst [Thu, 8 Jun 2006 18:07:04 +0000 (8 18:07 +0000)]
remove a spurious epsilon parameter

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2819 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agorestore an old version of the parallel deformer ... and the linealign and circlealign...
André Wobst [Thu, 8 Jun 2006 18:02:18 +0000 (8 18:02 +0000)]
restore an old version of the parallel deformer ... and the linealign and circlealign for bezier curves

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2818 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agosolver example
André Wobst [Wed, 7 Jun 2006 15:48:29 +0000 (7 15:48 +0000)]
solver example

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2817 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agowritePSfile is similar to writeEPSfile, not to writePSfile
Gert Ingold [Mon, 29 May 2006 05:53:59 +0000 (29 05:53 +0000)]
writePSfile is similar to writeEPSfile, not to writePSfile

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2816 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agonewline preamble problem
André Wobst [Thu, 25 May 2006 06:03:12 +0000 (25 06:03 +0000)]
newline preamble problem

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2815 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd an example todo (suggested by Stathis Sideris)
André Wobst [Wed, 24 May 2006 15:20:59 +0000 (24 15:20 +0000)]
add an example todo (suggested by Stathis Sideris)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2814 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agodon't use the mktuple construct anymore (reported by Axel Freyn)
André Wobst [Wed, 24 May 2006 15:17:32 +0000 (24 15:17 +0000)]
don't use the mktuple construct anymore (reported by Axel Freyn)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2813 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd gallery, don't include .svn stuff from contrib
André Wobst [Wed, 24 May 2006 12:37:39 +0000 (24 12:37 +0000)]
add gallery, don't include .svn stuff from contrib

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2811 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agotype and a todo
André Wobst [Wed, 24 May 2006 12:36:58 +0000 (24 12:36 +0000)]
type and a todo

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2810 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoprepare for 0.9 release: bump version number, final adjustments to news, changes...
André Wobst [Wed, 24 May 2006 11:37:44 +0000 (24 11:37 +0000)]
prepare for 0.9 release: bump version number, final adjustments to news, changes, insert release in calendar

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2809 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadjust some copyright dates according to diffs to previous versions and recent work
André Wobst [Wed, 24 May 2006 10:31:06 +0000 (24 10:31 +0000)]
adjust some copyright dates according to diffs to previous versions and recent work

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2808 069f4177-920e-0410-937b-c2a4a81bcd90

17 years agoadd example documentation to the split axes
André Wobst [Wed, 24 May 2006 09:51:42 +0000 (24 09:51 +0000)]
add example documentation to the split axes

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2807 069f4177-920e-0410-937b-c2a4a81bcd90