Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to draw 3D area chart using jFree?

Is it possible to Create 3D area chart using jFree ?

enter image description here

If yes, can someone point me to the right direction ?
Any workaround possible?

like image 362
Nagesh Salunke Avatar asked Aug 06 '13 06:08

Nagesh Salunke


People also ask

What is an area chart in JFreeChart?

This is an article explaining the use of Area Chart in JFreeChart. The purpose of an Area Chart is to graphically represent the change in quantitative data over time. Area Charts are actually based of line charts, but the area between the line and the axis is colored (usually) to show a strong emphasis.

What is the use of JFreeChart class?

JFreeChart Class JFreeChart class is the core class under the org.jfree.chartpackage. This class provides JFreeChart method to create bar charts, line charts, pie charts, and xy plots including time series data. Class Constructor

What is chartframe class in jfree?

ChartFrame class under the org.jfree.chart package, provides all frame related functions and utilities. ChartFrame class inherits functionalities from parent classes such as Frame, Window, Container, and Component classes. Class Constructor S.No Constructor and Description

What is time series chart in JFreeChart?

JFreeChart - TimeSeries Chart A time series chart displays sequence of data points, which varies at equal intervals of time. This chapter demonstrates — how we can use JFreeChart to create Time Series Chartfrom a given set of business data. Business Data Let us consider various random numbers generated by using standard Java API Math.random().


1 Answers

No, jfreechart does not support 3d plots.

(Update from comments):

I would also suggest looking at this thread, which suggests some alternatives like: jzy3d, JMathTools, Surface Plotter, JavaPlot, etcetera

like image 153
Andy B Avatar answered Oct 03 '22 20:10

Andy B