Skip to main content
Ctrl+K
PyVista 0.44.dev0 documentation - Home PyVista 0.44.dev0 documentation - Home
  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras
  • GitHub
  • Slack Community
  • Support
  • Contributing
  • The Paper
  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras
  • GitHub
  • Slack Community
  • Support
  • Contributing
  • The Paper

Section Navigation

API Reference

  • Core API
  • Plotting
    • Plotting
    • PyVista and PyQt
    • Themes
    • Trame
    • pyvista.Actor
    • pyvista.Axes
    • pyvista.AxesActor
    • pyvista.CameraPosition
    • pyvista.CornerAnnotation
    • pyvista.CubeAxesActor
    • pyvista.DataSetMapper
    • pyvista.LookupTable
      • pyvista.LookupTable.apply_cmap
      • pyvista.LookupTable.apply_opacity
      • pyvista.LookupTable.map_value
      • pyvista.LookupTable.plot
      • pyvista.LookupTable.rebuild
      • pyvista.LookupTable.to_color_tf
      • pyvista.LookupTable.to_opacity_tf
      • pyvista.LookupTable.above_range_color
      • pyvista.LookupTable.above_range_opacity
      • pyvista.LookupTable.alpha_range
      • pyvista.LookupTable.annotations
      • pyvista.LookupTable.below_range_color
      • pyvista.LookupTable.below_range_opacity
      • pyvista.LookupTable.cmap
      • pyvista.LookupTable.hue_range
      • pyvista.LookupTable.log_scale
      • pyvista.LookupTable.n_values
      • pyvista.LookupTable.nan_color
      • pyvista.LookupTable.nan_opacity
      • pyvista.LookupTable.ramp
      • pyvista.LookupTable.saturation_range
      • pyvista.LookupTable.scalar_range
      • pyvista.LookupTable.value_range
      • pyvista.LookupTable.values
    • pyvista.Plotter
    • pyvista.Prop3D
    • pyvista.Property
    • pyvista.Renderer
    • pyvista.RenderWindowInteractor
    • pyvista.Text
    • pyvista.TextProperty
    • pyvista.Timer
    • pyvista.plotting.mapper._BaseMapper
    • pyvista.plotting.opts.InterpolationType
    • pyvista.plotting.opts.RepresentationType
    • pyvista.plotting.opts.ElementType
    • pyvista.plotting.volume.Volume
    • pyvista.plotting.volume_property.VolumeProperty
    • pyvista.CompositePolyDataMapper
    • pyvista.CompositeAttributes
    • pyvista.BlockAttributes
    • Charts
    • pyvista.plotting.widgets.WidgetHelper
    • pyvista.plotting.widgets.AffineWidget3D
    • pyvista.plotting.picking.PickingHelper
    • Convenience Functions
  • Utilities
  • Readers
  • Examples
  • API Reference
  • pyvista.LookupTable
  • pyvista.Look...

pyvista.LookupTable.rebuild#

LookupTable.rebuild()[source]#

Clear the color map and recompute the values table.

This is called automatically when setting values like LookupTable.value_range.

Notes

This will reset any colormap set with LookupTable.apply_cmap() or LookupTable.values.

On this page
  • LookupTable.rebuild()
Edit on GitHub

© Copyright 2017-2024, The PyVista Developers.

Built with the PyData Sphinx Theme 0.15.2.