How to Install and Uninstall libswtchart-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libswtchart-java" package

Learn how to install libswtchart-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libswtchart-java

2. Uninstall "libswtchart-java" package

This tutorial shows how to uninstall libswtchart-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libswtchart-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libswtchart-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libswtchart-java
Priority: optional
Section: universe/java
Installed-Size: 142
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: swtchart
Version: 0.8.0-1
Depends: libswt-gtk-3-java
Suggests: libswtchart-java-doc
Filename: pool/universe/s/swtchart/libswtchart-java_0.8.0-1_all.deb
Size: 104982
MD5sum: 0960968f41bbf5c8ea70296f734028a1
SHA1: 7634febd4a13202f9e41c8df0e58b7d6e9971772
SHA256: fdd822d6cf6cbe279a599160ef94ef54d84f28f6833b6fe962cd8bb1623e4767
Description-en: Chart drawing SWT component
SWTChart is a chart component which has following basic functionalities:
* line chart
* scatter chart
* stack chart
* log scale
* category axis
* multiple axes
* bar chart
* area chart
* step chart
* axis orientation
* series label
.
All of widgets in SWTChart are composed of SWT, so that you can easily hock
listeners to widgets, and also you can easily extend the functionality without
expertise of AWT.
.
SWTChart provides an ability to handle large data size of series. Even if
showing 1,000,000 data points, repainting or resizing chart panel doesn't take
long time. The internal algorithm is not to simply sample the data with a
certain interval but to thin out only the data which doesn't make sense to show
in current screen resolution. Therefore, even if there are prominent peaks in
large data points, the peaks won't be lost in the screen.
.
SWTChart has minimum basic functionalities. SWTChart doesn't have any
dependencies other than SWT, and even JFace is not required.
Description-md5: 69ddfef28b1e2346c86113b1a38e5200
Homepage: http://www.swtchart.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu