Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
25 results tagged graphs  ✕   ✕
JSON Crack https://jsoncrack.com/
Thu 29 Sep 2022 01:53:03 PM PDT archive.org

Go to their editor. Paste in a well-formed JSON document. Watch it generate a graph for you out of the data. You can even download the generated image. No API yet.

Github: https://github.com/AykutSarac/jsoncrack.com

json online visualization graphs javascript webapps
graphistry/graph-app-kit https://github.com/graphistry/graph-app-kit
Sun 08 May 2022 03:02:29 PM PDT archive.org

Go from graph data to a secure and interactive visual graph app in 15 minutes. Batteries-included self-hosting of graph data apps with Streamlit, Graphistry, RAPIDS, and more!

This open source effort puts together patterns the Graphistry team has reused across many graph projects as teams go from code-heavy Jupyter notebook experiments to deploying streamlined analyst tools. Whether building your first graph app, trying an idea, or wanting to check a reference, this project aims to simplify that process. It covers pieces like: Easy code editing and deployment, a project stucture ready for teams, built-in authentication, no need for custom JS/CSS at the start, batteries-included data + library dependencies, and fast loading & visualization of large graphs.

GPU enabled.

Seems to be Docker-only.

python graphs data analytics cuda docker
mljar/bloxs https://github.com/mljar/bloxs
Tue 05 Apr 2022 02:05:14 PM PDT archive.org

Bloxs is a simple python package that helps you display information in an attractive way (formed in blocks). Perfect for building dashboards, reports and apps in the notebook.

It works with Jupyter Notebook, Google Colab, Deepnote, Kaggle Notebook, and Mercury.

python data charts graphs notebook visualization
Spark: Sparklines for your shell https://zachholman.com/spark/
Tue 29 Mar 2022 09:25:36 AM PDT archive.org

A sparkline generator implemented as a shell script.

Just run spark and pass it a list of numbers (comma-delimited, spaces, whatever you'd like) and it generates a text-mode bar graph, where the heights are relative to one another but reflect the numbers given. It's designed to be used in conjunction with other scripts that can output in that format.

Github: https://github.com/holman/spark

cli charts graphs generator data script
Tulip - Data visualization software https://tulip.labri.fr/site/
Mon 10 Jan 2022 06:31:06 PM PST archive.org

Tulip is an information visualization framework dedicated to the analysis and visualization of relational data. Tulip aims to provide the developer with a complete library, supporting the design of interactive information visualization applications for relational data that can be tailored to the problems he or she is addressing.

Written in C++ the framework enables the development of algorithms, visual encodings, interaction techniques, data models, and domain-specific visualizations. One of the goal of Tulip is to ease the reuse of components and allows the developers to focus on programming their application. This development pipeline makes the framework efficient for research prototyping as well as the development of end-user applications.

cpp networks data analysis graphs exocortex
graph-tool https://graph-tool.skewed.de
Mon 10 Jan 2022 06:29:10 PM PST archive.org

Graph-tool is an efficient Python module for manipulation and statistical analysis of graphs and networks. Contrary to most other Python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library. Conveniently draw your graphs, using a variety of algorithms and output formats (including to the screen). Graph-tool has its own layout algorithms and versatile, interactive drawing routines based on cairo and GTK+, but it can also work as a very comfortable interface to the excellent graphviz package.

Source code: https://git.skewed.de/count0/graph-tool

python data graphs networks socialnetworks analysis exocortex
dankilman/awe https://github.com/dankilman/awe
Thu 09 Sep 2021 03:47:39 PM PDT archive.org

Dynamic web based reports/dashboards in Python. Write a little bit of code to define the dashboard and populate the layout, and treat the rest like Python. Seems pretty straightforward. Has a built-in DSL to make defining some parts of a dashboard easier to do. Also has a CLI tool that you can use to interactively build dashboards without having to stop and start the server again and again. Even has a REST API that can be used to update the page's widgets in the background, so you can push instead of pull.

python dashboard visualization data charts graphs webapps exocortex rest api
obazoud/awesome-dashboard https://github.com/obazoud/awesome-dashboard
Thu 09 Sep 2021 03:23:19 PM PDT archive.org

A curated list of amazingly awesome dashboards/visualization resources.

awesome visualization dashboard charts graphs
h2oai/wave https://github.com/h2oai/wave
Tue 12 Jan 2021 05:01:47 PM PST archive.org

H2O Wave is a software stack for building beautiful, low-latency, realtime, browser-based applications and dashboards entirely in Python without using HTML, Javascript, or CSS. H2O Wave excels at capturing information from multiple sources and broadcasting them live over the web, letting you build and deploy realtime analytics with dramatically less effort.

The server is written in Go, which is weird, why are they calling it a Python app?

golang python webapps data visualization charts graphs rest api dashboard
Charts.css https://chartscss.org/
Mon 21 Dec 2020 06:23:52 PM PST archive.org

A data visualization framework written in CSS. Uses the semantic HTML5 tags to identify data to process, the data goes inside the HTML markup in the form of tables. No Javascript is needed to pull data out of APIs for processing (unless you want to roll that way, I guess). The core CSS file can be downloaded and put to use more or less immediately.

Github: https://github.com/ChartsCSS/charts.css

webdesign css charts graphs utility visualization html5
GitHub - 0xCoto/CygnusRFI: 📡 CygnusRFI: An open-source RFI analysis tool for Ground Stations & Radio Telescopes https://github.com/0xCoto/CygnusRFI
Mon 02 Nov 2020 03:22:50 PM PST archive.org

CygnusRFI is an easy-to-use open-source Radio Frequency Interference (RFI) analysis tool, based on Python and GNU Radio Companion (GRC) that is conveniently applicable to any ground station/radio telescope working with a GRC-supported software-defined radio (SDR). In addition to data acquisition, CygnusRFI also carries out automated analysis of the recorded data, producing a series of averaged spectra covering a wide range of frequencies of interest. CygnusRFI is built for ground station operators, radio astronomers, amateur radio operators and anyone who wishes to get an idea of how "radio-quiet" their environment is, using inexpensive instruments like SDRs.

The CLI tool is used to set up scanning runs. Data is graphed as output.

rfi rtlsdr python rf analysis spectrogram astronomy cli graphs
GitHub - chartbrew/chartbrew: Open-source web platform for creating charts out of different data sources (databases and APIs) https://github.com/chartbrew/chartbrew
Fri 10 Jul 2020 01:24:03 PM PDT archive.org

Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create beautiful charts. It features a chart builder, editable dashboards, embedable charts, query & requests editor, and team capabilities. Can pull data from MySQL, Postgres, MongoDB, and any API that returns JSON documents. Interactive graph and chart builder.

Written in node.js. Requires MySQL on the back-end.

If you use the service (https://chartbrew.com/) there's a free tier.

nodejs graphs charts databases visualization analysis exocortex
GitHub - sepandhaghighi/pyrgg: 🔧 Python Random Graph Generator https://github.com/sepandhaghighi/pyrgg
Thu 02 Jul 2020 12:59:10 PM PDT archive.org

Pyrgg is an easy-to-use synthetic random graph generator written in Python which supports various graph file formats including DIMACS .gr files. Pyrgg has the ability to generate graphs of different sizes and is designed to provide input files for broad range of graph-based research applications, including but not limited to testing, benchmarking and performance-analysis of graph processing frameworks. Pyrgg target audiences are computer scientists who study graph algorithms and graph processing frameworks.

python graphs generator random research
Image-Charts documentation https://documentation.image-charts.com/
Tue 19 May 2020 08:34:13 PM PDT archive.org

The Image-Charts API returns a chart image in response to a URL GET or POST request. The API can generate many kinds of charts, from pie or line charts to bar charts and radars. All the information about the chart that you want, such as chart data, size, colors, and labels, are part of the URL.

To make the simplest chart possible, all your URL needs to specify is the chart type, data, and size. You can type this URL directly in your browser, or point to it with an <img> tag in your web page.

rest api charts graphs data exocortex
GitHub - wiedehopf/graphs1090 https://github.com/wiedehopf/graphs1090
Tue 21 Jan 2020 04:19:19 PM PST archive.org

Graphs for dump1090 (based on dump1090-tools by mutability). Message rate, aircraft seen, tracks seen, range, signal strength... front end to rrdtool and collectd.

python adsb webapps graphs metrics rtlsdr exocortex
plotly/dash: Analytical Web Apps for Python & R. No JavaScript Required. https://github.com/plotly/dash
Mon 23 Dec 2019 06:58:30 PM PST archive.org

A Python framework for doing graphical data analysis without needing to know Javascript. Visualizations are updated in realtime as they are interacted with. You'll have to write some code to set it up, it would appear mostly to get the data into the application to begin with.

Docs: https://dash.plotly.com/

Here's a tutorial for how to use it: https://mymasterdesigner.com/2021/12/13/visualization-dashboards-with-python-dash/

Gallery of Dash dashboards: https://dash.gallery/Portal/

python framework data analysis toolkit charts graphs plots exocortex maps dashboard
GitHub - asciimoo/cssplot: Pure CSS charts https://github.com/asciimoo/cssplot
Fri 06 Dec 2019 02:30:47 PM PST archive.org

A CSS file that lets you develop various types of plots and graphs without having to resort to Javascript.

html5 css graphs charts plots visualization
GitHub - dernasherbrezon/rtlSpectrum: Analyze spectrograms created by rtl_power https://github.com/dernasherbrezon/rtlSpectrum
Tue 16 Jul 2019 03:24:42 PM PDT archive.org

Analyze spectrograms created by rtl_power.

rtlsdr radio java graphs signals
Data Visualization Software | Tulip http://tulip.labri.fr/TulipDrupal/
Tue 11 Jun 2019 02:01:25 PM PDT archive.org

Tulip is an information visualization framework dedicated to the analysis and visualization of relational data. Tulip aims to provide the developer with a complete library, supporting the design of interactive information visualization applications for relational data that can be tailored to the problems he or she is addressing.

Comes with Python embedded to interact with the data.

Versions for multiple OSes are available. Might be worth grabbing the .appimage to save time.l

graphics data visualization analysis exocortex science desktop mapping graphs python crossplatform
sgreben/jp: dead simple terminal plots from JSON data. single binary, no dependencies. linux, osx, windows. https://github.com/sgreben/jp
Mon 11 Jun 2018 11:38:52 AM PDT archive.org
cli golang charts graphs crossplatform utilities json csv data
page 1 / 2
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn