Vertical labels on horizontal axis not displayed

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Susan

Vertical labels on horizontal axis not displayed

Post by Susan » Tue Nov 06, 2001 10:38 pm

Hi, everyone,

My application is running on unix platform and using a vertical bar chart. I use setVerticalCatogeryLabels(true) for the horizontal axis, and it works perfectly if I display the chart on my local machine. Now I want to run the application on my local machine, but display the chart on a remote computer. So I change "DISPLAY" environment variable to the remote computer, but when the chart is displayed, it does not have labels on the horizantal axis, any hints?

Thanks in advance

Susan

John Currier

RE: Vertical labels on horizontal axis not display

Post by John Currier » Thu Nov 08, 2001 8:20 pm

Is it possible that the appropriate fonts aren't available on the target computer, or its X server doesn't have the fonts?

John

Susan

RE: Vertical labels on horizontal axis not display

Post by Susan » Fri Nov 30, 2001 10:21 pm

Yes, my remote computer does not have the right font.
Could anybody here tell me how I can find which font package I missed for printing vertical text and where I can get it? My machine is Redhat Linux.

Thanks in advance
Susan

Locked