All Projects → TheFox → gnuplot-examples

TheFox / gnuplot-examples

Licence: Unlicense license
GNUPlot Examples

Programming Languages

Gnuplot
187 projects
Makefile
30231 projects

Projects that are alternatives of or similar to gnuplot-examples

Vkbind
Single file Vulkan API loader.
Stars: ✭ 110 (+120%)
Mutual labels:  examples, public-domain
Examples
Smaller or bigger examples that I've written or will write in the future in C++.
Stars: ✭ 14 (-72%)
Mutual labels:  examples
denobyexample
Deno by example - short examples showcasing how to use Deno
Stars: ✭ 72 (+44%)
Mutual labels:  examples
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (-58%)
Mutual labels:  candlesticks
example
【例子】微信开发SDK(Wechat SDK For Golang)
Stars: ✭ 27 (-46%)
Mutual labels:  examples
optuna-examples
Examples for https://github.com/optuna/optuna
Stars: ✭ 238 (+376%)
Mutual labels:  examples
neeo-sdk-examples
NEEO Brain SDK Examples
Stars: ✭ 19 (-62%)
Mutual labels:  examples
kubernetes-examples
A bunch of examples of how to deploy things on kubernetes
Stars: ✭ 34 (-32%)
Mutual labels:  examples
Swift-AppleScriptObjC
How to call AppleScript handlers from Swift via AppleScript-ObjC bridge.
Stars: ✭ 45 (-10%)
Mutual labels:  public-domain
KLineChartAndroid
A kline chart UI widget for android(Android版本的k线).
Stars: ✭ 51 (+2%)
Mutual labels:  candlesticks
jsstore-examples
This repo contains examples of jsstore for different frameworks & tools
Stars: ✭ 31 (-38%)
Mutual labels:  examples
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (-24%)
Mutual labels:  examples
Sandbox
KumbiaPHP sandbox with examples
Stars: ✭ 16 (-68%)
Mutual labels:  examples
smtp-client
SMTP Client Library in C
Stars: ✭ 68 (+36%)
Mutual labels:  public-domain
Rboxlo
Roblox private server
Stars: ✭ 173 (+246%)
Mutual labels:  public-domain
nav-docker-examples
Examples and use-cases for MS Dynamics NAV on Docker
Stars: ✭ 21 (-58%)
Mutual labels:  examples
jsfiddle-github
JSFiddle implementation for interactive JavaScript examples.
Stars: ✭ 16 (-68%)
Mutual labels:  examples
cloud-game-servers-examples
Collection of examples for using Google Cloud Game Servers.
Stars: ✭ 28 (-44%)
Mutual labels:  examples
weaviate-examples
Weaviate vector search engine – examples
Stars: ✭ 79 (+58%)
Mutual labels:  examples
gradle-demos
A collection of sample builds demonstrating how to do different things in Gradle
Stars: ✭ 29 (-42%)
Mutual labels:  examples

GNUPlot Examples

Collection of GNUPlot examples.

Default Line

Using column 1 and 2 from data/line.dat.

plot 'data/line.dat' using 1:2

Line Width 3

Line (1/100)

Using the same as Default Line but scaling y with 1/100 of the original value.

plot 'data/line.dat' using 1:($2/100)

Line Average

Line Sum

Lines

Points

Date

Time

DateTime

Headmap

Gantt

Y Error Bars

Candlesticks

Timeline

Impulse

Histogram Clustered

Histogram Rowstacked

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].