-
Updated
Aug 16, 2021 - 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 10,623 public repositories matching this topic...
-
Updated
Sep 5, 2021 - TypeScript
Currently, we use Native filter on Superset version 1.2, but looks like The actual time range does not show correctly with SIP-15 (in the SIP-15 the time range must is [inclusive, exclusive) ). So that mean the actual time range and the tool tip must show label as: from_date <= col < to_date.
Expected results
, 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
3d axes don't support the data kwarg:
gcf().add_subplot(projection="3d").scatter("a", "b", "c", data={"a": [0], "b": [1], "c": [2]})
results in
ValueError: could not convert string to float: 'a'
Proposed solution
I think it's "mostly" a matter of adding a bunch of @_preprocess_data
decorators to 3D plotting methods similarly to what's done for 2D plots
-
Updated
Aug 25, 2021 - TypeScript
-
Updated
Sep 3, 2021 - JavaScript
-
Updated
Sep 5, 2021 - TypeScript
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Aug 25, 2021
The y-axis ticks supports the rotated
option, but the doc is missing.
I haven't checked whether other options are missing.
Bugs and Questions
The Problem
While I was debugging another issue, I noticed that the example included two bars with the same x and y values, and when you mouse over one of these bars both tooltips show up. It seems like Victory uses the x/y value to determine whether the tooltip is active when there is not another identifier.
Reproduction
-
Updated
Sep 4, 2021 - JavaScript
-
Updated
Sep 6, 2021 - Python
Serialization error while trying to use Jsoup selector with a Custom Text Facet
To Reproduce
Steps to reproduce the behavior:
- Import the provided OpenRefine exported project Recursion-Error-Jackson-csv.openrefine.tar.gz that demonstrates the problem
- Perform a Custom Text Facet on
-
Updated
Aug 24, 2021 - HTML
Is your feature request related to a problem? Please describe.
I there a way to use deck.gl PathStyleExtension within keplel.gl? I need to draw line that represents road and have to have ability to offset the line right and left and render dashed lines. All this is handled by PathStyleExtension.
Describe the solution you'd like
I would like to programmatically configure kepler.gl to
-
Updated
Sep 3, 2021 - JavaScript
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
Aug 16, 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
Sep 5, 2021 - JavaScript
-
Updated
Sep 2, 2021 - JavaScript
Created by Charles Joseph Minard
- Wikipedia
- Wikipedia
What happened:
The classnames library is not necessary as emotion/css has a similar function called cx. For consistency we should refactor our codebase to only use emotion's classname implementation.
Tasks: