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,
|
:dpi,
|
||||||
:hover,
|
:hover,
|
||||||
:framestyle,
|
:framestyle,
|
||||||
|
:tick_direction,
|
||||||
])
|
])
|
||||||
const _glvisualize_seriestype = [
|
const _glvisualize_seriestype = [
|
||||||
:path, :shape,
|
:path, :shape,
|
||||||
|
|||||||
@ -33,6 +33,7 @@ const _gr_attr = merge_with_base_supported([
|
|||||||
:bar_width,
|
:bar_width,
|
||||||
:arrow,
|
:arrow,
|
||||||
:framestyle,
|
:framestyle,
|
||||||
|
:tick_direction,
|
||||||
])
|
])
|
||||||
const _gr_seriestype = [
|
const _gr_seriestype = [
|
||||||
:path, :scatter,
|
:path, :scatter,
|
||||||
|
|||||||
@ -34,6 +34,7 @@ const _plotly_attr = merge_with_base_supported([
|
|||||||
:bar_width,
|
:bar_width,
|
||||||
:clims,
|
:clims,
|
||||||
:framestyle,
|
:framestyle,
|
||||||
|
:tick_direction,
|
||||||
])
|
])
|
||||||
|
|
||||||
const _plotly_seriestype = [
|
const _plotly_seriestype = [
|
||||||
|
|||||||
@ -34,6 +34,7 @@ const _pyplot_attr = merge_with_base_supported([
|
|||||||
:colorbar_title,
|
:colorbar_title,
|
||||||
:stride,
|
:stride,
|
||||||
:framestyle,
|
:framestyle,
|
||||||
|
:tick_direction,
|
||||||
])
|
])
|
||||||
const _pyplot_seriestype = [
|
const _pyplot_seriestype = [
|
||||||
:path, :steppre, :steppost, :shape,
|
:path, :steppre, :steppost, :shape,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user