Great many thanks.
Heinz

> On 21.08.2023, at 15:21, philipp via Scilab community 
> <notificati...@utc.discoursemail.com> wrote:
>
>       philipp
> August 21
> What about:
>
> errbar(); // NOTE: add vertical error bars on a 2D plot
>
> a = gca();
> e = a.children(1);
> e.thickness = 2; // changing error bar thickness
> e.segs_color = 2; // changing error bar colors
>
> /*
> for colors, individual error bars can be reached like this:
> e.segs_color(i) = …
> with i = 1:nrOfErrorBars
> */
>
> // Some kind of endcaps:
>
> e.mark_mode = ‘on’
> e.mark_style = 2;
> e.mark_size = 0;
> e.mark_foreground = 2;
>
> If you like to have horizontal lines as endcaps, a nasty option would be to 
> plot these line separatly since there is no “-” in LineSpec → marker type. 
> (Scilab 6.1.0)
>
> Besides: I guess errbar() plots the vertikal lines all as single lines…see: 
> e.data
>
> BR
> Philipp
>
> Visit Topic or reply to this email to respond.
>
> To unsubscribe from these emails, click here.
>

_______________________________________________
users mailing list - users@lists.scilab.org
Click here to unsubscribe: <mailto:users-unsubscr...@lists.scilab.org>
https://lists.scilab.org/mailman/listinfo/users
This email and any attachments are intended solely for the use of the 
individual or entity to whom it is addressed and may be confidential and/or 
privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email 
and all attachments,

(iii) Dassault Systèmes does not accept or assume any liability or 
responsibility for any use of or reliance on this email.


Please be informed that your personal data are processed according to our data 
privacy policy as described on our website. Should you have any questions 
related to personal data protection, please contact 3DS Data Protection Officer 
https://www.3ds.com/privacy-policy/contact/

Reply via email to