forked from biolab/orange3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request biolab#2761 from kernc/rm-plotutils
Remove dead orangeqt code; add gui.listView multiselection handling
- Loading branch information
Showing
68 changed files
with
88 additions
and
11,684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,10 @@ | ||
""" | ||
Plot classes and tools that were once used in Orange widgets | ||
************************* | ||
Plot classes and tools for use in Orange widgets | ||
************************* | ||
The main class of this module is :obj:`.OWPlot`, from which all plots | ||
in visualization widgets should inherit. | ||
This module also contains plot elements, which are normally used by the :obj:`.OWPlot`, | ||
but can also be used directly or subclassed | ||
Due to lack of maintenance (non-functioning), the majority of it has been | ||
stripped in this commit | ||
""" | ||
|
||
from .owplotgui import * | ||
from .owpalette import * | ||
from .owconstants import * | ||
|
||
try: | ||
from .owcurve import * | ||
from .owpoint import * | ||
from .owlegend import * | ||
from .owaxis import * | ||
from .owplot import * | ||
from .owtools import * | ||
except (ImportError, RuntimeError): | ||
pass |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.