visualization
Here are 7,036 public repositories matching this topic...
Selection Sort, for example, makes the algorithm look extremely (impossibly) good at first glance - O(n) - because it's not showing the majority of the steps.
Instead of
for (var j = i + 1; j < D.length; j++) {
if (D[j] < D[minJ]) {
tracer._select(j);
minJ = j;
tracer._deselect(j);
}
}
it has to be more like
for (var j
When adding a new data store database in Metabase it tries to connect first with SSL (if the driver supports SSL), and then without, in that order. If either connection succeeds, the database details are accepted as valid. Yes, you can add driver specific JDBC options to use SSL, but there is no good feed
@madAndroid was kind enough to provide instructions on how to configure Redash with Auth0/SAML on the forum: https://discuss.redash.io/t/auth0-integration/586/5.
We should port this over to the Knowledge Base (either as a section in the Authentication Options page or a dedicated one).
The requirement to no longer specify source
in the args dict tripped me (a layman) up when using a script that worked in 1.40 in 2.0.2. I couldn't work out what was wrong so I asked in a StackOverflow thread where @bryevdv ex
-
Updated
May 21, 2020 - TypeScript
Bug report
Minor issue in documentation page:
https://apexcharts.com/docs/options/chart/events/
The click event entry is duplicated.
Explanation
- What is the behavior you expect? Only one entry in this page for mouse click event
- What is happening instead? Two entries describing the function
- What error message are you getting? N/A
The new (v5.8) Vega heatmap and isocontour transform requires "raster grids (matrices)"
input data format as seen in these Vega example data files:
https://github.com/vega/vega/blob/master/docs/data/volcano.json
https://github.com/vega/vega/blob/master/docs/data/annual-precip.json
It would be helpful to add explanation of this data format in the documentation:
https://v
Currently there is a single example config file which serves as a great starting point, but it would be nice to have a few pre-built configs for people to drop in and go.
Some examples:
- One designed entirely around Docker and monitoring container metrics.
- Another designed to look pretty and having an overview of system metrics.
We've gotten a lot of requests to link out to codesandbox from demo examples.
This should be pretty straight forward using their github API https://codesandbox.io/docs/importing#import-from-github
This will require refactoring each demo example to be a standalone package.
Mentions that this bug "will be fixed in 2.1.x", which is long past.
We shouldn't make promises about what version will fix a bug, since there are often complications that come up that make it difficult to make the change. We should link to relevant issues instead, as we already link to #949 here.
fig.append_trace() raises ValueError if the row arg is not type int, even if arg is int-like:
DEBUG row:1, type(row):<class 'numpy.int64'>
If I explicitly cast to int with row=int(row), all is well. The issue may be due to the isinstance check at line 1536 of basedatatypes.py?
/usr/local/lib/python3.7/site-packages/plotly/basedatatypes.py in _validate_rows_cols(name, n, vals)
1535
I was following along with the guide for adding a chart: https://github.com/rawgraphs/raw/wiki/Adding-New-Charts
Using the exact code that is specified in the guide, and here: https://github.com/densitydesign/raw/blob/master/charts/chart.js
At runtime you see an undefined error.
TypeError: Cannot read property 'linear' of undefined
It seems as though the latest version of "d3" no longe
What would the GeoJSON with timestamps look like? Looking at the playback part of the user guide, it's unclear to be whether your GeoJSON should contain arrays of values and corresponding timestamps for each location? Is the following correct?
var statesData = {
"type": "Feature",
"properties": {
Describe the bug
I try to run tensorboardX/examples/demo_graph.py for jupyter notebook (launched by anaconda navigator) and I get the error seen at Additional context.
I just copy paste the code to notebook from Github.
Minimal runnable code to reproduce the behavior
class SimpleModel(nn.Module):
def init(self):
super(SimpleModel, self).init()
The official Widgets Development Guide only contains the most basic widget types as example.
There is no functional example for a Flot chart in there right now. Or is it?
Since this is one of the most useful and probably used (at leat to me) widgets it would be very helpful to extend that docum
-
Updated
May 3, 2020 - Ruby
Not really an issue but thought I would mention it. When installed via npm the dist folder contains two resources for the minified code:-
It wasn't immediately clear which one to use so maybe you can remove one.
Thanks for a great package.
If the valueField parameter is not set in the config, the documentation specifies that valueField parameter should fall back to 'value'. However, the values are at some point through the plugin. I have created a fix so will make a pull request shortly.
If include graphql-voyager after load document (because SSR not works) getJsUrl calling clears a document via document.write(), because document.write works correctly only while DOM still in loading.
P.S. special "thanks" for try/catch with error hiding. 3 hours for debugging...
-
Updated
May 21, 2020 - Java
Platform (like ubuntu 16.04/win10): Windows 10
Python version: 3.7.4, mmdnn==0.2.5
Running scripts: mmconvert -f caffe -df keras -om test
I know that this command is not supposed to run without passing an input file, but the error message is incorrect and should be improved:
mmconvert: error: argument --srcFramework/-f: invalid choice: 'None' (choose from 'caffe', 'caffe2', 'cn
Version
3.10.1 - latest
Development Environment
Chrome, Mac OSX, GCP environment
Current Behavior
currently there is no option to trim the label to fit the size of the rect it sits in.
Since the component renders a svg with text objects that are not inherited, the width of the text is not related to the width of the rect.
It's also not possible to fix a width to the text obje
In DefaultDiagramState
, should it restrict itself to only listening for left click events, rather than all mouse down events? I'm happy to make a PR for this, but wanted to verify your intention first.
In all of the demo projects this doesn't come up because right
-
Updated
May 11, 2020 - JavaScript
Improve this page
Add a description, image, and links to the visualization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the visualization topic, visit your repo's landing page and select "manage topics."
I've tried to figure out how to submit a GitHub [pull request for the wiki repository](git remote add origin git@github.com:carpiediem/d3-wiki.git), but I can't seem to make it work. I'd just like to add an item to the list of plugins.