Use this function to add, remove or change 2D or 3D dataset styles.
Dataset Style will be listed in a combo box on the toolbar.
To change the style of one or more datasets, select the dataset with the mouse. Then choose a style from the Dataset Style field in the toolbar.
Properties
This button will open the following dialog box:
Comment
Beginning with UniPlot 4.0.3 style files are are saved in the XML text format.
<?xml version='1.0' encoding='iso-8859-1'?>
<styles>
<style-xy name='2D-Red'
curve-width='5'
curve-color='red'
marker-style='5'
marker-fill-color='white'
x-delta='1' />
<style-xy name='2D-Blue'
curve-width='5'
curve-color='blue'
marker-style='5'
marker-fill-color='white' />
<style-xyz name='3D-bubble'
bubble='1'
iso-values='0'
/>
</styles>
See also
id-1788009