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'm trying to create a custom theme that has the usual settings that I would use in OriginLab for plotting. I've made a modification to wong.jl, and saved it as my own theme:
However, when I try using Plots with this custom theme, it fails to compile throwing an error about twinx not defined
Is there another syntax for generating a "full" plot (with mirrored x and y axes with tick labels) that could be passed as an argument in a custom theme? After looking over the source code, it looks like twinx() is a function that should be callable, but is maybe getting compiled after PlotThemes.jl?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to create a custom theme that has the usual settings that I would use in OriginLab for plotting. I've made a modification to wong.jl, and saved it as my own theme:
However, when I try
using Plots
with this custom theme, it fails to compile throwing an error abouttwinx not defined
Is there another syntax for generating a "full" plot (with mirrored x and y axes with tick labels) that could be passed as an argument in a custom theme? After looking over the source code, it looks like twinx() is a function that should be callable, but is maybe getting compiled after PlotThemes.jl?
The text was updated successfully, but these errors were encountered: