Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
okd-panel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Arman Khalatyan
okd-panel
Commits
66f9290e
Commit
66f9290e
authored
Aug 26, 2020
by
Arman Khalatyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update app.py
parent
1b72fd1b
Pipeline
#1474
passed with stages
in 10 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
webapp/app.py
webapp/app.py
+1
-1
No files found.
webapp/app.py
View file @
66f9290e
...
...
@@ -184,5 +184,5 @@ if st.checkbox( "interactive holoview plot"):
if
st
.
checkbox
(
"interactive scatter plot"
):
#plot_figure_plotly(df,xname,yname)
points
=
hv
.
Points
(
df
[[
xname
,
yname
]])
points
.
opts
(
points
.
Points
(
width
=
500
,
height
=
400
,
tools
=
[
'hover'
],
colorbar
=
True
))
#
points.opts(points.Points(width=500, height=400, tools=['hover'], colorbar=True))
st
.
bokeh_chart
(
hv
.
render
(
datashade
(
points
),
backend
=
'bokeh'
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment