Skip to content

Commit

Permalink
Merge pull request #104 from fact-project/remove_viewer
Browse files Browse the repository at this point in the history
Remove Viewer
  • Loading branch information
maxnoe authored Mar 8, 2018
2 parents 30a266f + 924b7f6 commit a03c488
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 323 deletions.
10 changes: 0 additions & 10 deletions docs/fact.plotting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,3 @@ fact.plotting.utils module
:members:
:undoc-members:
:show-inheritance:

fact.plotting.viewer module
---------------------------

.. automodule:: fact.plotting.viewer
:members:
:undoc-members:
:show-inheritance:


63 changes: 0 additions & 63 deletions examples/PyFactViewer.py

This file was deleted.

2 changes: 1 addition & 1 deletion fact/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.0
0.19.0
8 changes: 0 additions & 8 deletions fact/plotting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
Currently these functions only work with shape (num_events, 1440), so
on a pixel bases
'''
import warnings
from .core import mark_pixel, camera, pixelids
from .analysis import plot_excess_rate

Expand All @@ -18,10 +17,3 @@
'pixelids',
'plot_excess_rate',
]

try:
from .viewer import Viewer
__all__.append('Viewer')
except ImportError:
warnings.warn('Matplotlib was build without tkagg support,\n'
'the Viewer will not be available')
241 changes: 0 additions & 241 deletions fact/plotting/viewer.py

This file was deleted.

0 comments on commit a03c488

Please sign in to comment.