Skip to content
/ ORCA.jl Public

Julia interface to Plotly's ORCA image exporter app

Notifications You must be signed in to change notification settings

sglyon/ORCA.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATION NOTICE

The primary purpose of this package is to enable saving PlotlyBase.Plot and PlotlyJS.SyncPlot figures to files like svg, png, pdf, etc.

This functionality is now built in to PlotlyBase.jl itself -- and thus available to PlotlyJS -- making ORCA.jl obsolete and not needed.

Please use the savefig routines built directly in to PlotlyBase instead of using this package

ORCA.jl

Build Status

Julia interface to plotly's ORCA tool for generating static files based on plotly graph specs.

Usage

There is a single exported function savefig. After loading PlotlyBase.jl or PlotlyJS.jl and creating a plot named p you can call savefig(p::Union{Plot,SyncPlot}, filename::String; options...) to save the plot in p to a file named filename. See docstring for a description of options.