Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1625 line stipple #1688

Merged
merged 9 commits into from Nov 19, 2015
2 changes: 1 addition & 1 deletion Packages/vcs/Lib/VTKPlots.py
Expand Up @@ -1392,7 +1392,7 @@ def update_input(self, vtkobjects, array1, array2=None, update=True):
stripper.GetOutputPort())
stripper.Update()
tprops = vtkobjects[
"vtk_backend_contours_labels_text_properties"]
"vtk_backend_contours_labels_text_properties"][i]
mapper.GetPolyDataMapper().SetLookupTable(lut)
mapper.GetPolyDataMapper(
).SetScalarModeToUsePointData()
Expand Down