Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

scijava/scijava-plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

49 Commits

Repository files navigation

SciJava PlotService

UI-independent framework for creating scientific plots.

Usage and Demos

Run the following Groovy snippet from the Script Editor:

#@ UIService uiService
#@ PlotService plotService
plot = plotService.newXYPlot()
plot.setTitle("XY Plot")
series = plot.addXYSeries()
series.setLabel("Series 1")
series.setValues([1,2,3], [7,3,9])
uiService.show(plot)

Several Java demos (XY, BoxPlot, Category plots, etc.) are available in scijava-ui-swing.

About

Create plots in SciJava user interfaces

Resources

License

Stars

Watchers

Forks

Contributors 3

Languages

AltStyle によって変換されたページ (->オリジナル) /