Skip to content

Commit

Permalink
bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardaji committed Apr 8, 2021
1 parent 8dbfdb2 commit 444f02d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion mooda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .util import concat, iplot_location, iplot_timeseries, md5, \
es_create_indexes, EMSO, widget_qc, widget_emso, widget_emso_qc, widget_save

__version__ = '1.11.2'
__version__ = '1.11.4'
2 changes: 1 addition & 1 deletion mooda/waterframe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class WaterFrame:
from .qc import qc_flat_test, qc_range_test, qc_spike_test, qc_replace, qc_syntax_test
from .iplot import (
iplot_location, iplot_timeseries, iplot, iplot_scatter, iplot_line,
iplot_data_intervals, iplot_scatter_mapbox, iplot_bar_polar, iplot_line2)
iplot_data_intervals, iplot_scatter_mapbox, iplot_bar_polar)

def __init__(self, df=None, metadata=None, vocabulary=None):
""" Constructor """
Expand Down
1 change: 0 additions & 1 deletion mooda/waterframe/iplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
from .iplot_data_intervals import iplot_data_intervals
from .iplot_scatter_mapbox import iplot_scatter_mapbox
from .iplot_bar_polar import iplot_bar_polar
from .iplot_line2 import iplot_line2
5 changes: 0 additions & 5 deletions mooda/waterframe/iplot/iplot_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,6 @@ def iplot_line(self, y, x='TIME', color='auto', range_y='auto',

fig.update_traces(mode='lines+markers')

fig.update_layout(
xaxis=dict(
domain=[0.3, 0.7]
))

# Update yaxis
try:
if y_num == 0:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


NAME = 'mooda'
VERSION = '1.11.2'
VERSION = '1.11.4'
DESCRIPTION = 'Module for Ocean Observatory Data Analysis'
LONG_DESCRIPTION = ("""
MOODA - Module for Ocean Observatory Data Analysis
Expand Down

0 comments on commit 444f02d

Please sign in to comment.