ENH: Make plot span 100% of browser width by default

This commit is contained in:
Kernc
2019-09-23 03:56:21 +02:00
parent a43ced9504
commit 5bcaafd6b3
3 changed files with 10 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ if __name__ == '__main__':
'typing ; python_version < "3.5"',
'numpy',
'pandas >= 0.21.0, != 0.25.0',
'bokeh >= 0.12.15',
'bokeh >= 1.1.0',
],
extras_require={
'doc': [