summaryrefslogtreecommitdiff
path: root/examples/plotWidget.py
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2018-03-04 10:20:27 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2018-03-04 10:20:27 +0100
commit270d5ddc31c26b62379e3caa9044dd75ccc71847 (patch)
tree55c5bfc851dfce7172d335cd2405b214323e3caf /examples/plotWidget.py
parente19c96eff0c310c06c4f268c8b80cb33bd08996f (diff)
New upstream version 0.7.0+dfsg
Diffstat (limited to 'examples/plotWidget.py')
-rw-r--r--examples/plotWidget.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/plotWidget.py b/examples/plotWidget.py
index 698fe56..24de519 100644
--- a/examples/plotWidget.py
+++ b/examples/plotWidget.py
@@ -1,7 +1,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2017 European Synchrotron Radiation Facility
+# Copyright (c) 2017-2018 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -22,15 +22,15 @@
# THE SOFTWARE.
#
# ###########################################################################*/
-"""This script shows how to subclass :class:`PlotWidget` to tune its tools.
+"""This script shows how to subclass :class:`~silx.gui.plot.PlotWidget` to tune its tools.
-It subclasses a :class:`silx.gui.plot.PlotWidget` and adds toolbars and
+It subclasses a :class:`~silx.gui.plot.PlotWidget` and adds toolbars and
a colorbar by using pluggable widgets:
- QAction from :mod:`silx.gui.plot.actions`
- QToolButton from :mod:`silx.gui.plot.PlotToolButtons`
- QToolBar from :mod:`silx.gui.plot.PlotTools`
-- :class:`ColorBarWidget` from :mod:`silx.gui.plot.ColorBar`.
+- :class:`silx.gui.plot.ColorBar.ColorBarWidget`
"""
__authors__ = ["T. Vincent"]