-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I think we should use issue templates. @KristofferC, I don't have permissions on this repo to create them, so if you agree please create some. I am thinking of something like the following:
Bug report
Please check the following:
- make sure you are using the latest released version, or
master - create a self-contained minimum working example to demonstrate the issue
- make sure you are using
PGFPlotsXdirectly, not as a backend to egPlots. Issues with this package as a backend belong in the repository of the package that makes use of it
Self-contained minimum working example:
using PGFPlotsXYou Julia version (VERSION):
Description of the bug:
Please attach output generated with pgfsave("output.png", ...) if applicable.
Feature request or suggestion
We are happy to add new features. Please keep in mind that PGFPlotsX is mostly a text generation engine that outputs LaTeX code, to be rendered by the LaTeX package pgfplots. Consequently, it can only support what pgfplots is able to do, or what can be achieved by some simple transformation in Julia.
If possible, please link examples of LaTeX code and the desired output.
Support request
We are happy to provide support for users of this package.
Please check that include (if applicable):
- self-contained Julia code you have written to generate your plots (including generated mock data),
- a description of what you are trying to do, with links to or attachments of example output if possible