Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arman Khalatyan
okd-panel
Commits
b40876c5
Commit
b40876c5
authored
Jul 20, 2020
by
Arman Khalatyan
Browse files
altair hexbin
parent
03e1d52f
Changes
1
Hide whitespace changes
Inline
Side-by-side
webapp/app.py
View file @
b40876c5
...
...
@@ -6,6 +6,9 @@ import pyvo as vo
import
pandas
as
pd
import
matplotlib
as
mpl
import
plotly.express
as
px
import
seaborn
as
sns
from
scipy.stats
import
norm
@
st
.
cache
def
get_data_sql
(
Nstars
=
1000
):
...
...
@@ -44,15 +47,8 @@ def get_data_sql(Nstars=1000):
return
df
import
streamlit
as
st
# To make things easier later, we're also importing numpy and pandas for
# working with sample data.
import
numpy
as
np
import
pandas
as
pd
import
plotly.express
as
px
import
matplotlib.pyplot
as
plt
import
seaborn
as
sns
from
scipy.stats
import
norm
cols
=
[
...
...
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