Home
last modified time | relevance | path

Searched refs:colormaps (Results 1 – 25 of 904) sorted by relevance

12345678910>>...37

/dports/misc/py-palettable/palettable-3.3.0/palettable/cartocolors/
H A Dsequential.py8 from . import colormaps
13 'Burg': colormaps._BURG,
14 'BurgYl': colormaps._BURGYL,
15 'RedOr': colormaps._REDOR,
16 'OrYel': colormaps._ORYEL,
17 'Peach': colormaps._PEACH,
19 'Mint': colormaps._MINT,
22 'Emrld': colormaps._EMRLD,
24 'BluYl': colormaps._BLUYL,
25 'Teal': colormaps._TEAL,
[all …]
H A Ddiverging.py10 from . import colormaps
15 'ArmyRose': colormaps._ARMYROSE,
16 'Fall': colormaps._FALL,
17 'Geyser': colormaps._GEYSER,
18 'Temps': colormaps._TEMPS,
19 'TealRose': colormaps._TEALROSE,
20 'Tropic': colormaps._TROPIC,
21 'Earth': colormaps._EARTH,
H A Dqualitative.py10 from . import colormaps
15 'Antique': colormaps._ANTIQUE,
16 'Bold': colormaps._BOLD,
17 'Pastel': colormaps._PASTEL,
18 'Prism': colormaps._PRISM,
19 'Safe': colormaps._SAFE,
20 'Vivid': colormaps._VIVID,
/dports/science/h5utils/h5utils-1.13.1/
H A DMakefile.am1 COLORMAPS = colormaps/autumn colormaps/bluered colormaps/bone \
2 colormaps/colorcube colormaps/cool colormaps/copper colormaps/flag \
3 colormaps/gray colormaps/green colormaps/hot colormaps/hsv \
4 colormaps/jet colormaps/lines colormaps/pink colormaps/prism \
5 colormaps/spring colormaps/summer colormaps/vga colormaps/winter \
6 colormaps/yarg colormaps/yellow colormaps/dkbluered \
7 colormaps/viridis colormaps/inferno colormaps/RdBu colormaps/BrBG
/dports/graphics/py-visvis/visvis-1.13.0/core/
H A Dconstants.py142 colormaps = {} variable
144 colormaps['gray'] = [(0,0,0), (1,1,1)]
145 colormaps['cool'] = [(0,1,1), (1,0,1)]
148 colormaps['copper'] = [(0,0,0), (1,0.7,0.5)]
151 colormaps['spring'] = [(1,0,1), (1,1,0)]
152 colormaps['summer'] = [(0,0.5,0.4), (1,1,0.4)]
153 colormaps['autumn'] = [(1,0,0), (1,1,0)]
154 colormaps['winter'] = [(0,0,1), (0,1,0.5)]
173 colormaps['ct2'] = { 'r': [(0, 0), (0.1773, 1.0)],
182 for key in colormaps:
[all …]
/dports/misc/py-palettable/palettable-3.3.0/palettable/cmocean/
H A Dsequential.py11 from . import colormaps
16 'Algae': colormaps._ALGAE,
17 'Amp': colormaps._AMP,
18 'Deep': colormaps._DEEP,
19 'Dense': colormaps._DENSE,
20 'Gray': colormaps._GRAY,
22 'Ice': colormaps._ICE,
24 'Oxy': colormaps._OXY,
25 'Phase': colormaps._PHASE,
26 'Solar': colormaps._SOLAR,
[all …]
H A Ddiverging.py11 from . import colormaps
16 'Balance': colormaps._BALANCE,
17 'Curl': colormaps._CURL,
18 'Delta': colormaps._DELTA,
/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Ddbuff.c60 if (state->colormaps[0] != NULL) { in dbuff_release()
61 free(state->colormaps[0]); in dbuff_release()
63 if (state->colormaps[1] != NULL) { in dbuff_release()
64 free(state->colormaps[1]); in dbuff_release()
115 if (state->colormaps[1] == NULL || in start_dbuff()
116 state->colormaps[0] == NULL || in start_dbuff()
215 state->colormaps[0][i] = colors[i & low_mask]; in start_dbuff()
216 state->colormaps[0][i].pixel = dbuff_color(state, i); in start_dbuff()
218 state->colormaps[1][i].pixel = dbuff_color(state, i); in start_dbuff()
226 state->colormaps[state->colormap_index], in start_dbuff()
[all …]
/dports/math/py-yt/yt-4.0.1/doc/source/visualizing/colormaps/
H A Dindex.rst6 There are several colormaps available for yt. yt includes all of the
7 matplotlib colormaps as well for nearly all functions. Individual
14 in black and white. In 3.3, additional colormaps ``dusk``, ``kelp`` and
40 from one's figures. Many such colormaps are found in palettable.
48 example ``('RdBu', 'Diverging', 9)``. These discrete colormaps will
54 .. _custom-colormaps:
59 yt can also accommodate custom colormaps using the
61 These custom colormaps can be made to an arbitrary level of
105 To display the most up to date colormaps locally, you can use the
108 of colormaps to display, either as just the ``yt_native`` colormaps, or
[all …]
/dports/misc/py-palettable/palettable-3.3.0/palettable/matplotlib/
H A Dmatplotlib.py9 from . import colormaps
15 'Magma': colormaps._MAGMA_DATA,
16 'Inferno': colormaps._INFERNO_DATA,
17 'Plasma': colormaps._PLASMA_DATA,
18 'Viridis': colormaps._VIRIDIS_DATA
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/
H A Ddbuff.c34 XFREE(state->colormaps[0]); in dbuff_release()
35 XFREE(state->colormaps[1]); in dbuff_release()
77 state->colormaps[0] = XMALLOC(XColor ,state->colormap_size); in start_dbuff()
78 state->colormaps[1] = XMALLOC(XColor, state->colormap_size); in start_dbuff()
80 if (state->colormaps[1] == NULL || in start_dbuff()
81 state->colormaps[0] == NULL || in start_dbuff()
179 state->colormaps[0][i] = colorarray[i & low_mask]; in start_dbuff()
180 state->colormaps[0][i].pixel = dbuff_color(state, i); in start_dbuff()
182 state->colormaps[1][i].pixel = dbuff_color(state, i); in start_dbuff()
190 state->colormaps[state->colormap_index], in start_dbuff()
[all …]
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/colors/maps/
H A Dinferno.csv1 ; New matplotlib colormaps by Nathaniel J. Smith, Stefan van der Walt,
4 ; This file and the colormaps in it are released under the CC0 license /
6 ; redistribute these colormaps, but do not impose any legal restrictions.
9 ; mpl-colormaps have waived all copyright and related or neighboring rights
10 ; to mpl-colormaps.
H A Dmagma.csv1 ; New matplotlib colormaps by Nathaniel J. Smith, Stefan van der Walt,
4 ; This file and the colormaps in it are released under the CC0 license /
6 ; redistribute these colormaps, but do not impose any legal restrictions.
9 ; mpl-colormaps have waived all copyright and related or neighboring rights
10 ; to mpl-colormaps.
H A Dplasma.csv1 ; New matplotlib colormaps by Nathaniel J. Smith, Stefan van der Walt,
4 ; This file and the colormaps in it are released under the CC0 license /
6 ; redistribute these colormaps, but do not impose any legal restrictions.
9 ; mpl-colormaps have waived all copyright and related or neighboring rights
10 ; to mpl-colormaps.
H A Dviridis.csv1 ; New matplotlib colormaps by Nathaniel J. Smith, Stefan van der Walt,
4 ; This file and the colormaps in it are released under the CC0 license /
6 ; redistribute these colormaps, but do not impose any legal restrictions.
9 ; mpl-colormaps have waived all copyright and related or neighboring rights
10 ; to mpl-colormaps.
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/
H A Dpyplot_summary.rst24 There are many colormaps you can use to map data onto color values.
27 For a more in-depth look at colormaps, see the
28 :doc:`/tutorials/colors/colormaps` tutorial.
32 .. autofunction:: colormaps
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/api/
H A Dpyplot_summary.rst37 There are many colormaps you can use to map data onto color values.
40 For a more in-depth look at colormaps, see the
41 :doc:`/tutorials/colors/colormaps` tutorial.
43 .. autofunction:: colormaps
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/doc/gdk/
H A Dsection-colors.xml.texi6 Manipulation of colors and colormaps
9 These functions are used to modify colormaps. A colormap is an object that
11 values that are used to display color values. In general, colormaps only contain
15 There are a couple of special colormaps that can be retrieved. The system
/dports/games/uqm/uqm-0.8.0/src/libs/graphics/
H A Dcmap.c62 static TFB_ColorMap * colormaps[MAX_COLORMAPS]; variable
96 TFB_ColorMap *map = colormaps[i]; in UninitColorMaps()
100 colormaps[i] = 0; in UninitColorMaps()
205 map = colormaps[index]; in get_colormap()
308 for (mpp = colormaps + start; start <= end; ++start, ++mpp) in SetColorMap()
491 curmap = colormaps[index]; in XFormColorMap_step()
532 colormaps[index] = newmap; in XFormColorMap_step()
613 map = colormaps[index]; in XFormPLUT()
/dports/math/py-yt/yt-4.0.1/yt/visualization/
H A Dcolor_maps.py177 colormaps = mcm._cmap_registry
179 colormaps = mcm.cmap_d
180 if k not in yt_colormaps and k not in colormaps:
243 for m in plt.colormaps()
254 maps = [m for m in plt.colormaps() if m in subset]
/dports/devel/wininfo/wininfo-0.7/src/
H A Dxresview.c102 GtkWidget *colormaps; member
202 rv->colormaps = gtk_entry_new(); in xresview_new()
203 gtk_entry_set_editable( GTK_ENTRY( rv->colormaps ), FALSE ); in xresview_new()
204 gtk_table_attach_defaults( GTK_TABLE( table ), rv->colormaps, 1, 2, row, row + 1 ); in xresview_new()
234 gtk_entry_set_text( GTK_ENTRY( rv->colormaps ), "" ); in xresview_clear()
319 gtk_entry_set_text( GTK_ENTRY( rv->colormaps ), text ); in xresview_load()
/dports/math/py-matplotlib/matplotlib-3.4.3/tutorials/colors/
H A Dcolormap-manipulation.py93 def plot_examples(colormaps): argument
99 n = len(colormaps)
102 for [ax, cmap] in zip(axs.flat, colormaps):
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_data.c331 colormaps = Z_Malloc(sizeof(*colormaps) * MAX(1,numcolormaps), PU_STATIC, 0); in R_InitColormaps()
332 colormaps[0] = (const lighttable_t *)W_CacheLumpName("COLORMAP"); in R_InitColormaps()
334 colormaps[i] = (const lighttable_t *)W_CacheLumpNum(i+firstcolormaplump); in R_InitColormaps()
338 colormaps[1] = defaultmap; in R_InitColormaps()
/dports/x11-toolkits/termit/termit-termit-3.1/doc/
H A Drc.lua.example5 colormaps = require("termit.colormaps")
39 defaults.colormap = colormaps.delicate
87 table.insert(userMenu, {name='new colormap', action=function () setColormap(colormaps.mikado) end})
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/document/
H A Devaluate.py101 self.colormaps = utils.ColorMaps()
161 self.colormaps.wipe()
279 self.colormaps[ cstr(name) ] = cmap
431 cmap = self.colormaps.get(name, self.colormaps['grey'])

12345678910>>...37