All Projects → JuliaPlots → Plotlyjs.jl

JuliaPlots / Plotlyjs.jl

Licence: other
Julia library for plotting with plotly.js

Programming Languages

javascript
184084 projects - #8 most used programming language
julia
2034 projects

Projects that are alternatives of or similar to Plotlyjs.jl

Plotnine
A grammar of graphics for Python
Stars: ✭ 2,879 (+1125.11%)
Mutual labels:  graphics, plotting
Makie.jl
High level plotting on the GPU.
Stars: ✭ 791 (+236.6%)
Mutual labels:  graphics, plotting
Gadfly.jl
Crafty statistical graphics for Julia.
Stars: ✭ 1,724 (+633.62%)
Mutual labels:  graphics, plotting
Csfml
Official binding of SFML for C
Stars: ✭ 211 (-10.21%)
Mutual labels:  graphics
Hanami
Interactive arts and charts plotting with Clojure(Script) and Vega-lite / Vega. Flower viewing 花見 (hanami)
Stars: ✭ 216 (-8.09%)
Mutual labels:  plotting
Consolegameengine
.NET Console Graphics Engine
Stars: ✭ 226 (-3.83%)
Mutual labels:  graphics
Sketch
Sketch have a lot of basic functions to develop a drawing app for iPhone. Anyone can easily create drawing iOS Application.
Stars: ✭ 229 (-2.55%)
Mutual labels:  graphics
Pgfplotsx.jl
Create plots in Julia using the PGFPlots LaTeX package
Stars: ✭ 210 (-10.64%)
Mutual labels:  plotting
Backtrader plotting
Plotting addon for backtrader to support Bokeh (and maybe more)
Stars: ✭ 226 (-3.83%)
Mutual labels:  plotting
Libmypaint
libmypaint, a.k.a. "brushlib", is a library for making brushstrokes which is used by MyPaint and other projects.
Stars: ✭ 225 (-4.26%)
Mutual labels:  graphics
Safespaces
3D/VR Desktop built for Arcan
Stars: ✭ 225 (-4.26%)
Mutual labels:  graphics
Glhf
openGL Have Fun - A Go package that makes life with OpenGL enjoyable.
Stars: ✭ 217 (-7.66%)
Mutual labels:  graphics
Raindrop Fx
An optimised raindrop effect on glass with WebGL2
Stars: ✭ 218 (-7.23%)
Mutual labels:  graphics
Noiseball2
A small example of procedural modeling with compute shaders.
Stars: ✭ 215 (-8.51%)
Mutual labels:  graphics
Lsix
Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
Stars: ✭ 2,635 (+1021.28%)
Mutual labels:  graphics
Pixieditor
PixiEditor is a lightweight pixel art editor made with .NET 5
Stars: ✭ 210 (-10.64%)
Mutual labels:  graphics
Gameoverlay.net
Draw hardware accelerated graphics using our Direct2D1 renderer and create transparent click-through windows.
Stars: ✭ 225 (-4.26%)
Mutual labels:  graphics
Gooey React
The gooey effect for React, used for shape blobbing / metaballs (0.5 KB) 🧽
Stars: ✭ 219 (-6.81%)
Mutual labels:  graphics
Vange Rs
Rusty Vangers clone
Stars: ✭ 218 (-7.23%)
Mutual labels:  graphics
Pubg mobile memory hacking examples
Pubg Mobile Emulator Gameloop Memory Hacking C++ code examples. Ex: Name, Coord, Bones, Weapons, Items, Box, Drop etc.
Stars: ✭ 224 (-4.68%)
Mutual labels:  graphics

PlotlyJS

Join the chat at https://gitter.im/sglyon/PlotlyJS.jl

Build Status

Julia interface to plotly.js visualization library.

This package constructs plotly graphics using all local resources. To interact or save graphics to the Plotly cloud, use the Plotly package.

Check out the docs!

Installation

If you intend to use the Electron display or any of its features (recommended) you will need to enter the following at the Julia REPL:

using Blink
Blink.AtomShell.install()

Note that this is a one time process.

Also, if you have issues building this package because of installation of the MbedTLS package please see this issue.

Jupyterlab

If you will be using this package from within Jupyterlab, please also install the plotly jupyterlab extension by running:

jupyter labextension install jupyterlab-plotly

See the jupyterlab extension documentation for more details.

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].