我正在使用Barchart(在NetBeans JavaFX上),并且正在自定义条形的颜色(一切正常!),但是,图例的颜色并未跟随条形的颜色(我已经在此处的另一篇文章中看到了)如何设置图例来做到这一点)...
这是一段代码:
for quote in response.xpath('//div[contains(@class, "post")]'):
yield {
'author': quote.xpath('.//div[@class="post-author"]/text()').extract_first(),
'pdfs': quote.xpath('.//here/I'm/not/sure/in/expression/text()').extract_first(),
}
问题是:
NetBeans不会导入该类。我已经将它放在我的媒体库(for (Node n : lineChart.getChildrenUnmodifiable())
{
if (n instanceof Legend)
{
final Legend legend = (Legend) n;
)中,但是它不会导入。
传奇图书馆
我做错什么了吗? 知道发生了什么吗? 我正在使用NetBeans 8.2(最新Beta版)