181 skills found · Page 5 of 7
EvangelosKatsavrias / Matlab OOP CAGDThis is an OOD framework in Matlab, designed for development of CAGD (Computer Aided Geometric Design) applications. Currently it includes several processing and plotting functions using B-Splines and NURBS for 1D, 2D and 3D topologies.
AIMLModeling / LatentSpaceLatent space refers to an abstract multi-dimensional space containing feature values that we cannot interpret directly, but which encodes a meaningful internal representation of externally observed events. The latent space is simply a representation of compressed data in which similar data points are closer together in space. I plotted Latent Space on a 2D space and demonstrated how similar images are clustered in the latent space with Python model. You are welcome to provide your comments and subscribe to my YouTube channel. https://youtu.be/8pStfRgShtI
MaayanLab / React Scatter BoardA reusable React library for interactive THREE.js 2d/3d scatter plots
svaberg / ImageslurperReconstruct data from 2D false-color/heatmap plots and their colorbars
skhelladi / PlotGenCppA lightweight C++ library for generating 2D plots and charts using SFML.
kaizhang / Haskell Plot2D plotting library in pure haskell
czyt1988 / QImQt-native wrapper for ImPlot/ImPlot3D. Enables high-performance scientific visualization (2D/3D plots, heatmaps) in Qt apps. GPU-accelerated, million-point rendering with Qt signals/slots API. Ideal for SCADA, instrumentation & real-time analytics.
berceanu / SliceplotsThin wrapper on top of matplotlib's imshow for 2D plotting, with attached slice plots
ContextLab / Brain PlotsQuickly and easily create 2d and 3d plots of fMRI data (using MATLAB).
koji-kojiro / Matplotlib ClA 2D plotting library for Common Lisp using Matplotlib.
MidoriYakumo / ShaderPlotFully QMLxGLSL powered 2D function plotting tool
JamesBremner / NanaplotA 2D plotting widget for the nana framework
AlexB67 / CairoPlotPlot 2D graphs with cairomm in gtkmm applications
Deltares-research / Qgis UmeshQGIS plugin to plot 1D, 1D2D and 2D time series map results as animation. The map results should be stored on a netCDF file according the UGRID standard for 1D meshes, 1D2D contact meshes and/or 2D meshes. All types could be in one netCDF file.
pberkes / Empirical CopulaA Python library to compute and plot 2D empirical copulas of discrete data (ordinal or categorical)
OJB-Quantum / Generative Layout NotebooksGDSII/OASIS layouts, including fractals, generated in working Google Colab notebooks. Layout previews are plotted as 2D graphics before exporting.
ljbkusters / Mpl Waterfall PlotCode to generate a 2D Matlab-like waterfall plot in python using Matplotlib. Not to be confused with a waterfall-chart.
PNNL-Comp-Mass-Spec / MS File Info ScannerExamines a series of MS data files (or data directories) and extracts the acquisition start and end times, number of spectra, and the total size of the data. In addition, it can create 2D-plot graphics of the m/z values vs. time for QA purposes.
SofianeOuaari / MNIST DIGITS KMEANS ClusteringThis is a notebook where I used KMEANS on the mnist digits dataset imported from sklearn. And I also applied t-SNE (Stochastic Neighbors Embedding) to reduce the dimensions of the dataset in order to graph the resullting clusters in a 2D scatter plot using matplotlib and plotly
mkarmona / WxMathPlotwxMathPlot is an add-on library for wxWidgets which provides a framework for easy plotting of mathematical functions, sampled data and generic 2D plots.