From: Rafael L. <rla...@us...> - 2003-03-06 00:53:51
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv9161 Modified Files: use_plplot.m Log Message: Transformed this file into a script, such that we can clear functions from the path. |
From: Rafael L. <rla...@us...> - 2003-03-07 08:56:57
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv26847/PLplot Modified Files: Makefile.am plplot_octave_path.m.in use_plplot.m Added Files: toggle_plplot_use.m Log Message: Added the script toggle_plplot_use.m, which really works by clearing functions from the OCtave hash when switching from PLplot to Gnuplot and back. use_plplot is now a one-line function that just prints: This function is deprecated. Use toggle_plplot_use instead. Documentation in INSTALL, as well as the EXTRA_DIST variable in PLplot/Makefile.am have been updated accordingly. |
From: Rafael L. <rla...@us...> - 2003-03-12 22:28:08
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv23526 Modified Files: toggle_plplot_use.m Log Message: Fixed a quite important bug: after cleaning the plotting function in ${prefix}/share/plplot_octave, the previous working directory was not restored. Another less critical, but also important change: since this file is a script, all the variables used in it are in the user's workspace. Variables names like "i", "t" or "path" were being used, which might conflict with those of the users. All the variables used in toggle_plplot_use.m are now prefixed with "use_plplot_" and are cleared at the end of the script (besides use_plplot_state, which must be kept between successive calls of the script). |
From: Joao C. <jc...@us...> - 2003-03-19 01:09:58
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv27352/bindings/octave/PLplot Added Files: drawnow.m stopdraw.m Log Message: stopdraw -- The plot of further plots will be delayed until drawnow. drawnow -- All suspended plots will now be draw. This is usefull when adding plots to a figure when in hold mode, to avoid replaying all plots. |
From: Joao C. <jc...@us...> - 2003-03-19 17:49:19
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv12879/bindings/octave/PLplot Modified Files: axis.m Log Message: Add lots of new funtionalities, such as axis square, equal, normal, auto, manual, tight and image, and turning on/off the ticks and ticks labels on the x/y, etc. |
From: Joao C. <jc...@us...> - 2003-03-19 17:56:51
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv16620/bindings/octave/PLplot Modified Files: closefig.m Log Message: Add semi-colons at the end of some statements to avoid the echoing of the result. |
From: Joao C. <jc...@us...> - 2003-03-19 19:09:57
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv21047/bindings/octave/PLplot Modified Files: xticks.m yticks.m Log Message: Add several options to use/dont use ticks and tick labels Use strm instead of __pl_strm, making the code clearer |
From: Joao C. <jc...@us...> - 2003-03-19 19:10:35
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv21352/bindings/octave/PLplot Modified Files: save_fig.m Log Message: Use __pl.lp_options Use strm instead of __pl_strm, making the code clearer Make psc the default device Accept the pstex device Check that it is possible to save the file, give error ir not. |
From: Joao C. <jc...@us...> - 2003-03-19 19:11:06
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv21601/bindings/octave/PLplot Modified Files: polar.m Log Message: Use per stream __pl.type/__pl.item |
From: Joao C. <jc...@us...> - 2003-03-19 19:11:55
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv21908/bindings/octave/PLplot Modified Files: plsetopt.m Log Message: Accept "drvopt" option Use __pl instead of global set_options Use __pl_init such that a plot figure is automatically opened. |
From: Joao C. <jc...@us...> - 2003-03-19 19:12:56
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv22435/bindings/octave/PLplot Modified Files: plrb.m Log Message: Take keys modifiers into account |
From: Joao C. <jc...@us...> - 2003-03-19 19:13:19
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv22645/bindings/octave/PLplot Modified Files: plot_margin.m Log Message: Take automatic_replot variable into account |
From: Joao C. <jc...@us...> - 2003-03-19 19:13:43
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv22885/bindings/octave/PLplot Modified Files: grid.m Log Message: Use strm instead of __pl_strm, making the code clearer Use switch instead of if, keeping octave-2.0.16 compatibility |
From: Joao C. <jc...@us...> - 2003-03-19 19:14:10
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv23141/bindings/octave/PLplot Modified Files: lp_setup.m Log Message: Use __pl.lp_options instead of global lp_options |
From: Joao C. <jc...@us...> - 2003-03-19 19:14:32
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv23351/bindings/octave/PLplot Modified Files: legend.m Log Message: To disable an entry, enter one blank, e.g. legend("set","; ;") Use strm instead of __pl_strm, making the code clearer |
From: Joao C. <jc...@us...> - 2003-03-19 19:14:59
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv23574/bindings/octave/PLplot Modified Files: zoom.m Log Message: Use strm instead of __pl_strm, making the code clearer Use per stream __pl.type |
From: Joao C. <jc...@us...> - 2003-03-19 19:18:44
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv25129/bindings/octave/PLplot Modified Files: bgr.m bone.m bottom_title.m closeallfig.m cool.m fig.m fig_raise.m fig_state.m free_fig.m ginput.m hls2rgb.m hot.m loglog.m mesh.m meshc.m meshz.m pink.m plclg.m pldef.m plot.m plot_border.m rgb2hls.m rgbplot.m semilogx.m semilogy.m surf.m surfc.m surfl.m top_title.m Log Message: Adjust date in copyright notice |
From: Joao C. <jc...@us...> - 2003-03-19 19:20:28
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv26004/bindings/octave/PLplot Modified Files: axis_set.m fill.m label_plot.m mplot.m multiplot.m oneplot.m plot3.m set_view.m shade.m shading.m stripc.m subplot.m subwindow.m title.m xlabel.m ylabel.m zlabel.m Log Message: Use strm instead of __pl_strm, making the code clearer |
From: Joao C. <jc...@us...> - 2003-03-19 19:21:04
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv26360/bindings/octave/PLplot Modified Files: figure.m Log Message: Set automatic_replot=1 by default Fix the logic of determining the current stream Use strm instead of __pl_strm, making the code clearer Put semi-colons at statements end to avoid echoing the output result during execution. Set/changes some defaults: the plot type does not have the x/y axis at origin drawn set x/y/z ticks to automatic don't increase line style after each plot set shading to "flat" set aspect rate to automatic change the default X geometry of a new window |
From: Joao C. <jc...@us...> - 2003-03-19 19:21:33
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv26595/bindings/octave/PLplot Modified Files: plimage.m Log Message: Add arguments to show only a region of the image. |
From: Joao C. <jc...@us...> - 2003-03-19 19:21:58
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv26729/bindings/octave/PLplot Modified Files: comet.m Log Message: Change to "axis tight" if automatic and restore old value at the end. This should be really fixed! |
From: Joao C. <jc...@us...> - 2003-03-19 19:22:22
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv26939/bindings/octave/PLplot Modified Files: colormap.m Log Message: Call __pl_plotit, so colormap changes will take effect immediately (when implemented) |
From: Joao C. <jc...@us...> - 2003-03-19 19:23:12
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv27291/bindings/octave/PLplot Modified Files: plcolormap.m Log Message: Make plcolormap an alias to colormap |
From: Joao C. <jc...@us...> - 2003-03-19 19:23:51
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv27623/bindings/octave/PLplot Modified Files: autostyle.m Log Message: Use strm instead of __pl_strm, making the code clearer Take automatic_replot variable into account |
From: Joao C. <jc...@us...> - 2003-03-19 19:24:17
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot In directory sc8-pr-cvs1:/tmp/cvs-serv28098/bindings/octave/PLplot Modified Files: plclearplot.m Log Message: Use __pl_init, such that a plot figure is automatically opened. |