We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The basic example given in the README does not work correctly if a filename with a path is specified:
orca graph '{ "data": [{"y": [1,2,1]}] }' -o tmp/fig.png
This creates 'fig.png' in the current directory, not in 'tmp'.
This is presumably related to #101, but just wanted to point out that it isn't an R/python API issue; it happens when you use orca directly as well.
Version info: 1.1.0 installed via npm.
The text was updated successfully, but these errors were encountered:
duplicate of #101
Sorry, something went wrong.
No branches or pull requests
The basic example given in the README does not work correctly if a filename with a path is specified:
This creates 'fig.png' in the current directory, not in 'tmp'.
This is presumably related to #101, but just wanted to point out that it isn't an R/python API issue; it happens when you use orca directly as well.
Version info: 1.1.0 installed via npm.
The text was updated successfully, but these errors were encountered: