-
Updated
May 31, 2021 - TypeScript
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 9,675 public repositories matching this topic...
Keyboard navigation in the control panel of the Explore view is difficult.
Expected results
You should be able to move focus between adjacent controls in the control panel with a single Tab key press
and visually distinguish what element has focus. You should be able to interact with controls the keyboard
(Enter or space bar for button-like things).
Actual results
Several tab
-
Updated
May 31, 2021 - TypeScript
-
Updated
Jun 1, 2021 - Clojure
-
Updated
May 17, 2021
Summary
When the entire string is indented in help=""""...""", the markdown processor marks the string as a code block. We should treat help the same way we treat st.markdown and st.write's input: by first calling textwrap.dedent(...) on it to remove global indentation.
Steps to reproduce
Code snippet:
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
Problem
I would like to use named arguments in FuncAnimation.
Currently:
ani = matplotlib.animation.FuncAnimation(
fig, update, frames=len(raw_history),
interval=500, repeat=True, repeat_delay=1,
fargs=(raw_history, action_history, style)
)
This would be slightly cumbersome when I change the order / type of arguments my function accepts. I could use functools to a
-
Updated
May 26, 2021 - TypeScript
-
Updated
May 31, 2021 - JavaScript
-
Updated
May 31, 2021 - TypeScript
-
Updated
May 30, 2021 - JavaScript
-
Updated
May 15, 2021
The y-axis ticks supports the rotated option, but the doc is missing.
I haven't checked whether other options are missing.
-
Updated
May 31, 2021 - JavaScript
-
Updated
May 28, 2021 - Python
OpenRefine 3.4.1 on Windows (with or without integrated JRE) does not use the proxy set in openrefine.l4j.ini to connect to reconciliation service (https://lobid.org/gnd/reconcile)
To Reproduce
Steps to reproduce the behavior:
- First, set proxy in openrefine.l4j.ini using the following parameters:
-Dhttps.proxyHost=proxy-name.domain.ch
-Dhttps.proxyPort=8080
`-Dhttp.proxyHo
-
Updated
May 10, 2021 - JavaScript
-
Updated
May 31, 2021 - HTML
-
Updated
May 27, 2021 - Jupyter Notebook
-
Updated
May 12, 2021 - JavaScript
-
Updated
May 31, 2021 - JavaScript
-
Updated
May 6, 2021 - Jupyter Notebook
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
Tests
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val
-
Updated
Jun 1, 2021 - JavaScript
-
Updated
May 21, 2021 - JavaScript
-
Updated
Apr 29, 2021 - TypeScript
Created by Charles Joseph Minard
- Wikipedia
- Wikipedia
What would you like to be added:
Currently Grafana has ability to provision Data Sources, Dashboards and other stuff. But unfortunately, it's not possible (or I haven't found?!) how to provision Data Links for ElasticSearch data source. I mean this part which I'm trying to migrate to provisioned setup and I just can't