Skip to content

Allow the user to choose which graph library to use #230

Discussion options

You must be logged in to vote

Hello Stefano,

Plotly actually has the unpleasant property of establishing itself as the primary plot function. However, you can change the preferred plotting application in PyRoll with this command:

pr.PLOTTING_BACKEND = 'matplotlib'

So you can use either plotly or matplotlib

Additionally you can use some styles for matplotlib:

plt.style.use('dark_background')
plt.style.use('bmh')
plt.style.use('grayscale')
plt.style.use('ggplot')
plt.style.use(“_classic_test_patch”)
plt.style.use(“default”)
plt.style.use(“fivethirtyeight”)
plt.style.use(“classic”)

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@Stefano-Buzzoni
Comment options

Answer selected by Stefano-Buzzoni
Comment options

You must be logged in to vote
5 replies
@Stefano-Buzzoni
Comment options

@ChRen95
Comment options

@Stefano-Buzzoni
Comment options

@sag-kalibreur
Comment options

@Stefano-Buzzoni
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants