Re: [Scilab-users] Axis break with Scilab ?

2016-11-25 Thread Dang Ngoc Chan, Christophe
erstand why I have these ugly side effects with my own try, see http://mailinglists.scilab.org/Scilab-users-Axis-break-with-Scilab-tp4035057p4035068.html especially how can I fine tune the position of the y-axis. I also think that this solution, based on the suggestions from Samuel, might have

Re: [Scilab-users] Axis break with Scilab ?

2016-11-25 Thread Rafael Guerra
Dear Scilabers, Sorry to post yet another version but known errors should not remain uncorrected. The revised snippet below produces the attached figure. // Multiple x-axis breaks in Scilab (4th attempt) // START OF CODE clear; function []=plotxbreaks(x0,y0,dx_break); // x0 and y0 are 1D

Re: [Scilab-users] Axis break with Scilab ?

2016-11-25 Thread Dang Ngoc Chan, Christophe
Hello, So, I spotted one error, and I now understand the arect parameter for xsetech(). The following code is somewhat better: at least the x-axes are well placed at the bottom. Unfortunatelly, the y-axis is still misplaced. function []=break_axis(X, Y, minbreakX, maxbreakX, breaksize) //

Re: [Scilab-users] Axis break with Scilab ?

2016-11-25 Thread Rafael Guerra
Hello, There was a silly mistake in the labeling in the previous code sample posted. In order to try keeping a clean record, here it goes an improved version of plotxbreaks(), which produces the plot attached. // Multiple axis breaks in Scilab (3rd attempt) // START OF CODE clear; function

Re: [Scilab-users] Axis break with Scilab

2016-11-24 Thread sgougeon
>De: "Antoine Monmayrant" > >OK, that's what I understood from your last post but saddly it does not work >on my setup with scilab-6.0.0-beta-2. >I tried on two different machines under linux (ubuntu 16.04 64bits) and it >does not work. >I cannot start the zoom box outside of the axis

Re: [Scilab-users] Axis break with Scilab ?

2016-11-23 Thread Rafael Guerra
Behalf Of Antoine Monmayrant Sent: Tuesday, November 22, 2016 1:31 PM To: users@lists.scilab.org Subject: [Scilab-users] Axis break with Scilab ? Hi all, I just got a question from one of my colleagues: "Is this possible to get axis breaks when plotting with Scilab?" (ie a plot where a

Re: [Scilab-users] Axis break with Scilab ?

2016-11-23 Thread Dang Ngoc Chan, Christophe
Hello, > De : sgoug...@free.fr > Envoyé : mardi 22 novembre 2016 17:18 > > IMO this is quite embarrassing (not from a technical point of view, but from > a reader one The example provided is excessive, but making *one* shortcut on *one* axis is a rightful request. It is even considered good

Re: [Scilab-users] Axis break with Scilab ?

2016-11-22 Thread sgougeon
(), drawaxis(), and/or the fact that data with %nan values are skipped in plots could be used to achieve such a rendering. Best regards Samuel - Mail original - De: "Antoine Monmayrant" À: users@lists.scilab.org Envoyé: Mardi 22 Novembre 2016 13:31:07 Objet: [Scilab-users]

Re: [Scilab-users] Axis break with Scilab ?

2016-11-22 Thread Rafael Guerra
h(xb(i)); end f=gcf(); f.children.axes_visible = ["off","on","on"] //END OF CODE Kind regards, Rafael -Original Message- From: users [mailto:users-boun...@lists.scilab.org] On Behalf Of Antoine Monmayrant Sent: Tuesday, November 22, 2016 1:31 PM To: users@li

[Scilab-users] Axis break with Scilab ?

2016-11-22 Thread Antoine Monmayrant
Hi all, I just got a question from one of my colleagues: "Is this possible to get axis breaks when plotting with Scilab?" (ie a plot where a bit of the scale in x, y or even both is missing, see : http://www.originlab.com/doc/Tutorials/Multiple-Axis-Breaks ). As far as I know, I don't see any