[Tioga-users] Marker outside plot area

Bill Paxton paxton at kitp.ucsb.edu
Mon May 19 14:16:07 EDT 2008


On May 19, 2008, at 10:57 AM, Edwin wrote:

> That worked perfectly. (I think I am now calling cmd with another  
> "self", but since I am not using it within the block anyway that  
> does not matter in this case.)


Great!

I'll add show_plot_without_clipping for the next release:

     def show_plot_without_clipping(bounds=nil,&cmd)
         trace_cmd_one_arg(@enter_show_plot_function,  
@exit_show_plot_function, bounds) {
             set_bounds(bounds)
             context { cmd.call(self) }
             show_plot_box
         }
     end

--Bill

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/tioga-users/attachments/20080519/3cf9faf9/attachment-0001.html>


More information about the Tioga-users mailing list