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
In the PP line graph, the data points should be numbered numerically from 1 up to the number of supported platforms. E.g.,
\addplot[CUDA, thick, solid, mark=*, mark options={style={solid}}] coordinates { (1, 1.0) (2, 0.8545618463757664) };
NumPy is adding np.int64() around each number, breaking the TeX. E.g.,
np.int64()
\addplot[CUDA, thick, solid, mark=*, mark options={style={solid}}] coordinates { (np.int64(1), 1.0) (np.int64(2), 0.8545618463757664) };
Use the CascadePlot PGFPlots backend on a csv file.
N/A
The text was updated successfully, but these errors were encountered:
swright87
Successfully merging a pull request may close this issue.
Expected behavior
In the PP line graph, the data points should be numbered numerically from 1 up to the number of supported platforms. E.g.,
Actual behavior
NumPy is adding
np.int64()
around each number, breaking the TeX. E.g.,Steps to reproduce the problem
Use the CascadePlot PGFPlots backend on a csv file.
Specifications
N/A
The text was updated successfully, but these errors were encountered: