Dirk Gorissen
Dirk Gorissen
Just a minor suggestion. My application requires I operate at very high (maximum) map zoom levels (using leaflet plugin). Thing is that if I set scale Radius to true the...
Im quite surprised to see you can cap row charts but not bar charts? Whats the workaround to tell a bar chart to only show the top k bars (as...
Im using the Keras VGG16 net with a custom top layer (4 class softmax) ``` Loaded model with layers: [u'input_2', u'block1_conv1', u'block1_conv2', u'block1_pool', u'block2_conv1', u'block2_conv2', u'block2_pool', u'block3_conv1', u'block3_conv2', u'block3_conv3', u'block3_pool',...
Thanks for a great library, works like a charm so far. Would be nice if you could also use CircleMarker (the workaround is to specify a circle icon of course)....
I have a simple use case where I just want to have all columns in lower case. With 50 odd columns doing that manually in openrefine is just painful. Would...
I have got this to work in the past, but now getting this on a fresh box. ``` self.nwr_pll_refout_cc_0 = nwr.pll_refout_cc(wnT, math.pi/(pll_samp_rate/2.0)*fmax, math.pi/(pll_samp_rate/2.0)*fmin, zeta, -1.0, -1.0) AttributeError: 'module' object has...
Thanks for releasing this. Im using this with the latest dc version (2.0 alpha 2) and maybe thats the problem but I am unable to get the marker chart to...
First of all thanks for the effort on this, its been very useful for me so far. I have run into a performance issue I didn't think would be a...