The backplane is added from the plot types descriptions. The easiest way to not see it is to make it transparent using a theme. The documentation is at http://developer.gnome.org/goffice/0.9/goffice-0.10-gog-theme.html
Your theme should look like: <?xml version="1.0"?> <GogTheme> <name>My Theme</name> <description> A theme based on the default with transparent backplane </description> <GOStyle class="GogGrid"><!--actually this is the backplane--> <fill type="none"/> <outline dash="none"/> </GOStyle> <GOStyle class="GogChart"> <fill type="pattern"> <pattern type="solid" back="white"/> </fill> <outline dash="none"/> </GOStyle> </GogTheme> Next, you put that file named likeMyTheme.theme (the extension is meaningful) in $HOME/.goffice/themes/and things should work if I did not insert any typo above. Note that you need to select the theme in the Graph properties, gnumeric has no option for now to change the default chart theme (feel free to file a bug report). Hope this helps, Regards, Jean Le jeudi 16 février 2012 à 11:05 -0500, Joseph Bylund a écrit : > What I would like to do is change certain things about the default > chart layout, i.e. no backpane fill, no chart outline... I see that > there is a theme tab in the graph guru which has a "forget user styles" > button, so perhaps I can define a user style and set that as the > default? Or is there some way to change the defaults for other > graph/chart properties? Thanks, > -Joe > _______________________________________________ > gnumeric-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gnumeric-list _______________________________________________ gnumeric-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnumeric-list
