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
my_plane=Cartesian(
x=30, # x position for the planey=60, # y plane positionwidth=DISPLAY_WIDTH-20, # display widthheight=DISPLAY_HEIGHT-80, # display heightxrange=(0, 14), # x rangeyrange=(lowest_y[0], highest_y[0]), # y rangeaxes_color=bar_color(highest_y[0]),
pointer_color=TEXT_PINK,
axes_stroke=4,
major_tick_stroke=2,
subticks=True,
)
Only thing I can currently colorize is the axes depending on value.
The text was updated successfully, but these errors were encountered:
DJDevon3
changed the title
Feature Request: Line Colors for Cartessian Plot Lines
Feature Request: Line Colors for Cartesian Plot Lines
Jul 23, 2023
Uh oh!
There was an error while loading. Please reload this page.
As far as I can tell there's no parameter for changing the line color with cartesian. Would like to change it depending on y-axis value.
Here's my current code for the fitbit api project.
Only thing I can currently colorize is the axes depending on value.
The text was updated successfully, but these errors were encountered: