Powered by Apache

CVS log for OpenXM_contrib2/asir2000/plot/if.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / plot

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:55 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.36: +893 -893 lines
Diff to previous 1.36 (colored)

Changed a tab to two space charaters.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Sep 4 01:57:53 2017 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.35: +6 -2 lines
Diff to previous 1.35 (colored)

Added 'plot_by_bigfloat' as a switch in ctrl(). If its value N is not equal zero,
then the evaluation in plot() is done by using bigdloat calculation with
decimal precision=N.
Added 'debug_plot' as a switch in ctrl(). If it is not equal zero, then
a message window is shown.
Fixed bugs in engine/bf.c.

Revision 1.35 / (download) - annotate - [select for diffs], Fri Sep 1 01:48:40 2017 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.34: +7 -2 lines
Diff to previous 1.34 (colored)

plot and ifplot now accept a constant function.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:56 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.33: +10 -10 lines
Diff to previous 1.33 (colored)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:53 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.32: +10 -10 lines
Diff to previous 1.32 (colored)

Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Aug 20 16:51:34 2014 UTC (9 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.31: +4 -2 lines
Diff to previous 1.31 (colored)

Fixed plot functions for running on Windows.

Revision 1.31 / (download) - annotate - [select for diffs], Sat Jul 5 03:55:42 2014 UTC (9 years, 9 months ago) by saito
Branch: MAIN
Changes since 1.30: +1 -3 lines
Diff to previous 1.30 (colored)

#if defined(INTERVAL) bug fixed

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jun 27 07:58:29 2014 UTC (9 years, 10 months ago) by saito
Branch: MAIN
Changes since 1.29: +145 -71 lines
Diff to previous 1.29 (colored)

plot function to original version
add new plot function type NG
ifplotOld => ifplot
ifplot => ifplotNG

Revision 1.29 / (download) - annotate - [select for diffs], Sun May 25 03:07:04 2014 UTC (9 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Changed the call of ifplotmain to ifplotmainOld in ifplot_resize().

Revision 1.28 / (download) - annotate - [select for diffs], Tue May 13 16:28:08 2014 UTC (9 years, 11 months ago) by saito
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

move polarplotNG out of #if defined(INTERVAL)

Revision 1.27 / (download) - annotate - [select for diffs], Mon May 12 16:54:41 2014 UTC (9 years, 11 months ago) by saito
Branch: MAIN
Changes since 1.26: +93 -203 lines
Diff to previous 1.26 (colored)

new plot function plotNGs

Revision 1.26 / (download) - annotate - [select for diffs], Tue Mar 25 19:22:15 2014 UTC (10 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Corrected a local variable.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Dec 20 02:27:17 2013 UTC (10 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.24: +4 -2 lines
Diff to previous 1.24 (colored)

Added #if defined(INTERVAL) in the files in plot.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Dec 19 05:48:24 2013 UTC (10 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.23: +674 -801 lines
Diff to previous 1.23 (colored)

add new ifplot functioin
ifplotD,ifplotQ,ifplotB,ineqnD,ineqnQ,ineqnB,ineqnandD,ineqnandQ,ineqnandB,
ineqnnorD,ineqnnorQ,ineqnnorB,plotoverD,plotoverQ,plotoverB

Revision 1.23 / (download) - annotate - [select for diffs], Thu Aug 11 06:25:06 2011 UTC (12 years, 8 months ago) by saito
Branch: MAIN
Changes since 1.22: +1 -3 lines
Diff to previous 1.22 (colored)

#if defined(INTERVAL) bug fixed

Revision 1.22 / (download) - annotate - [select for diffs], Wed Aug 10 04:51:58 2011 UTC (12 years, 8 months ago) by saito
Branch: MAIN
Changes since 1.21: +597 -3 lines
Diff to previous 1.21 (colored)

add ineqn functions.
objcp,ineqn,ineqnover,ineqnand,ineqnor,ineqnxor,ineqnmain,obj_op
include INTERVAL

Revision 1.21 / (download) - annotate - [select for diffs], Thu Nov 9 15:54:35 2006 UTC (17 years, 5 months ago) by saito
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.20: +23 -13 lines
Diff to previous 1.20 (colored)

stop plot functions' color inheritance.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 9 03:41:47 2006 UTC (17 years, 5 months ago) by saito
Branch: MAIN
Changes since 1.19: +4 -2 lines
Diff to previous 1.19 (colored)

reset plotobj color.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Dec 21 23:18:16 2005 UTC (18 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.18: +8 -3 lines
Diff to previous 1.18 (colored)

Added memory_conplot(), memory_plot(), which return BYTEARRAY
representing bitmap.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 4 04:34:49 2005 UTC (18 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored)

asir2000 on Windows depends on pari-2.0.17.beta.
make2000.bat executes wget for obtaining pari-2.0.17.beta.tgz.

Revision 1.17 / (download) - annotate - [select for diffs], Wed May 18 03:27:00 2005 UTC (18 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.16: +6 -1 lines
Diff to previous 1.16 (colored)

Color can be specified for plotover().

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 26 08:25:37 2004 UTC (20 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.15: +7 -4 lines
Diff to previous 1.15 (colored)

Improved sprinttb().

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 15 05:36:10 2002 UTC (21 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

conplot() was broken.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 2 09:44:37 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.13: +5 -41 lines
Diff to previous 1.13 (colored)

polarplot calc must be executed before create_canvas().

Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 2 09:29:17 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

Fixed a bug in polar plot.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 2 08:59:47 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.11: +68 -16 lines
Diff to previous 1.11 (colored)

A test implementation of polar plot.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Aug 2 02:57:48 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.10: +9 -3 lines
Diff to previous 1.10 (colored)

draw_obj() also popups the zombie.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 29 03:08:16 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.9: +8 -2 lines
Diff to previous 1.9 (colored)

Modified the behavior of destroy_canvas().

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jul 10 05:29:35 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.8: +28 -1 lines
Diff to previous 1.8 (colored)

Added a builtin function draw_string().

draw_string(ID,INDEX,POSITION, STRING [,COLOR])
     :: Draws a character string STRING at POSITION  on a canvas.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Dec 25 02:39:07 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Modifications to support cygwin.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:27 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.6: +10 -20 lines
Diff to previous 1.6 (colored)

Conversion to ANSI style (not completed yet).

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 22 09:19:21 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.5: +65 -2 lines
Diff to previous 1.5 (colored)

memory_ifplot() : a version of ifplot() which pushes
[Width,Height,ByteArray] onto the stack, where ByteArray represents
a bitmap. (experimental)

(x,y) <-> ByteArray[y*len+((x)>>3)] & ((x)&7)

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 9 01:51:12 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.4: +20 -13 lines
Diff to previous 1.4 (colored)

If the canvas does not exist, ox_plot server pushes an error packet
agaist the draw_obj request.

One can specify colors for draw_obj (currently Windows only).

draw_obj(Id,Index,Point,Color)

Color is specified by 3 bytes integer RRGGBB.
If Color is not specified, black is used.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 7 06:06:40 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6
Changes since 1.3: +85 -1 lines
Diff to previous 1.3 (colored)

Enhanced the multiplication in Weyl algebra.

Added and modified some new functions related to plotting.
(sorry, not documented yet)

ifplot(), conplot(), plot() : push the 'index' which indicates
the index of the created canvas. A canvas is specified by (Id,Index),
where Id is the identifier for an ox server.

open_canvas(Id): create a white canvas.

draw_obj(Id,Index,PointOrSegment): create a white canvas. This function
also pushes the index.

PointOrSegment : a list. If the length is 2, it is regarded as a point.
If the length is 4, it is regarded as a line segment.

clear_canvas(Id,Index): clears the canvas.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:31 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Sorry, the email address in the license agreement was incorrect.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:50 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1 lines
Diff to previous 1.1 (colored)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:13 1999 UTC (24 years, 5 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, RELEASE_1_1_2, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:13 1999 UTC (24 years, 5 months ago) by noro
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>