[scilab-Users] XMLLab 1.75 and graphics

stephane.mottelet at utc.fr stephane.mottelet at utc.fr
Thu Dec 1 21:06:24 CET 2011


Hello,

glad to hear that some people are using XMLlab (BTW are you doing real  
stuff with it ?)... When you install XMLlab, then the plotlib (0.21)  
is also installed... and the cohabitation with basic scilab graphics  
and the plotlib is problematic. You can issue, once for all, at the  
beginning of you session

--> plotlibmode

Then all subsequent plots will be made with the plotlib (but not with  
native Scilab graphics).

S.



laurent berger <laurent.berger at univ-lemans.fr> a écrit :

> Hi,
>
> I am using XMLLab 1.75 and I want to plot a curve :
> plot(0:10,0:10)
> The graphics is empty.
> In a previous message it was written to change some figure properties :
> set(gcf(),'pixmap','off')
> but it is still not worked.
>
> Figure properties are with xmllab
>
> children: "Axes"
> figure_position = [200,200]
> figure_size = [620,596]
> axes_size = [610,460]
> auto_resize = "on"
> viewport = [0,0]
> figure_name = "Figure n°%d"
> figure_id = 0
> info_message = ""
> color_map= matrix 18x3
> pixmap = "off"
> pixel_drawing_mode = "copy"
> anti_aliasing = "off"
> immediate_drawing = "on"
> background =  16
> visible = "on"
> rotation_style = "unary"
> event_handler = "plotlib_handler"
> event_handler_enable = "off"
> user_data = []
> tag = ""
>
>
> and without xmllab
> children: ["Axes";"Axes"]
> figure_position = [495,8]
> figure_size = [620,596]
> axes_size = [610,460]
> auto_resize = "on"
> viewport = [0,0]
> figure_name = "Figure n°%d"
> figure_id = 0
> info_message = ""
> color_map= matrix 37x3
> pixmap = "off"
> pixel_drawing_mode = "copy"
> anti_aliasing = "off"
> immediate_drawing = "on"
> background =  -2
> visible = "on"
> rotation_style = "unary"
> event_handler = ""
> event_handler_enable = "off"
> user_data = []
> tag = ""
>
> I have tried  set(gcf(),'event_handler','') but there is no graphics?
>
> How can I plot a curve with xmllab?
>
> Thanks for your s answers
>
>
>
>
> --
> View this message in context:  
> http://mailinglists.scilab.org/XMLLab-1-75-and-graphics-tp3552007p3552007.html
> Sent from the Scilab users - Mailing Lists Archives mailing list  
> archive at Nabble.com.
>






More information about the users mailing list