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
The current API has a lot of methods that use camel case: tikzCode, plotHelper, etc.
This package was written before Julia settled on underscore case: tikz_code, plot_helper, etc.
Furthermore, some of these methods could be renamed to be verbs, such as get_tikz_code, plot_code, etc.
Unfortunately, these changes would probably not be backwards-compatible.
The text was updated successfully, but these errors were encountered:
The current API has a lot of methods that use camel case:
tikzCode
,plotHelper
, etc.This package was written before Julia settled on underscore case:
tikz_code
,plot_helper
, etc.Furthermore, some of these methods could be renamed to be verbs, such as
get_tikz_code
,plot_code
, etc.Unfortunately, these changes would probably not be backwards-compatible.
The text was updated successfully, but these errors were encountered: