CombinedDomainCategoryPlot x SubCategoryAxis:labels missing

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
desbaratizador2
Posts: 1
Joined: Wed Jan 23, 2013 1:49 am
antibot: No, of course not.

CombinedDomainCategoryPlot x SubCategoryAxis:labels missing

Post by desbaratizador2 » Wed Jan 23, 2013 5:08 pm

Hi

I tried to use CombinedDomainCategoryPlot with SubCategoryAxis but the result is unexpected, only some labels of domain axis are shown.
Sometimes the labels corresponding the categories are shown, if i a change the code a little, only the subcategories are shown.

Behaviour map:
- Axis set at plot constructor: only categories are shown
- Axis set at subplot constructor: only categories are shown
- Both: only subcategories are shown


Is this a bug?

Thanks

Desbaratizador

williamanthony
Posts: 2
Joined: Fri Mar 10, 2017 5:26 am
antibot: No, of course not.

Re: CombinedDomainCategoryPlot x SubCategoryAxis:labels missing

Post by williamanthony » Fri Dec 28, 2018 9:56 am

hello all,
I'm currently using JFreeChart 1.5.0, and the behaviour still the same.
I cannot show category and subcategory axis label when using combinedDomainCategoryPlot.

Does anyone have the workaround please? Thanks.

Locked