Registry / utility / ihmc-swing-plotting

ihmc-swing-plotting

JSON →
library0.25.3javamavenunverified

A Swing-based plotting library for creating charts and graphs in Java applications.

<dependency> <groupId>us.ihmc</groupId> <artifactId>ihmc-swing-plotting</artifactId> <version>0.25.3</version> </dependency>
INSTALL
IMPORT
SIG · IHMC-SWING-PLOTTIN
I
ihmc-swing-plotting
utilityjavav0.25.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Plotter
us.ihmc.plotting.Plotter

Create and display a simple plotter window.

import us.ihmc.plotting.Plotter; import javax.swing.JFrame; public class Example { public static void main(String[] args) { Plotter plotter = new Plotter(); JFrame frame = new JFrame("Plot"); frame.add(plotter); frame.pack(); frame.setVisible(true); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.25.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
ihmc-swing-plotting — mvn dependency:get ihmc-swing-plotting · libregistry