Open Source Mac Data Visualization Software - Page 71

Data Visualization Software for Mac

View 99 business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Wavelets.jl

    Wavelets.jl

    A Julia package for fast discrete wavelet transforms and utilities

    A Julia package for fast wavelet transforms (1-D, 2-D, 3-D, by filtering or lifting). The package includes discrete wavelet transforms, column-wise discrete wavelet transforms, and wavelet packet transforms. 1st generation wavelets using filter banks (periodic and orthogonal). Filters are included for the following types: Haar, Daubechies, Coiflet, Symmlet, Battle-Lemarie, Beylkin, Vaidyanathan. 2nd generation wavelets by lifting (periodic and general type including orthogonal and biorthogonal). Included lifting schemes are currently only for Haar and Daubechies (under development). A new lifting scheme can be easily constructed by users. The current implementation of the lifting transforms is 2x faster than the filter transforms. Thresholding, best basis, and denoising functions, e.g. TI denoising by cycle spinning, best basis for WPT, noise estimation, and matching pursuit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Weave

    Weave

    Scientific reports/literate programming for Julia

    Weave is a scientific report generator/literate programming tool for the Julia programming language. It resembles Pweave, knitr, R Markdown, and Sweave. You can write your documentation and code in an input document using Markdown, Noweb or ordinal Julia script syntax, and then use the weave function to execute code and generate an output document while capturing results and figures. Supports various output document formats: HTML, PDF, GitHub markdown, Jupyter Notebook, MultiMarkdown, Asciidoc and reStructuredText.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Weave Scope

    Weave Scope

    Monitoring, visualization and management for Docker and Kubernetes

    Understand your application quickly by seeing it in a real-time interactive display. Pick open-source or cloud-hosted options. Weave Scope automatically detects processes, containers, hosts. No kernel modules, no agents, no special libraries, no coding. Seamless integration with Docker, Kubernetes, DCOS and AWS ECS. See your Docker hosts, containers and services in real-time. Easily identify and correct issues to ensure the stability and performance of your containerized applications. View metrics, tags and metadata within the context of a process, container, service or host. Effortlessly navigate from processes inside your container to Docker hosts. Stop, start, pause and restart containers. View logs. Launch a command line. All without leaving Scope. Choose an overview of your container infrastructure, or focus on a specific microservice. Easily identify and correct issues to ensure the stability and performance of your containerized applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Web Geostatistics
    Web Geostatistics is an application that allows you to visualize data from various sources in a 3D environment. The main goal is to look nice and to produce simple but effective statistics of any kind of data that has an associated time and location.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    WebBabel is a python web application using OpenBabel to convert files from one format to another. It runs under Windows, Mac or Linux on your desktop, workstation or laptop. It uses the Jmol (or Marvin) viewer to show the structures being converted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    WebChemViewer

    A simple program for sharing molecular structures with associated data

    Sharing lists of molecular structures with associated chemical properties is a common task in computer-aided drug design and medicinal chemistry. WebChem Viewer is a simple, free, open-source program that generates HTML-formatted output that can be viewed in any modern web browser, on any operating system (including mobile), without requiring the installation of additional software. The output can also be easily incorporated into existing web pages. WebChem Viewer is released under the FreeBSD license. It was created by Jacob Durrant, a post-doc in the lab of Rommie E. Amaro.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Webcockpit is a Web Application Generator for realtime charting and monitoring solutions. Generates JSP code to create chart images and HTML tables from SQL queries. Supports Drill-Down and pluggable look&feel. Uses JFreeChart, Displaytag and Cewolf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WebDX is a framework for deploying OpenDX applications over the web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Wes Anderson Palettes

    Wes Anderson Palettes

    A Wes Anderson color palette for R

    Tired of generic mass produced palettes for your plots? Short of adding an owl and dressing up your plot in a bowler hat, here’s the most indie thing you can do to one. The first round of palettes derived from the amazing Tumblr blog Wes Anderson Palettes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Wflow.jl

    Wflow.jl

    Hydrological modeling

    Wflow is Deltares’ solution for modeling hydrological processes, allowing users to account for precipitation, interception, snow accumulation and melt, evapotranspiration, soil water, surface water and groundwater recharge in a fully distributed environment. Successfully applied worldwide for analyzing flood hazards, drought, climate change impacts and land use changes, wflow is growing to be a leader in hydrology solutions. Wflow is conceived as a framework, within which multiple distributed model concepts are available, which maximizes the use of open earth observation data, making it the hydrological model of choice for data-scarce environments. Based on gridded topography, soil, land use and climate data, wflow calculates all hydrological fluxes at any given grid cell in the model at a given time step.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WhereTraits.jl

    WhereTraits.jl

    Traits for julia: dispatch on whatever you want using where syntax

    Welcome to WhereTraits.jl. This package exports one powerful macro @traits with which you can extend Julia's where syntax in order to support traits definitions. In addition, WhereTraits comes with a standardized way how to resolve ambiguities among traits, by defining an order among the traits with @traits_order. Under the hood @traits uses normal function dispatch to achieve the speed and flexibility, however, julia function dispatch can lead to ambiguities. With traits these can easily happen if someone defines @traits for the same standard dispatch but using different traits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Code libraries and media files contributed by Whoola, Inc. Includes Whoola Cyberspace, a virtual reality web browser with fly-through hyperlinks. The source code includes a COLLADA loader for Xith. Click on the "Home Page" link above to install.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Create colorful WiFi signal strength maps from NetStumbler GPS and signal data. Compatible with Google Earth. As far as we know, this is the only dedicated wifi mapper / map generation software currently available under GPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    WikiVis (UM)

    WikiVis (UM)

    Visualization of the Wikipedia network of pages.

    This tool provides an interactive visualization of the Wikipedia information space, primarily as a means of navigating the category hierarchy as well as the article network. The project is implemented in Java, utilizing the Java 3D package. This was a student project in 2004-2005 at the University of Macau. This is the code from April 2005 that was finally uploaded to SourceForge in 2012 for archival purposes and to meet the demand from Wikipedia researchers world-wide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A colorized interactive dotplot program designed for pair-wise comparisons of RNA & DNA. The original idea was from the mind of late Prof. William J. Dreyer of Caltech. The idea is to be able to see the "tapestry" of life, which comes alive with color.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Winston.jl

    Winston.jl

    2D plotting for Julia

    2D plotting for Julia. Winston offers an easy-to-use plot command to create figures without any fuss. After Winston is loaded by typing using Winston, the most basic plot can be created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This navigation tool for the site http://www.software-kompetenz.de visualizes a connection graph of articles in a knowledge database. It is a project of the Software Systems Engineering Research Group at the BTU Cottbus and cooperating partners.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WordNet visualisation. Provides application for Wordnet 2.0 navigation using TouchGraph component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    WordCloud.jl

    WordCloud.jl

    Word cloud generator in julia

    Word cloud (tag cloud or wordle) is a novelty visual representation of text data. The importance of each word is shown with its font size, position, or color. WordCloud.jl is the perfect tool for generating word clouds, offering several advantages. You have control over every aspect of generating a word cloud. You can customize the shape, color, angle, position, distribution, density, and spacing to align with your preferences and artistic style. This visualization solution guarantees precise results. Each word appears only once, and its font size is determined solely by the provided weight. Words are never repeated or shrunk artificially to fill empty spaces. It utilizes intelligent strategies and efficient nesting algorithms, implemented entirely in Julia (see Stuffing.jl). As a result, it can easily generate high-resolution word clouds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    WordFreak is a java-based linguistic annotation tool designed to support human, and automatic annotation of linguistic data as well as employ active-learning for human correction of automatically annotated data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Worldlines
    Worldlines visualizes special relativity, as particles near lightspeed trace paths in a 3D slice of 4D Minkowski spacetime. Scenes illustrate time dilation, the twin paradox, length contraction, and Bell's spaceship paradox.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Wow Log Parser is a combat log parser for the game World of Warcraft. The purpose of the program is to parse the files generated with the /combatlog command. The source code can be found on: http://www.gurre.eu/wowlogparser/forum
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A program aimed to allow users to record the results of a 3D survey of a site; to verify the measurements are internally consistant and provide a visual representation of the site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a weather widget for the popular Screenlets.org widget engine on Linux machines. It displays weather for your desired location in an easy-to-read format on your desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WxGeometrie

    WxGeometrie

    Le couteau-suisse du prof de maths

    Calculatrice graphique en français, destinée aux professeurs ou aux étudiants du collège et du lycée. Elle permet de faire du calcul formel, de tracer des courbes et des figures géométriques exportables en png, eps ou svg. Linux, Windows... Cette version n'est plus maintenue. Nous vous recommandons d'utiliser désormais la nouvelle version, nommée Géophar : http://sourceforge.net/projects/geophar
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB