-
![image](https://github.com/atviriduomenys/katalogas/assets/297583/28c03ad1-d776-4cb4-bd4f-5c3e11906277)
-- https://test.data.gov.lt/datasets/212/
Serverio loguose rodo:
Not Found: /media/…
sirex updated
5 months ago
-
I may be missing the point here but in Leptonica, I'm missing enums and probably other things that are declared in the other .c and .h files. Are those other files being parsed and used? This is my c…
-
I do not see a legend when setting the colors for meshes. Is there somewhere where an assignment for color to position is stored? Or there is a way to access a legend and get it to show on the screen …
-
I usually save the first layer filters in a pdf file and this works perfectly well for the MNIST network.
I can do almost the same for the CIFAR network in matconvnet using the vlfeat library. The …
-
Python `int` type is unbounded, so it would be nice to have a SpinBox that represents that.
Could be done (in qt at least) using QAbstractSpin box, leaving the model to python.
requested here: h…
-
From what I could see, there is currently no way to render a n_n_n*3 (rgb) dataset. This would be nice to have, e.g for cases where the users wants to visualize either original colors or apply the col…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
I'm finding that, when using a set of custom bins within a colormap, the color palette generated with t…
-
Currently, `traverse_graph` declares the vertex colormap parameter as defaulting to `zeros(Int, num_vertices(graph))` and the edge colormap defaulting to `zeros(Int, num_edges(graph))`. There is no e…
-
Hello stevengj and all the gang:
This may be an issue on an update on matplotlib and not here, but I do not know for sure. I have recently created some "image" (colormaps) plots on PyPlot and saved t…
-
In Jupyter I use
from __future__ import division, print_function
from mayavi import mlab
import numpy as np
mlab.init_notebook()
fig = mlab.figure(bgcolor=(1.0, 1.0, 1.0…