Saturday, May 18, 2019

Visualization Resources


[1] A library for scientific data visualization
     http://mathgl.sourceforge.net/doc_en/Main.html
     https://sourceforge.net/projects/mathgl/

[2] t-sne Parameters https://distill.pub/2016/misread-tsne/
 

No comments:

PostgreSQL json fields

select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%'   References: [1] https:/...