add tick_direction to supported arguments
This commit is contained in:
parent
b73ea55bbd
commit
350237a774
@ -41,6 +41,7 @@ const _glvisualize_attr = merge_with_base_supported([
|
||||
:dpi,
|
||||
:hover,
|
||||
:framestyle,
|
||||
:tick_direction,
|
||||
])
|
||||
const _glvisualize_seriestype = [
|
||||
:path, :shape,
|
||||
|
||||
@ -33,6 +33,7 @@ const _gr_attr = merge_with_base_supported([
|
||||
:bar_width,
|
||||
:arrow,
|
||||
:framestyle,
|
||||
:tick_direction,
|
||||
])
|
||||
const _gr_seriestype = [
|
||||
:path, :scatter,
|
||||
|
||||
@ -34,6 +34,7 @@ const _plotly_attr = merge_with_base_supported([
|
||||
:bar_width,
|
||||
:clims,
|
||||
:framestyle,
|
||||
:tick_direction,
|
||||
])
|
||||
|
||||
const _plotly_seriestype = [
|
||||
|
||||
@ -34,6 +34,7 @@ const _pyplot_attr = merge_with_base_supported([
|
||||
:colorbar_title,
|
||||
:stride,
|
||||
:framestyle,
|
||||
:tick_direction,
|
||||
])
|
||||
const _pyplot_seriestype = [
|
||||
:path, :steppre, :steppost, :shape,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user