You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 PGFPlotsX directly, not as a backend to eg Plots. 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 PGFPlotsX
You 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
The text was updated successfully, but these errors were encountered:
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:
master
PGFPlotsX
directly, not as a backend to egPlots
. Issues with this package as a backend belong in the repository of the package that makes use of itSelf-contained minimum working example:
using PGFPlotsX
You 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 packagepgfplots
. Consequently, it can only support whatpgfplots
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):
The text was updated successfully, but these errors were encountered: