version 1.12, 2002/08/02 08:59:47 |
version 1.13, 2002/08/02 09:29:17 |
|
|
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE. |
* |
* |
* $OpenXM: OpenXM_contrib2/asir2000/plot/if.c,v 1.11 2002/08/02 02:57:48 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/plot/if.c,v 1.12 2002/08/02 08:59:47 noro Exp $ |
*/ |
*/ |
#include "ca.h" |
#include "ca.h" |
#include "parse.h" |
#include "parse.h" |
Line 182 int polarplot(NODE arg) |
|
Line 182 int polarplot(NODE arg) |
|
else |
else |
can->wname = ""; |
can->wname = ""; |
can->formula = formula; |
can->formula = formula; |
create_canvas(can); |
|
polarplotcalc(can); |
polarplotcalc(can); |
|
/* xmax, xmin etc are determined after calc */ |
|
create_canvas(can); |
plot_print(display,can); |
plot_print(display,can); |
copy_to_canvas(can); |
copy_to_canvas(can); |
return id; |
return id; |