1
1
guiqwt v4,plotpy v2,API changes
2
- ``guiqwt.events``,``plotpy.core. events``
3
- ``guiqwt.interfaces``,``plotpy.core. interfaces``
4
- ``guiqwt.io``,``plotpy.core. io``
2
+ ``guiqwt.events``,``plotpy.events``
3
+ ``guiqwt.interfaces``,``plotpy.interfaces``
4
+ ``guiqwt.io``,``plotpy.io``
5
5
``guiqwt.io.eliminate_outliers``,*removed*
6
- ``guiqwt.annotations``,``plotpy.core. items``
7
- ``guiqwt.curve``,``plotpy.core. items``
8
- ``guiqwt.image``,``plotpy.core. items``
9
- ``guiqwt.label``,``plotpy.core. items``
10
- ``guiqwt.shapes``,``plotpy.core. items``
11
- ``guiqwt.histogram.HistogramItem``,``plotpy.core. items.HistogramItem``
12
- ``guiqwt.histogram.HistDataSource``,``plotpy.core. items.histogram.HistDataSource``
13
- ``guiqwt.histogram.hist_range_threshold``,``plotpy.core. lutrange.hist_range_threshold``
14
- ``guiqwt.histogram.lut_range_threshold``,``plotpy.core. lutrange.lut_range_threshold``
15
- ``guiqwt.histogram.ContrastAdjustment``,``plotpy.core. panels.contrastadjustment.ContrastAdjustment``
16
- ``guiqwt.image.get_items_in_rectangle``,``plotpy.core. items.get_items_in_rectangle``
17
- ``guiqwt.curve.PlotItemList``,``plotpy.core. panels.itemlist.PlotItemList``
18
- ``guiqwt.cross_section.XCrossSection``,``plotpy.core. panels.csection.cswidget.XCrossSection``
19
- ``guiqwt.cross_section.YCrossSection``,``plotpy.core. panels.csection.cswidget.YCrossSection``
20
- ``guiqwt.cross_section.ObliqueCrossSection``,``plotpy.core. panels.csection.cswidget.ObliqueCrossSection``
21
- ``guiqwt.plot.PlotManager``,``plotpy.core. plot.PlotManager``
22
- ``guiqwt.plot.CurveWindow``,``plotpy.core. plot.PlotWindow``,See `Generic PlotWidgets`_
23
- ``guiqwt.plot.BaseImageWidget``,``plotpy.core. plot.BasePlotWidget``,See `Generic PlotWidgets`_
24
- ``guiqwt.plot.CurveWidget``,``plotpy.core. plot.PlotWidget``,See `Generic PlotWidgets`_
6
+ ``guiqwt.annotations``,``plotpy.items``
7
+ ``guiqwt.curve``,``plotpy.items``
8
+ ``guiqwt.image``,``plotpy.items``
9
+ ``guiqwt.label``,``plotpy.items``
10
+ ``guiqwt.shapes``,``plotpy.items``
11
+ ``guiqwt.histogram.HistogramItem``,``plotpy.items.HistogramItem``
12
+ ``guiqwt.histogram.HistDataSource``,``plotpy.items.histogram.HistDataSource``
13
+ ``guiqwt.histogram.hist_range_threshold``,``plotpy.lutrange.hist_range_threshold``
14
+ ``guiqwt.histogram.lut_range_threshold``,``plotpy.lutrange.lut_range_threshold``
15
+ ``guiqwt.histogram.ContrastAdjustment``,``plotpy.panels.contrastadjustment.ContrastAdjustment``
16
+ ``guiqwt.image.get_items_in_rectangle``,``plotpy.items.get_items_in_rectangle``
17
+ ``guiqwt.curve.PlotItemList``,``plotpy.panels.itemlist.PlotItemList``
18
+ ``guiqwt.cross_section.XCrossSection``,``plotpy.panels.csection.cswidget.XCrossSection``
19
+ ``guiqwt.cross_section.YCrossSection``,``plotpy.panels.csection.cswidget.YCrossSection``
20
+ ``guiqwt.cross_section.ObliqueCrossSection``,``plotpy.panels.csection.cswidget.ObliqueCrossSection``
21
+ ``guiqwt.plot.PlotManager``,``plotpy.plot.PlotManager``
22
+ ``guiqwt.plot.CurveWindow``,``plotpy.plot.PlotWindow``,See `Generic PlotWidgets`_
23
+ ``guiqwt.plot.BaseImageWidget``,``plotpy.plot.BasePlotWidget``,See `Generic PlotWidgets`_
24
+ ``guiqwt.plot.CurveWidget``,``plotpy.plot.PlotWidget``,See `Generic PlotWidgets`_
25
25
``guiqwt.plot.CurveWidgetMixin``,``*removed*``,See `Generic PlotWidgets`_
26
- ``guiqwt.plot.CurveDialog``,``plotpy.core. plot.PlotDialog``,See `Generic PlotWidgets`_
27
- ``guiqwt.curve.CurvePlot``,``plotpy.core. plot.baseplot.BasePlot``,See `Generic PlotWidgets`_
26
+ ``guiqwt.plot.CurveDialog``,``plotpy.plot.PlotDialog``,See `Generic PlotWidgets`_
27
+ ``guiqwt.curve.CurvePlot``,``plotpy.plot.baseplot.BasePlot``,See `Generic PlotWidgets`_
28
28
``guiqwt.curve.CurvePlot.canvas2plotitem``,*removed*
29
29
``guiqwt.curve.CurvePlot.plotitem2canvas``,*removed*
30
- ``guiqwt.plot.SubplotWidget``,``plotpy.core. plot.SubplotWidget``
30
+ ``guiqwt.plot.SubplotWidget``,``plotpy.plot.SubplotWidget``
31
31
``guiqwt.pyplot``,``plotpy.pyplot``
32
- ``guiqwt.styles``,``plotpy.core. styles``
33
- ``guiqwt.tools``,``plotpy.core. tools``
32
+ ``guiqwt.styles``,``plotpy.styles``
33
+ ``guiqwt.tools``,``plotpy.tools``
34
34
``guiqwt.colormap``,``plotpy.mathutils.colormap``
35
35
``guiqwt.geometry``,``plotpy.mathutils.geometry``
36
36
``guiqwt.qthelpers.exec_image_save_dialog``,``plotpy.widgets.imagefile.exec_image_save_dialog``
@@ -39,8 +39,8 @@ guiqwt v4,plotpy v2,API changes
39
39
``guiqwt.qthelpers.mimedata2url``,*removed*
40
40
``guiqwt.scaler``,``plotpy.mathutils.scaler``
41
41
``guiqwt.debug``,*removed*
42
- ``guiqwt.debug.buttons_to_str``,``plotpy.core. events.buttons_to_str``
43
- ``guiqwt.debug.evt_type_to_str``,``plotpy.core. events.evt_type_to_str``
42
+ ``guiqwt.debug.buttons_to_str``,``plotpy.events.buttons_to_str``
43
+ ``guiqwt.debug.evt_type_to_str``,``plotpy.events.evt_type_to_str``
44
44
``guiqwt.debug.print_event``,*removed*
45
45
``guiqwt.debug.qimage_format``,*removed*
46
46
``guiqwt.debug.qimage_to_str``,*removed*
0 commit comments