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

Some JPEGs are actually PNGs #1321

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/mayavi/application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ In addition, you can save different layouts into different
Shown below is a specifically configured Mayavi user interface view.
In this view the size of the various parts are changed.

.. image:: images/mayavi_ui_second.jpg
.. image:: images/mayavi_ui_second.png
:alt: Figure of Mayavi's UI after being configured by a user.
:align: center

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This example is discussed in details in the section
:ref:`embedding_mayavi_traits`.


.. image:: ../images/example_mlab_interactive_dialog.jpg
.. image:: ../images/example_mlab_interactive_dialog.png
:align: center


Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/auto/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ applications.
<br/>


.. |0106| image:: ../images/example_mlab_interactive_dialog.jpg
.. |0106| image:: ../images/example_mlab_interactive_dialog.png
:width: 150


Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/building_applications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ In a dialog, this would be::

This code creates the following dialog:

.. image:: images/example_mlab_interactive_dialog.jpg
.. image:: images/example_mlab_interactive_dialog.png
:align: center

A complete, runnable, code based on the above comments is given in the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/example_exploring_a_vector_field.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ vector field is still too dense, therefore we go to the `Masking` tab to
enable masking, mask with an `on ratio` of 6 (one arrow out of 6 is
masked) and turn off the random mode.

.. image:: example_vector_cut_plane.jpg
.. image:: example_vector_cut_plane.png
:scale: 50


Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/example_fire.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ As can be seen from the example, it is quite easy to script mayavi to
visualize data. An image of a resulting visualization generated from
this script is shown below.

.. image:: images/streamline.jpg
.. image:: images/streamline.png
:alt: Sample visualization of the ``fire_ug.vtu`` dataset.


2 changes: 1 addition & 1 deletion docs/source/mayavi/example_heart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if you'd like to.
You should have a visualization that looks something like the one
shown below.

.. image:: images/heart.jpg
.. image:: images/heart.png
:alt: Sample visualization of the ``heart.vtk`` dataset.

The nice thing about mayavi is that although in this case all of the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/mayavi/example_parametric_surface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ source. Note that the positioning of the different surfaces were effected by mo
scene via the 'a' key. For more details on this see the section on
:ref:`interaction-with-the-scene`.

.. image:: images/param.jpg
.. image:: images/param.png
:alt: Sample visualization using parametric surfaces.


Expand Down