Powered by Apache

CVS log for OpenXM_contrib2/asir2000/plot/ifplot.h

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (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.25: +38 -38 lines
Diff to previous 1.25 (colored)

Changed a tab to two space charaters.

Revision 1.25 / (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.24: +2 -1 lines
Diff to previous 1.24 (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.24 / (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.23: +6 -6 lines
Diff to previous 1.23 (colored)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.23 / (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.22: +6 -6 lines
Diff to previous 1.22 (colored)

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

Revision 1.22 / (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.21: +1 -2 lines
Diff to previous 1.21 (colored)

Fixed plot functions for running on Windows.

Revision 1.21 / (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.20: +2 -2 lines
Diff to previous 1.20 (colored)

#if defined(INTERVAL) bug fixed

Revision 1.20 / (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.19: +13 -11 lines
Diff to previous 1.19 (colored)

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

Revision 1.19 / (download) - annotate - [select for diffs], Fri May 16 08:49:52 2014 UTC (9 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

1. Fixed a typo for the name of draw_obj function.
2. Fixed numbers of arguments for some plot functions.
   However I did not correct many uncertain functions.

Revision 1.18 / (download) - annotate - [select for diffs], Tue May 13 20:02:40 2014 UTC (9 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Fixed SYNTAX ERRORS!!
They are ignored by gcc/clang, but not by visual studio.

Revision 1.17 / (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.16: +113 -41 lines
Diff to previous 1.16 (colored)

new plot function plotNGs

Revision 1.16 / (download) - annotate - [select for diffs], Tue Mar 25 19:24:43 2014 UTC (10 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.15: +7 -1 lines
Diff to previous 1.15 (colored)

Add empty function "set_drawcolor" for windows.

Revision 1.15 / (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.14: +46 -26 lines
Diff to previous 1.14 (colored)

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

Revision 1.14 / (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.13: +73 -37 lines
Diff to previous 1.13 (colored)

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

Revision 1.13 / (download) - annotate - [select for diffs], Wed May 18 03:27:00 2005 UTC (18 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Color can be specified for plotover().

Revision 1.12 / (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.11: +4 -1 lines
Diff to previous 1.11 (colored)

Improved sprinttb().

Revision 1.11 / (download) - annotate - [select for diffs], Fri Aug 2 08:59:47 2002 UTC (21 years, 9 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.10: +3 -1 lines
Diff to previous 1.10 (colored)

A test implementation of polar plot.

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: +2 -1 lines
Diff to previous 1.9 (colored)

Modified the behavior of destroy_canvas().

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 11 03:34:34 2002 UTC (21 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.8: +7 -1 lines
Diff to previous 1.8 (colored)

Supporting codes for color Postscript printers (the work has not yet been
completed.)

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

Conversion to ANSI style (not completed yet).

Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 5 01:24:59 2000 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.6: +4 -48 lines
Diff to previous 1.6 (colored)

Removed ugly '#if defined(THINK_C)'.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 9 02:30:44 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

One can specify color for draw_obj() on X11.

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: +13 -6 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: +48 -2 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>