Skip to content

tkf/ElectronDisplay.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElectronDisplay

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Build Status Build status ElectronDisplay codecov.io

Overview

This package provides a display for figures and plots. When you load the package, it will push a new display onto the julia display stack and from then on it will display any value that can be rendered as png, svg, vega, vega-lite or plotly in an electron based window. This is especially handy when one works on the REPL and wants plots to show up in a nice window.

Getting Started

You can install the package via the normal julia package manger:

Pkg.add("ElectronDisplay")

As soon as you load the package with using ElectronDisplay, it will start to show plots that have the correct show methods in an electron window.

About

An Electron.jl based figure display.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%