-
Updated
Jan 7, 2022 - JavaScript
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 12,131 public repositories matching this topic...
-
Updated
Jan 27, 2022 - TypeScript
-
Updated
Jan 26, 2022 - TypeScript
-
Updated
Jan 27, 2022 - Clojure
-
Updated
Jan 24, 2022
Summary
Aesthetically trivial, yet I've spotted a discrepancy with font sizes in our tooltip (front-end + back-end screenshots below).
I believe sections #1 and #2 should have the same font size?

, 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
Bug summary
imshow extents cannot be expressed with units.
Code for reproduction
fig, ax = plt.subplots()
dates = np.arange("2020-01-01","2020-01-10 23:00", dtype='datetime64[h]')
ys = np.random.random(dates.size)
arr = np.random.random((10, 10))
ax.imshow(arr, extent=[dates[0], dates[1], 0, 10])Actual outcome
Traceback (most recent call last):
File "
-
Updated
Jan 27, 2022 - TypeScript
-
Updated
Jan 26, 2022 - JavaScript
-
Updated
Jan 25, 2022 - JavaScript
-
Updated
Jan 27, 2022 - TypeScript
-
Updated
Jan 17, 2022
-
Updated
Jan 27, 2022 - JavaScript
Related issue: #2050
There are a lot of commented types in victory/src/index.d.ts and a TODO comment to add missing type definitions. I'm adding an issue for this so we can prioritize this work.
The y-axis ticks supports the rotated option, but the doc is missing.
I haven't checked whether other options are missing.
-
Updated
Jan 25, 2022 - Python
-
Updated
Jan 10, 2022 - HTML
Proposal
Most applications typically have OK button in dialogs in a lower right corner. This has become nearly an industry norm in application designs.
OpenRefine should have a consistent design of button orders regarding Cancel / OK.
Needed Design Changes in frontend
- Change OpenRefine's dialogs to have a consistent design of button ordering regarding Cancel / OK.
- In dialogs
Hi!
My suggestion/request is simple. When filtering the data, sometimes one needs to use the edge values of the data distribution in the filter histogram.
For example, one wants to choose the data of an hourly distribution (from 0:00 to 24:00) for the time between 22:00 and 6:00 in the nighttime and discard the data from 6:00 till 22:00 during the daytime.
So, when filtering the data with
-
Updated
Jan 15, 2022 - JavaScript
- Base README.md
- Quizzes
- Introduction base README
- Defining Data Science README
- Defining Data Science assignment
- Ethics README
- Ethics assignment
- Defining Data README
- Defining Data assignment
- Stats and Probability README
- Stats and Probability assignment
- Working with Data base README
- Rel
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Jan 27, 2022 - TypeScript
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
Nov 29, 2021 - Jupyter Notebook
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Jan 27, 2022 - JavaScript
Created by Charles Joseph Minard
- Wikipedia
- Wikipedia
Originally posted by sunker December 17, 2021
When support for Metrics Insights was added to the GetMetricData api, a few new error codes were introduced. These should be handled as an error or possibly as a warning.
![Screenshot 2021-12-09 at 18 46 54](https://user-ima