# Examples from pyvista.examples.downloads.download_knee
# ======================================================

from pyvista import examples
dataset = examples.download_knee()
dataset.plot(cpos='xy', show_scalar_bar=False)

# SEE ALSO:
#     Knee Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#knee-dataset
#     See this dataset in the Dataset Gallery for more info.
#     Knee Full Dataset https://docs.pyvista.org/api/examples/dataset_gallery.html#knee-full-dataset
#     Medical Datasets https://docs.pyvista.org/api/examples/dataset_gallery.html#medical-dataset-gallery
#     Browse other medical datasets.
#     This dataset is used in the following examples:
#     Plot with Opacity https://docs.pyvista.org/examples/02-plot/opacity.html#opacity-example
#     Volume Rendering https://docs.pyvista.org/examples/02-plot/volume_rendering.html#volume-rendering-example
#     Slider Bar Widget https://docs.pyvista.org/examples/03-widgets/slider_bar_widget.html#slider-bar-widget-example

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

