@@ -53,7 +53,7 @@ As a consequence :
5353 as stated above, you may consider using the ``'auto' `` value or the
5454 ``'manual' `` value.
5555
56- See demo script `tests/gui /test_plot_types.py `.
56+ See demo script `tests/features /test_plot_types.py `.
5757
5858Minor changes to the BasePlot class
5959^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -136,7 +136,7 @@ Some new methods were added to class :py:class:`.PlotManager`:
136136You may use those methods to simplify you code if you were previously registering
137137annotation tools one by one.
138138
139- See demo script `tests/gui /test_annotations.py `.
139+ See demo script `tests/items /test_annotations.py `.
140140
141141New contour features
142142~~~~~~~~~~~~~~~~~~~~
@@ -145,7 +145,7 @@ plotpy integrates now a contour detection algorithm, so that plotpy based
145145applications depending on matplotlib only for this function can drop this
146146additional dependency.
147147
148- See demo script `tests/gui /test_contour.py `.
148+ See demo script `tests/items /test_contour.py `.
149149
150150MaskedXYImages
151151~~~~~~~~~~~~~~
@@ -156,7 +156,7 @@ You can now use the :py:class:`.MaskedXYImageItem` to apply masks to XYImageItem
156156You can use the convenience methods :py:meth: `.PlotBuilder.maskedxyimage ` to
157157help you build such items.
158158
159- See demo script `tests/gui /test_image_masked_xy.py `.
159+ See demo script `tests/items /test_image_masked_xy.py `.
160160
161161New options added to plot builder
162162~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -174,7 +174,7 @@ New methods for creating ready-to-use plots have been added to the class:
174174The method :py:meth: `.PlotBuilder.contours ` has been added, in order to create
175175contour curves. It returns a list of :py:class: `plotpy.items.ContourItem ` objects.
176176
177- See demo script `tests/gui /test_contour.py `.
177+ See demo script `tests/items /test_contour.py `.
178178
179179The new keyword parameter ``alpha_function `` has been added to the methods
180180:py:meth: `.PlotBuilder.image `, :py:meth: `.PlotBuilder.xyimage `,
@@ -203,22 +203,22 @@ The new keyword parameter ``lut_range`` has been added to the methods
203203and :py:meth: `.PlotBuilder.trimage `, so you can now avoid to make calls
204204to set_lut_range after the PlotItem is built.
205205
206- See demo script `tests/gui /test_builder.py `.
206+ See demo script `tests/features /test_builder.py `.
207207
208208The method :py:meth: `.PlotBuilder.image ` now accepts
209209optional ``x `` and ``y `` keyword arguments, to automatically create a
210210:py:class: `plotpy.items.XYImageItem ` instead of a simple
211211:py:class: `plotpy.items.ImageItem ` if needed.
212212
213- See demo script `tests/gui /test_builder.py `.
213+ See demo script `tests/features /test_builder.py `.
214214
215215The method :py:meth: `.PlotBuilder.curve ` now accepts
216216optional ``dx ``, ``dy ``, ``errorbarwidth ``, ``errorbarcap ``, ``errorbarmode ``,
217217`errorbaralpha ` keyword arguments, to automatically create a
218218:py:class: `plotpy.items.ErrorBarCurveItem ` instead of a simple
219219:py:class: `plotpy.items.CurveItem ` if needed.
220220
221- See demo script `tests/gui /test_builder.py `.
221+ See demo script `tests/features /test_builder.py `.
222222
223223Transformation (translation, rotate, resize) of ImageItem
224224~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -231,4 +231,4 @@ Auto-scaling and shapes
231231Auto-scaling takes now into account visible shapes
232232(subclasses of :py:class: `.PolygonShape `).
233233
234- See demo script `tests/gui /test_autoscale_shapes.py `.
234+ See demo script `tests/features /test_autoscale_shapes.py `.
0 commit comments