Skip to content
#

Data visualization

Data visualization is the visual depiction of data through the use of graphs, plots, and informational graphics. Its practitioners use statistics and data science to convey the meaning behind data in ethical and accurate ways.

Here are 7,767 public repositories matching this topic...

incubator-superset
dash
akrolsmir
akrolsmir commented Oct 13, 2020

Summary

Possibly a regression from the recent st.balloons upgrade? Or maybe was always the case.

Steps to reproduce

st.header("Results")
if st.button("Press me!"):
    st.balloons()
st.header("hm")

Click on the button.

Expected behavior:

No space inserted after clicking on the button.
(E.g. st.empty() would not take up space there)
Probably just need to mark

wetneb
wetneb commented Oct 29, 2020

In #2095 we updated the find function to support two types of arguments: regex (/[a-z]/) and simple string ("[a-z]").

There are two things we need to clean up there:

Created by Charles Joseph Minard

Wikipedia
Wikipedia
You can’t perform that action at this time.