-
-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
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
Custom yticks in PGFPlot not working #434
Comments
The way around it is to implement that feature. I don't spend as much time On Saturday, August 6, 2016, Nitin Arora [email protected] wrote:
|
I see. I found a workaround by first writing a tex file for the figure and then modifying the tex file (adding one line to it basically) to generate the needed yticks. I am more of Julia user and not a developer but would be willing to contribute to Plots. Nitin |
BTW: I did try using other backends and ran into following issues: PlotlyJS:
GR:
|
Thanks. Even if you can't do the dev work for a new feature, it would be I'll have to add these other issues to the respective meta-issues for each On Monday, August 8, 2016, Nitin Arora [email protected] wrote:
|
added to the meta-issue |
So I am executing the following code
but the output doesn't show the custom yticks (see the picture above)..
Is there a way around this issue ?
I am on Julia Version 0.4.4-pre+2 on MAC OSX, using Plots 0.8.1
thanks,
Nitin
The text was updated successfully, but these errors were encountered: