##// END OF EJS Templates
Handles rendering of plottables (1)...
Handles rendering of plottables (1) As for the axes properties, we create a helper used to set rendering properties of the plottables depending on the type of the data series used to create these plottables. Rendering properties will be, for example: - the color of each component for a scalar or a vector - the color scale management for a spectrogram

File last commit:

r729:94000392d1e8
r917:8264fa4b2aa2
Show More
sqpguiresources.qrc
16 lines | 534 B | text/plain | TextLexer
<RCC>
<qresource prefix="/">
<file>icones/dataSourceComponent.png</file>
<file>icones/dataSourceNode.png</file>
<file>icones/dataSourceProduct.png</file>
<file>icones/dataSourceRoot.png</file>
<file>icones/delete.png</file>
<file>icones/down.png</file>
<file>icones/openInspector.png</file>
<file>icones/next.png</file>
<file>icones/plot.png</file>
<file>icones/previous.png</file>
<file>icones/unplot.png</file>
<file>icones/up.png</file>
</qresource>
</RCC>